﻿*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:#f8fafc;-webkit-font-smoothing:antialiased}:root{--sidebar-width: 250px}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-width);flex-shrink:0;height:100vh;overflow-y:auto;background:linear-gradient(180deg, #2c3e50 0%, #34495e 100%);position:fixed;left:0;top:0;z-index:900;transition:transform 0.3s ease}.sidebar-overlay{display:none}.main-content{flex:1;display:flex;flex-direction:column;height:100vh;margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));overflow:hidden;transition:margin-left 0.3s ease, width 0.3s ease}.topbar{height:60px;flex-shrink:0;border-bottom:1px solid #e2e8f0;background:white;position:relative;z-index:800;display:flex;align-items:center;padding:0 24px;gap:16px}.page-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px;-webkit-overflow-scrolling:touch}.page-title{font-size:16px;font-weight:600;color:#2c3e50}.user-info{font-size:14px;color:#475569}.menu-toggle{display:none;font-size:22px;cursor:pointer;user-select:none}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;flex-wrap:wrap}.page-header h1{font-size:22px;font-weight:700;color:#0f172a;margin:0}.page-subtitle{font-size:14px;color:#64748b;margin-top:4px}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(15,23,42,0.06)}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}@media (max-width: 1024px){:root{--sidebar-width: 0px}.menu-toggle{display:block}.sidebar{transform:translateX(-100%);width:260px;box-shadow:4px 0 24px rgba(0,0,0,0.15)}#sidebar-toggle:checked~.app-layout .sidebar{transform:translateX(0)}#sidebar-toggle:checked~.app-layout .sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,0.45);z-index:850}.main-content{margin-left:0;width:100%}.page-content{padding:20px 16px}.school-form__footer{left:0 !important}}@media (max-width: 640px){.page-content{padding:16px 12px}.page-header h1{font-size:18px}.topbar{padding:0 12px;height:52px}.data-table{font-size:12px}.data-table th,.data-table td{padding:8px 10px;white-space:nowrap}}@media (min-width: 641px) and (max-width: 1024px){.school-form__layout{grid-template-columns:1fr !important}}@media (min-width: 1400px){.page-content{padding:32px 40px}}.academic-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.academic-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #e2e8f0}.academic-header__back{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;font-size:13px;font-weight:500;color:#6366f1;text-decoration:none;transition:color 0.2s}.academic-header__back:hover{color:#4f46e5}.academic-header__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:#6366f1}.academic-header__title{margin:0 0 6px;font-size:26px;font-weight:700;letter-spacing:-0.02em;color:#0f172a}.academic-header__subtitle{margin:0;font-size:14px;color:#64748b;line-height:1.5;max-width:560px}.academic-header__actions{flex-shrink:0}.academic-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:16px;margin-bottom:24px}.academic-stats__card{display:flex;align-items:center;gap:14px;padding:18px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.academic-stats__card--violet{background:linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%);border-color:#e9d5ff}.academic-stats__card--blue{background:linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);border-color:#bfdbfe}.academic-stats__card--green{background:linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);border-color:#bbf7d0}.academic-stats__card--amber{background:linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);border-color:#fde68a}.academic-stats__icon{font-size:24px;line-height:1;flex-shrink:0}.academic-stats__value{display:block;font-size:22px;font-weight:800;color:#0f172a;line-height:1.2}.academic-stats__label{display:block;margin-top:2px;font-size:12px;font-weight:600;color:#64748b}.academic-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px rgba(15,23,42,0.04);overflow:hidden}.academic-panel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid #f1f5f9}.academic-panel__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.academic-panel__desc{margin:4px 0 0;font-size:13px;color:#64748b}.academic-panel__body{padding:0}.academic-panel__body--padded{padding:24px}.academic-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.academic-table{width:100%;border-collapse:collapse;font-size:14px}.academic-table th{padding:12px 20px;text-align:left;font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap}.academic-table td{padding:14px 20px;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.academic-table tbody tr:last-child td{border-bottom:none}.academic-table tbody tr:hover{background:#fafbff}.academic-table__primary{font-weight:600;color:#0f172a}.academic-table__meta{display:block;margin-top:2px;font-size:12px;color:#94a3b8;font-weight:400}.academic-table__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:center}.academic-table__actions form,.academic-hero__actions form{display:inline-flex;margin:0}.academic-table__row-link{cursor:pointer}.academic-table__row-link:hover td{background:#fafbff}.academic-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:0.03em;text-transform:uppercase;border-radius:999px}.academic-badge--success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.academic-badge--muted{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.academic-badge--violet{color:#6d28d9;background:#ede9fe;border:1px solid #ddd6fe}.academic-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;font-size:13px;font-weight:600;font-family:inherit;line-height:1;text-decoration:none;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}.academic-btn:not(.academic-btn--primary):not(.academic-btn--success):not(.academic-btn--danger):not(.academic-btn--ghost):hover,.academic-btn:not(.academic-btn--primary):not(.academic-btn--success):not(.academic-btn--danger):not(.academic-btn--ghost):focus-visible{background:#f8fafc;border-color:#cbd5e1;color:#0f172a;text-decoration:none}.academic-btn--primary{background:linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);border-color:transparent;color:#fff;box-shadow:0 4px 14px rgba(99,102,241,0.3)}.academic-btn--primary:hover,.academic-btn--primary:focus-visible{background:linear-gradient(135deg, #5558e8 0%, #4338ca 100%);border-color:transparent;color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 18px rgba(99,102,241,0.4)}.academic-btn--secondary{background:#fff;border-color:#cbd5e1;color:#334155}.academic-btn--secondary:hover,.academic-btn--secondary:focus-visible{background:#f8fafc;border-color:#94a3b8;color:#0f172a;text-decoration:none}.academic-btn--sm{padding:6px 12px;font-size:12px;border-radius:8px}.academic-btn--ghost{background:transparent;border-color:transparent;color:#475569}.academic-btn--ghost:hover,.academic-btn--ghost:focus-visible{background:#f1f5f9;border-color:#e2e8f0;color:#0f172a;text-decoration:none}.academic-btn--success{color:#15803d;border-color:#bbf7d0;background:#f0fdf4}.academic-btn--success:hover,.academic-btn--success:focus-visible{background:#dcfce7;border-color:#86efac;color:#166534;text-decoration:none}.academic-btn--danger{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.academic-btn--danger:hover,.academic-btn--danger:focus-visible{background:#fee2e2;border-color:#fca5a5;color:#991b1b;text-decoration:none}.academic-btn-form{display:inline}.academic-btn-form button{all:unset;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;font-family:inherit;line-height:1;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}.academic-btn-form:not(.academic-btn-form--success):not(.academic-btn-form--danger) button:hover,.academic-btn-form:not(.academic-btn-form--success):not(.academic-btn-form--danger) button:focus-visible{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.academic-btn-form.academic-btn-form--success button{color:#15803d;border-color:#bbf7d0;background:#f0fdf4}.academic-btn-form.academic-btn-form--success button:hover,.academic-btn-form.academic-btn-form--success button:focus-visible{background:#dcfce7;border-color:#86efac;color:#166534}.academic-btn-form.academic-btn-form--danger button{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.academic-btn-form.academic-btn-form--danger button:hover,.academic-btn-form.academic-btn-form--danger button:focus-visible{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.academic-empty-state{padding:56px 32px;text-align:center}.academic-empty-state__icon{display:block;font-size:40px;margin-bottom:14px}.academic-empty-state__title{margin:0 0 8px;font-size:18px;font-weight:700;color:#0f172a}.academic-empty-state__desc{margin:0 0 22px;font-size:14px;color:#64748b;line-height:1.6;max-width:400px;margin-left:auto;margin-right:auto}.academic-empty{color:#cbd5e1;font-style:italic}.academic-form{padding:24px 28px}.academic-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}.academic-form__field{display:flex;flex-direction:column;gap:6px}.academic-form__field label{font-size:13px;font-weight:600;color:#475569}.academic-form__input{width:100%;height:42px;padding:0 14px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;transition:border-color 0.2s, box-shadow 0.2s, background 0.2s}.academic-form__input:focus{outline:none;background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.12)}.academic-form__select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%2364748b' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.25 7.5l4.75 4.75L14.75 7.5'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;padding-right:36px;cursor:pointer}.academic-form__footer{display:flex;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid #f1f5f9}.academic-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 28px;margin-bottom:24px;background:linear-gradient(135deg, #fff 0%, #f8fafc 55%, #eef2ff 100%);border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 20px rgba(15,23,42,0.05)}.academic-hero__title{margin:0 0 6px;font-size:26px;font-weight:800;letter-spacing:-0.02em;color:#0f172a}.academic-hero__subtitle{margin:0;font-size:14px;color:#64748b}.academic-hero__actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}.academic-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.academic-detail-list{margin:0;padding:0}.academic-detail-list__item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:14px}.academic-detail-list__item:last-child{border-bottom:none}.academic-detail-list__item dt{color:#64748b;font-weight:500}.academic-detail-list__item dd{margin:0;font-weight:600;color:#0f172a;text-align:right}@media (max-width: 768px){.academic-header{flex-direction:column}.academic-header__actions{width:100%}.academic-header__actions .academic-btn,.academic-header__actions .school-form__btn{width:100%;justify-content:center}.academic-form__grid,.academic-detail-grid{grid-template-columns:1fr}.academic-hero{flex-direction:column}.academic-table__actions{justify-content:flex-start}}img,video,svg{max-width:100%;height:auto}.academic-page,.printing-page,.payments-page,.school-page{width:100%;max-width:100%}@media (max-width: 1024px){.academic-page,.printing-page,.payments-page{max-width:100%;padding-bottom:40px}.academic-header__title{font-size:22px}.academic-stats{grid-template-columns:repeat(2, minmax(0, 1fr))}.printing-type-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.printing-filters__grid{grid-template-columns:1fr 1fr}.payments-quick-links{grid-template-columns:repeat(2, minmax(0, 1fr))}.salary-form-layout,.salary-show-layout,.fee-form-layout{grid-template-columns:1fr}.salary-form-sidebar,.salary-show-sidebar,.fee-form-sidebar{position:static}.school-form__layout{grid-template-columns:1fr !important}.student-detail-grid,.student-hero{grid-template-columns:1fr}.demand-filters__grid,.attendance-filters__grid,.due-filters__grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.academic-page,.printing-page,.payments-page,.school-page{padding-bottom:80px}.academic-header__title{font-size:20px}.academic-header__subtitle{font-size:13px}.academic-stats,.printing-type-grid,.payments-quick-links,.payments-hub-grid{grid-template-columns:1fr}.printing-filters__grid,.printing-filters__grid .academic-form__field,.demand-filters__grid,.attendance-filters__grid,.due-filters__grid,.payments-filters__form{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.printing-filters__grid .academic-btn,.printing-selection-footer__inner,.subject-marks-grid__footer{flex-direction:column}.printing-filters__grid .academic-btn,.printing-selection-footer__inner .academic-btn,.subject-marks-grid__footer .academic-btn,.subject-marks-grid__footer .academic-btn--secondary{width:100%;justify-content:center}.academic-form__grid,.school-form__grid,.payments-form-grid{grid-template-columns:1fr !important}.academic-panel__head,.printing-filters__head,.subject-marks-subjects__head{flex-direction:column;align-items:stretch}.salary-form__footer,.fee-form__footer,.school-form__footer,.student-form__footer,.printing-selection-footer{left:0 !important;right:0 !important;padding-left:12px;padding-right:12px}.salary-form__footer-inner,.fee-form__footer-inner,.school-form__footer-inner,.student-form__footer-inner{flex-direction:column-reverse}.salary-form__footer-inner .academic-btn,.fee-form__footer-inner .academic-btn,.school-form__footer-inner .school-form__btn{width:100%;justify-content:center}.subject-marks-subjects__head .academic-btn{width:100%;margin-top:8px}.container-wrapper{padding:12px !important}}@media (min-width: 641px) and (max-width: 1024px){.page-content{padding:20px 18px}.academic-table th,.academic-table td,.data-table th,.data-table td{padding:10px 12px}}@media (min-width: 1400px){.academic-page,.printing-page,.payments-page{max-width:1280px}}.navbar{background:#0f172a;padding:14px 0;box-shadow:0 2px 8px rgba(0,0,0,0.2)}.nav-container{width:90%;max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.logo{color:#f8fafc;font-size:20px;font-weight:700;text-decoration:none}.nav-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.user-email{color:#cbd5f5;font-size:14px}.nav-btn{text-decoration:none;padding:6px 14px;border-radius:6px;border:1px solid #475569;color:#e5e7eb;font-size:14px;transition:all 0.2s ease}.nav-btn:hover{background:#1e293b;color:#e5e7eb}.nav-btn.primary{background:#f59e0b;color:#000;border-color:#f59e0b}.nav-btn.primary:hover{background:#d97706;color:#000}.nav-btn.danger{border-color:#ef4444;color:#ef4444}.nav-btn.danger:hover{background:#ef4444;color:#fff}@media (max-width: 640px){.nav-container{width:94%}.nav-right{width:100%;justify-content:flex-end}}.auth-body{min-height:100vh;background:#f8fafc;display:flex}.auth-container{width:100%;max-width:520px;padding:64px 48px;display:flex;flex-direction:column;justify-content:center}.auth-container h1{font-size:28px;margin-bottom:6px;color:#0f172a}.auth-subtitle{color:#64748b;margin-bottom:32px;font-size:15px}.form-group{margin-bottom:18px}.form-group input{width:100%;padding:12px 16px;font-size:15px;border-radius:8px;border:1px solid #cbd5f5;background:#fff}.form-group input:focus{outline:none;border-color:#6366f1}.auth-btn{margin-top:8px;width:100%;padding:12px;font-size:15px;border-radius:8px;border:none;background:#0f172a;color:#fff;cursor:pointer;transition:background 0.2s ease, color 0.2s ease;text-decoration:none;display:inline-block;text-align:center;box-sizing:border-box}.auth-btn:hover,.auth-btn:focus-visible{background:#1e293b;color:#fff;text-decoration:none}.auth-btn.primary{background:#6366f1;color:#fff}.auth-btn.primary:hover,.auth-btn.primary:focus-visible{background:#4f46e5;color:#fff}.auth-btn.secondary{background:#fff;color:#334155;border:1px solid #cbd5e1}.auth-btn.secondary:hover,.auth-btn.secondary:focus-visible{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.auth-footer{margin-top:24px;font-size:14px;color:#475569}.auth-footer a{color:#6366f1;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width: 1024px){.auth-container{max-width:100%;padding:48px 32px}}@media (max-width: 640px){.auth-container{padding:32px 20px}}.form-section{margin-bottom:40px}.form-section h3{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 28px}.form-group label{display:block;font-size:12px;color:#64748b;margin-bottom:2px}.form-group input{width:100%;padding:7px 10px;font-size:14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.form-group input:focus{outline:none;border-color:#6366f1;background:#fff}.form-actions{margin-top:20px;display:flex;gap:12px}@media (max-width: 900px){.form-grid{grid-template-columns:1fr}}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.page-header h1{font-size:20px;margin:0}.page-header .auth-btn{width:auto;align-self:flex-start}.page-subtitle{font-size:13px;color:#64748b;margin-top:4px}.auth-btn.small{padding:6px 12px;font-size:13px}.school-details{display:flex;flex-direction:column;gap:24px}.detail-section h3{font-size:14px;font-weight:600;margin-bottom:10px;color:#0f172a}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:10px 28px}.detail-grid.single{grid-template-columns:1fr}.detail-grid div{display:flex;flex-direction:column}.detail-grid span{font-size:11px;text-transform:uppercase;letter-spacing:0.04em;color:#64748b}.detail-grid strong{font-size:14px;font-weight:500;color:#0f172a}@media (max-width: 768px){.detail-grid{grid-template-columns:1fr}.page-header{flex-direction:column;gap:12px}}.form-errors{background:#fee2e2;border:1px solid #fca5a5;padding:12px 16px;margin-bottom:20px;border-radius:6px;font-size:13px;color:#7f1d1d}.form-errors ul{margin:6px 0 0;padding-left:18px}.logo-preview img{margin-bottom:10px}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:12px;font-weight:600;color:#475569;letter-spacing:0.3px}.form-group input,.form-group select,.form-group textarea{width:100%;height:36px;padding:6px 10px;font-size:13px;border-radius:6px;border:1px solid #e2e8f0;background-color:#ffffff;transition:all 0.15s ease;box-sizing:border-box}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%23647569' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.25 7.5l4.75 4.75L14.75 7.5'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;padding-right:28px;cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,0.08)}.form-group select:disabled,.form-group input:disabled{background-color:#f8fafc;cursor:not-allowed}.field-with-errors input,.field-with-errors select,.field-with-errors textarea{border-color:#dc2626}.field-with-errors label{color:#dc2626}.form-error{font-size:11px;color:#dc2626;margin-top:3px}.school-page{max-width:1200px;margin:0 auto;padding-bottom:100px}.school-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.school-page__back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#6366f1;text-decoration:none;margin-bottom:12px;transition:color 0.2s}.school-page__back:hover{color:#4f46e5}.school-page__title{font-size:26px;font-weight:700;color:#0f172a;margin:0 0 6px;letter-spacing:-0.02em}.school-page__subtitle{font-size:14px;color:#64748b;margin:0;line-height:1.5;max-width:520px}.school-page__badge{display:flex;align-items:center;gap:10px;padding:12px 18px;background:linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);border:1px solid #e0e7ff;border-radius:12px;font-size:14px;font-weight:600;color:#4338ca;white-space:nowrap;flex-shrink:0}.school-page__badge--new{background:linear-gradient(135deg, #fef3c7 0%, #fff7ed 100%);border-color:#fde68a;color:#b45309}.school-page__badge-icon{font-size:20px}.school-form__layout{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:start}.school-form__main{display:flex;flex-direction:column;gap:20px}.school-form__alert{display:flex;gap:14px;padding:16px 18px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:20px;font-size:13px;color:#991b1b}.school-form__alert-icon{font-size:20px;flex-shrink:0}.school-form__alert ul{margin:8px 0 0;padding-left:18px}.school-form__alert strong{display:block;font-size:14px}.school-form__card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:24px 28px;box-shadow:0 1px 3px rgba(15,23,42,0.04);transition:box-shadow 0.25s ease}.school-form__card:hover{box-shadow:0 4px 16px rgba(15,23,42,0.06)}.school-form__card-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.school-form__card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.school-form__card-icon--blue{background:#eff6ff}.school-form__card-icon--violet{background:#f5f3ff}.school-form__card-icon--cyan{background:#ecfeff}.school-form__card-icon--green{background:#f0fdf4}.school-form__card-icon--teal{background:#f0fdfa}.school-form__card-icon--gold{background:#fffbeb}.school-form__card-icon--indigo{background:#eef2ff}.school-form__card-title{font-size:17px;font-weight:700;color:#0f172a;margin:0 0 4px}.school-form__card-desc{font-size:13px;color:#64748b;margin:0}.school-form__logo-upload{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.school-form__logo-preview{width:140px;height:140px;border-radius:16px;border:2px dashed #cbd5e1;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.school-form__logo-img{width:100%;height:100%;object-fit:cover}.school-form__logo-placeholder{text-align:center;color:#94a3b8}.school-form__logo-placeholder span{font-size:32px;display:block;margin-bottom:6px}.school-form__logo-placeholder p{font-size:12px;margin:0}.school-form__logo-actions{flex:1;min-width:200px}.school-form__file-picker{position:relative;display:inline-block}.school-form__file-label{cursor:pointer;display:inline-block;margin:0}.school-form__file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:0}.school-form__file-btn{display:inline-flex;align-items:center;padding:10px 20px;background:#6366f1;color:#fff;font-size:14px;font-weight:600;border-radius:10px;transition:background 0.2s, transform 0.15s}.school-form__file-btn:hover{background:#4f46e5;transform:translateY(-1px)}.school-form__hint{font-size:12px;color:#94a3b8;margin:10px 0 0}.school-form__logo-error{margin:8px 0 0;font-size:13px;font-weight:600;color:#dc2626}.school-form__file-input--invalid+.school-form__hint,.school-form__file-picker:has(.school-form__file-input--invalid)+.school-form__hint{color:#dc2626}.school-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}.school-form__field{display:flex;flex-direction:column;gap:6px}.school-form__field--full{grid-column:1 / -1}.school-form__field label{font-size:13px;font-weight:600;color:#475569}.school-form__input{width:100%;height:42px;padding:0 14px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;transition:border-color 0.2s, box-shadow 0.2s, background 0.2s}.school-form__input:focus{outline:none;background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.12)}.school-form__select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%2364748b' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.25 7.5l4.75 4.75L14.75 7.5'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;padding-right:36px;cursor:pointer}.school-form__aside-card{position:sticky;top:24px;background:linear-gradient(160deg, #1e293b 0%, #0f172a 100%);border-radius:16px;padding:24px;color:#e2e8f0}.school-form__aside-title{font-size:15px;font-weight:700;color:#fff;margin:0 0 16px}.school-form__tips{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.school-form__tips li{display:flex;gap:12px;font-size:13px;line-height:1.5;color:#94a3b8}.school-form__tips li span{width:24px;height:24px;border-radius:50%;background:rgba(99,102,241,0.25);color:#a5b4fc;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.school-form__footer{position:fixed;bottom:0;left:var(--sidebar-width, 250px);right:0;z-index:100;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e2e8f0;padding:16px 24px;box-shadow:0 -4px 20px rgba(15,23,42,0.06)}.school-form__footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-end;gap:12px}.school-form__btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;font-size:14px;font-weight:600;font-family:inherit;border-radius:10px;cursor:pointer;text-decoration:none;border:none;transition:all 0.2s ease;min-width:120px}.school-form__btn--primary{background:linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);color:#fff;box-shadow:0 4px 14px rgba(99,102,241,0.35)}.school-form__btn--primary:hover,.school-form__btn--primary:focus-visible{background:linear-gradient(135deg, #5558e8 0%, #4338ca 100%);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgba(99,102,241,0.45)}.school-form__btn--ghost{background:#fff;color:#475569;border:1px solid #e2e8f0}.school-form__btn--ghost:hover,.school-form__btn--ghost:focus-visible{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}@media (max-width: 1024px){.school-form__layout{grid-template-columns:1fr}.school-form__aside{order:-1}.school-form__aside-card{position:static}}@media (max-width: 768px){.school-page__header{flex-direction:column}.school-page__badge{align-self:flex-start}.school-form__grid{grid-template-columns:1fr}.school-form__footer{left:0}.school-form__footer-inner{flex-direction:column-reverse}.school-form__btn{width:100%}}.school-profile{padding-bottom:48px}.school-profile__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px;margin-bottom:28px;background:linear-gradient(135deg, #fff 0%, #f8fafc 55%, #eef2ff 100%);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 24px rgba(15,23,42,0.06)}.school-profile__hero-main{display:flex;align-items:flex-start;gap:24px;min-width:0;flex:1}.school-profile__logo{width:96px;height:96px;border-radius:18px;border:2px solid #e2e8f0;background:#fff;overflow:hidden;flex-shrink:0;box-shadow:0 8px 24px rgba(15,23,42,0.08)}.school-profile__logo-img{width:100%;height:100%;object-fit:cover}.school-profile__logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg, #eef2ff, #f5f3ff);font-size:36px}.school-profile__identity{min-width:0}.school-profile__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:#6366f1}.school-profile__name{margin:0 0 12px;font-size:28px;font-weight:800;letter-spacing:-0.03em;color:#0f172a;line-height:1.2}.school-profile__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.school-profile__chip{display:inline-flex;align-items:center;padding:5px 12px;font-size:12px;font-weight:600;color:#4338ca;background:rgba(99,102,241,0.1);border:1px solid rgba(99,102,241,0.18);border-radius:999px}.school-profile__contact-row{display:flex;flex-wrap:wrap;gap:16px 24px}.school-profile__contact-item{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#475569}.school-profile__contact-icon{font-size:15px;line-height:1}.school-profile__hero-actions{flex-shrink:0}.school-profile__hero-actions .school-form__btn{display:inline-flex;align-items:center;gap:8px;min-width:auto;white-space:nowrap}.school-profile__layout{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:start}.school-profile__main{display:flex;flex-direction:column;gap:20px}.school-profile__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 28px;margin:0}.school-profile__item{min-width:0}.school-profile__item dt{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:#94a3b8}.school-profile__item dd{margin:0;font-size:15px;font-weight:500;color:#0f172a;line-height:1.5;word-break:break-word}.school-profile__empty{color:#cbd5e1;font-style:italic;font-weight:400}.school-profile__link{color:#6366f1;text-decoration:none;font-weight:500;transition:color 0.2s}.school-profile__link:hover{color:#4f46e5;text-decoration:underline}.school-profile__address{padding:18px 20px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;font-size:15px;font-weight:500;color:#0f172a;line-height:1.7}.school-profile__aside{display:flex;flex-direction:column;gap:20px}.school-profile__stats-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 24px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.school-profile__stats-title{margin:0 0 18px;font-size:15px;font-weight:700;color:#0f172a}.school-profile__stats{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.school-profile__stats li{padding:14px 12px;text-align:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px}.school-profile__stat-value{display:block;font-size:22px;font-weight:800;color:#4338ca;line-height:1.2}.school-profile__stat-label{display:block;margin-top:4px;font-size:11px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;color:#64748b}.school-profile__actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.school-profile__actions a{display:block;padding:10px 14px;font-size:13px;font-weight:500;color:#c7d2fe;text-decoration:none;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.08);border-radius:10px;transition:background 0.2s, color 0.2s}.school-profile__actions a:hover{background:rgba(99,102,241,0.2);color:#fff}@media (max-width: 1024px){.school-profile__layout{grid-template-columns:1fr}.school-profile__aside{order:-1}}@media (max-width: 768px){.school-profile__hero{flex-direction:column;padding:22px 20px}.school-profile__hero-main{flex-direction:column;align-items:center;text-align:center}.school-profile__meta,.school-profile__contact-row{justify-content:center}.school-profile__hero-actions{width:100%}.school-profile__hero-actions .school-form__btn{width:100%;justify-content:center}.school-profile__grid{grid-template-columns:1fr}.school-profile__name{font-size:24px}}.school-profile__empty-state{max-width:480px;margin:60px auto;padding:48px 32px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 24px rgba(15,23,42,0.06)}.school-profile__empty-icon{font-size:48px;margin-bottom:16px}.school-profile__empty-title{margin:0 0 10px;font-size:22px;font-weight:700;color:#0f172a}.school-profile__empty-desc{margin:0 0 24px;font-size:14px;color:#64748b;line-height:1.6}.student-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.student-filters__select{min-width:140px;height:38px;padding:0 12px;font-size:13px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer}.student-filters__select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.12)}.student-table-name{display:flex;flex-direction:column;gap:2px}.student-table-name strong{font-weight:600;color:#0f172a}.student-table-meta{font-size:12px;color:#94a3b8}.student-empty{color:#cbd5e1;font-style:italic}.student-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:0.03em;text-transform:uppercase;border-radius:999px;white-space:nowrap}.student-badge--success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.student-badge--warning{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.student-badge--danger{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.student-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px;margin-bottom:24px;background:linear-gradient(135deg, #fff 0%, #f8fafc 55%, #eef2ff 100%);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 24px rgba(15,23,42,0.06)}.student-hero__main{display:flex;align-items:flex-start;gap:22px;min-width:0}.student-hero__photo{width:110px;height:130px;border-radius:14px;border:2px solid #e2e8f0;background:#fff;overflow:hidden;flex-shrink:0;box-shadow:0 8px 24px rgba(15,23,42,0.08)}.student-hero__photo-img{width:100%;height:100%;object-fit:cover}.student-hero__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg, #eef2ff, #f5f3ff);font-size:40px}.student-hero__name{margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-0.03em;color:#0f172a}.student-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.student-chip{display:inline-flex;padding:5px 12px;font-size:12px;font-weight:600;color:#4338ca;background:rgba(99,102,241,0.1);border:1px solid rgba(99,102,241,0.18);border-radius:999px}.student-hero__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#475569}.student-hero__actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}.student-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.student-panel-head{display:flex;align-items:flex-start;gap:14px}.student-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;margin:0}.student-detail-item dt{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:#94a3b8}.student-detail-item dd{margin:0;font-size:15px;font-weight:500;color:#0f172a;line-height:1.5;word-break:break-word}.student-detail-item--full{grid-column:1 / -1}.student-form__cards{display:flex;flex-direction:column;gap:20px;padding-bottom:100px}.student-form__grid{margin-top:24px}.student-form__hint{margin:6px 0 0;font-size:12px;color:#94a3b8}.student-form__input--readonly{background:#f1f5f9 !important;color:#64748b;cursor:not-allowed}.student-form__alert{display:flex;gap:14px;padding:16px 18px;margin-bottom:20px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;font-size:13px;color:#991b1b}.student-form__alert ul{margin:8px 0 0;padding-left:18px}.student-form__alert strong{display:block;font-size:14px}.academic-form__field--full{grid-column:1 / -1}.transport-details-fields{display:contents}.academic-form__required{color:#e53e3e;font-weight:700;margin-left:2px}.academic-form__hint{margin:8px 0 0;font-size:13px;color:#718096}.academic-form__hint a{color:#667eea;font-weight:600}.academic-form__textarea{height:auto;min-height:96px;padding:12px 14px;resize:vertical}.student-photo-upload{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:8px}.student-photo-upload__preview{width:120px;height:140px;border-radius:14px;border:2px dashed #cbd5e1;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.student-photo-upload__img{width:100%;height:100%;object-fit:cover}.student-photo-upload__placeholder{text-align:center;color:#94a3b8}.student-photo-upload__placeholder span{font-size:28px;display:block;margin-bottom:6px}.student-photo-upload__placeholder p{margin:0;font-size:12px}.student-photo-upload__label{cursor:pointer;display:inline-block}.student-photo-upload__input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.student-form__footer{position:fixed;bottom:0;left:var(--sidebar-width, 250px);right:0;z-index:100;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e2e8f0;padding:16px 24px;box-shadow:0 -4px 20px rgba(15,23,42,0.06)}.student-form__footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-end;gap:12px}@media (max-width: 1024px){.student-form__footer{left:0}.student-profile-grid{grid-template-columns:1fr}}@media (max-width: 768px){.academic-panel__head{flex-direction:column;align-items:stretch}.student-filters{width:100%}.student-filters__select{flex:1;min-width:0}.student-hero{flex-direction:column;padding:22px 20px}.student-hero__main{flex-direction:column;align-items:center;text-align:center}.student-hero__chips,.student-hero__meta{justify-content:center}.student-hero__actions{width:100%}.student-hero__actions .academic-btn{flex:1;justify-content:center}.student-detail-grid,.academic-form__grid{grid-template-columns:1fr}.student-form__footer-inner{flex-direction:column-reverse}.student-form__footer-inner .academic-btn{width:100%;justify-content:center}}.student-admission-page{max-width:1200px;margin:-24px -24px 0;width:calc(100% + 48px);padding-bottom:0}.student-admission-intro{padding:18px 24px 0;margin-bottom:12px}.student-admission-intro__title{margin:0 0 6px;font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-0.02em}.student-admission-intro__desc{margin:0;font-size:14px;color:#64748b}.student-admission-page .student-form__cards{padding-bottom:100px}.student-admission-page .academic-panel:first-of-type{border-top-left-radius:0;border-top-right-radius:0}body.student-admission-prompt-open{overflow:hidden}.student-admission-success{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.student-admission-success__backdrop{position:absolute;inset:0;background:rgba(15,23,42,0.55);backdrop-filter:blur(4px)}.student-admission-success__dialog{position:relative;z-index:1;width:100%;max-width:520px;padding:32px 28px 24px;background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 24px 64px rgba(15,23,42,0.18);text-align:center}.student-admission-success__icon{font-size:42px;margin-bottom:12px}.student-admission-success__title{margin:0 0 10px;font-size:22px;font-weight:800;color:#0f172a}.student-admission-success__text{margin:0 0 22px;font-size:14px;line-height:1.55;color:#475569}.student-admission-success__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.student-admission-success__hint{margin:0 0 16px;font-size:12px;line-height:1.5;color:#64748b}.student-admission-success__skip{display:inline-block;font-size:13px;color:#6366f1;text-decoration:underline;text-underline-offset:2px}.academic-btn--lg{padding:14px 20px;font-size:15px}.print-body--student-admission{background:#f1f5f9;font-family:"DM Sans", sans-serif}.student-admission-print{max-width:210mm;margin:0 auto;padding:12px}.student-admission-print__frame{background:#fff;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden}.student-admission-print__header{padding:18px 20px 14px;border-bottom:2px solid #1e293b}.student-admission-print__brand{display:flex;gap:14px;align-items:flex-start;margin-bottom:12px}.student-admission-print__school{margin:0 0 4px;font-size:20px;font-weight:800;color:#0f172a}.student-admission-print__meta{margin:0;font-size:11px;color:#64748b;line-height:1.4}.student-admission-print__title-band{display:inline-block;margin-bottom:10px;padding:6px 12px;background:#1e293b;color:#fff;font-size:12px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}.student-admission-print__doc-meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:11px;color:#334155}.student-admission-print__student{display:grid;grid-template-columns:92px 1fr;gap:16px;padding:16px 20px;border-bottom:1px solid #e2e8f0}.student-admission-print__photo{width:92px;height:110px;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;background:#f8fafc}.student-admission-print__photo img{width:100%;height:100%;object-fit:cover}.student-admission-print__section{padding:14px 20px;border-bottom:1px solid #e2e8f0}.student-admission-print__section-title{margin:0 0 10px;font-size:11px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;color:#6366f1}.student-admission-print__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:8px 20px;margin:0}.student-admission-print__grid dt{margin:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;color:#94a3b8}.student-admission-print__grid dd{margin:2px 0 0;font-size:12px;font-weight:600;color:#0f172a;line-height:1.35}.student-admission-print__grid--highlight{grid-template-columns:repeat(3, minmax(0, 1fr))}.student-admission-print__columns{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e2e8f0}.student-admission-print__columns .student-admission-print__section{border-bottom:none}.student-admission-print__columns .student-admission-print__section:first-child{border-right:1px solid #e2e8f0}.student-admission-print__grid--compact{grid-template-columns:1fr;gap:6px 0}.student-admission-print__full{grid-column:1 / -1}.student-admission-print__signatures{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;padding:22px 20px 16px}.student-admission-print__sign-line{height:1px;background:#94a3b8;margin-bottom:6px}.student-admission-print__signatures span{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:0.04em}.student-admission-print__footer-note{margin:0;padding:10px 20px 14px;font-size:9px;color:#94a3b8;text-align:center;border-top:1px dashed #e2e8f0}@media (max-width: 1024px){.student-admission-page{margin:-20px -16px 0;width:calc(100% + 32px)}.student-admission-intro{padding-left:16px;padding-right:16px}}@media (max-width: 640px){.student-admission-page{margin:-16px -12px 0;width:calc(100% + 24px)}.student-admission-intro{padding-left:12px;padding-right:12px}}@media print{.print-body--student-admission{background:#fff}.student-admission-print{padding:0;max-width:none}.student-admission-print__frame{border:none;border-radius:0;page-break-inside:avoid;page-break-after:avoid}.student-admission-print__header{padding:6px 10px 5px;border-bottom-width:1px}.student-admission-print__brand{gap:8px;margin-bottom:5px}.student-admission-print__brand .print-school-logo--document{width:12mm;height:12mm}.student-admission-print__school{font-size:13px;margin-bottom:2px}.student-admission-print__meta{font-size:8px;line-height:1.25}.student-admission-print__title-band{margin-bottom:4px;padding:3px 8px;font-size:9px}.student-admission-print__doc-meta{gap:4px 12px;font-size:8px}.student-admission-print__student{grid-template-columns:18mm 1fr;gap:8px;padding:6px 10px}.student-admission-print__photo{width:18mm;height:22mm}.student-admission-print__section{padding:5px 10px}.student-admission-print__section-title{margin-bottom:4px;font-size:8px}.student-admission-print__grid{gap:3px 10px}.student-admission-print__grid--highlight{grid-template-columns:repeat(4, minmax(0, 1fr))}.student-admission-print__grid dt{font-size:7px}.student-admission-print__grid dd{margin-top:0;font-size:8.5px;line-height:1.2}.student-admission-print__grid--compact{gap:2px 0}.student-admission-print__grid--compact dd{font-size:8px}.student-admission-print__signatures{gap:10px;padding:8px 10px 6px}.student-admission-print__sign-line{margin-bottom:3px}.student-admission-print__signatures span{font-size:7px}.student-admission-print__footer-note{padding:4px 10px 6px;font-size:7px}.student-empty{font-size:8px}}.staff-profile-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.staff-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px;margin-bottom:24px;background:linear-gradient(135deg, #fff 0%, #f8fafc 55%, #eef2ff 100%);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 24px rgba(15,23,42,0.06)}.staff-hero__main{display:flex;align-items:flex-start;gap:22px;min-width:0}.staff-hero__avatar{width:110px;height:110px;border-radius:50%;border:3px solid #fff;background:linear-gradient(145deg, #6366f1, #4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;flex-shrink:0;box-shadow:0 8px 24px rgba(99,102,241,0.25)}.staff-hero__name{margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-0.03em;color:#0f172a}.staff-hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.staff-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:600;color:#4338ca;background:rgba(99,102,241,0.1);border:1px solid rgba(99,102,241,0.18);border-radius:999px}.staff-hero__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#475569}.staff-hero__actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}.staff-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.staff-panel-head{display:flex;align-items:flex-start;gap:14px}.staff-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;margin:0}.staff-detail-item dt{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:#94a3b8}.staff-detail-item dd{margin:0;font-size:15px;font-weight:500;color:#0f172a;line-height:1.5;word-break:break-word}.staff-detail-item--full{grid-column:1 / -1}.staff-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:0.03em;text-transform:uppercase;border-radius:999px;white-space:nowrap}.staff-badge--success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.staff-badge--muted{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.staff-badge--role{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;text-transform:none;font-size:12px}.staff-empty{color:#cbd5e1;font-style:italic}.staff-assignments{display:flex;flex-direction:column;gap:10px}.staff-assignment-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.staff-assignment-row__class{font-weight:600;color:#0f172a}.staff-assignment-row__meta{font-size:12px;color:#64748b;margin-top:2px}@media (max-width: 1024px){.staff-profile-grid{grid-template-columns:1fr}}@media (max-width: 768px){.staff-hero{flex-direction:column;padding:22px 20px}.staff-hero__main{flex-direction:column;align-items:center;text-align:center}.staff-hero__chips,.staff-hero__meta{justify-content:center}.staff-hero__actions{width:100%}.staff-hero__actions .academic-btn,.staff-hero__actions .academic-btn-form{flex:1;justify-content:center}.staff-detail-grid{grid-template-columns:1fr}}.fleet-page,.fleet-form-page{--fleet-bg: #0b1220;--fleet-surface: rgba(255, 255, 255, 0.06);--fleet-border: rgba(255, 255, 255, 0.1);--fleet-text: #ffffff;--fleet-muted: #94a3b8;--fleet-accent: #14b8a6;--fleet-accent-2: #6366f1;--fleet-glow: rgba(20, 184, 166, 0.35)}.fleet-page{max-width:1280px;margin:0 auto;padding:0 0 56px}.fleet-hero{position:relative;overflow:hidden;margin-bottom:28px;padding:36px 32px 28px;border-radius:28px;background:radial-gradient(circle at 15% 20%, rgba(20,184,166,0.22), transparent 42%),radial-gradient(circle at 85% 0%, rgba(99,102,241,0.28), transparent 38%),linear-gradient(145deg, #0f172a 0%, #111827 45%, #0b1220 100%);border:1px solid rgba(255,255,255,0.08);box-shadow:0 24px 60px rgba(2,6,23,0.45),inset 0 1px 0 rgba(255,255,255,0.06)}.fleet-hero__bg{position:absolute;inset:0;pointer-events:none}.fleet-hero__orb{position:absolute;border-radius:50%;filter:blur(40px)}.fleet-hero__orb--one{top:-40px;right:8%;width:180px;height:180px;background:rgba(20,184,166,0.25)}.fleet-hero__orb--two{bottom:-60px;left:12%;width:220px;height:220px;background:rgba(99,102,241,0.2)}.fleet-hero__grid{position:absolute;inset:0;opacity:0.18;background-image:linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom, black 20%, transparent 95%)}.fleet-hero__content{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.fleet-hero__eyebrow{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#5eead4}.fleet-hero__title{margin:0 0 10px;font-size:32px;font-weight:800;letter-spacing:-0.04em;line-height:1.05;color:#ffffff;text-shadow:0 1px 2px rgba(2,6,23,0.35)}.fleet-hero__subtitle{max-width:560px;margin:0;font-size:15px;line-height:1.6;color:#cbd5e1}.fleet-hero__actions{flex-shrink:0}.fleet-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:14px;border:1px solid rgba(255,255,255,0.14);background:rgba(255,255,255,0.06);color:#e2e8f0;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease}.fleet-btn:hover{transform:translateY(-2px);background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.22);color:#fff}.fleet-btn--primary{background:linear-gradient(135deg, #14b8a6 0%, #0d9488 55%, #6366f1 100%);border-color:transparent;color:#fff;box-shadow:0 12px 30px rgba(20,184,166,0.35)}.fleet-btn--primary:hover{box-shadow:0 16px 36px rgba(20,184,166,0.45);color:#fff}.fleet-btn__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px;background:rgba(255,255,255,0.18);font-size:16px;line-height:1}.fleet-metrics{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:14px}.fleet-metric{padding:18px 18px 16px;border-radius:18px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);backdrop-filter:blur(12px);transition:transform 0.2s ease, border-color 0.2s ease}.fleet-metric:hover{transform:translateY(-2px);border-color:rgba(255,255,255,0.16)}.fleet-metric--primary{background:linear-gradient(145deg, rgba(20,184,166,0.18), rgba(255,255,255,0.04));border-color:rgba(20,184,166,0.28)}.fleet-metric--accent{background:linear-gradient(145deg, rgba(99,102,241,0.18), rgba(255,255,255,0.04));border-color:rgba(99,102,241,0.28)}.fleet-metric__label{display:block;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#94a3b8}.fleet-metric__value{display:block;font-size:28px;font-weight:800;letter-spacing:-0.03em;line-height:1;color:#f8fafc}.fleet-metric__hint{display:block;margin-top:8px;font-size:12px;color:#64748b}.fleet-metric__hint--live{color:#5eead4}.fleet-metric__hint--live::before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#2dd4bf;box-shadow:0 0 10px #2dd4bf;vertical-align:middle}.fleet-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding:14px 18px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 24px rgba(15,23,42,0.05)}.fleet-toolbar__filters{display:flex;flex-wrap:wrap;gap:8px}.fleet-filter-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:13px;font-weight:600;text-decoration:none;transition:all 0.2s ease}.fleet-filter-chip:hover{border-color:#cbd5e1;background:#fff;color:#0f172a}.fleet-filter-chip--active{background:linear-gradient(135deg, #0f766e, #115e59);border-color:transparent;color:#fff;box-shadow:0 8px 20px rgba(15,118,110,0.25)}.fleet-filter-chip__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(15,23,42,0.08);font-size:11px;font-weight:800}.fleet-filter-chip--active .fleet-filter-chip__count{background:rgba(255,255,255,0.18)}.fleet-toolbar__count{margin:0;font-size:13px;color:#64748b;white-space:nowrap}.fleet-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:20px}.fleet-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%;padding:22px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15,23,42,0.06);transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease}.fleet-card:hover{transform:translateY(-6px);border-color:#cbd5e1;box-shadow:0 22px 48px rgba(15,23,42,0.12)}.fleet-card__accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #14b8a6, #6366f1)}.fleet-card--active .fleet-card__accent{background:linear-gradient(90deg, #10b981, #14b8a6)}.fleet-card--on_tour .fleet-card__accent{background:linear-gradient(90deg, #3b82f6, #6366f1)}.fleet-card--inactive .fleet-card__accent,.fleet-card--suspended .fleet-card__accent{background:linear-gradient(90deg, #94a3b8, #64748b)}.fleet-card--maintenance .fleet-card__accent{background:linear-gradient(90deg, #f59e0b, #f97316)}.fleet-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.fleet-card__identity{display:flex;align-items:center;gap:14px;min-width:0}.fleet-card__icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;background:linear-gradient(145deg, #eef2ff, #ecfeff);border:1px solid #dbeafe;font-size:26px;flex-shrink:0}.fleet-card__type{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#64748b}.fleet-card__number{margin:0;font-size:22px;font-weight:800;letter-spacing:-0.03em;color:#0f172a;word-break:break-word}.vehicle-status-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;white-space:nowrap}.vehicle-status-badge--active{color:#047857;background:#d1fae5;border:1px solid #a7f3d0}.vehicle-status-badge--inactive{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.vehicle-status-badge--on_tour{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.vehicle-status-badge--suspended{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.vehicle-status-badge--maintenance{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.fleet-card__route{margin-bottom:18px;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);border:1px solid #e2e8f0}.fleet-card__route-label{display:block;margin-bottom:6px;font-size:10px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#94a3b8}.fleet-card__route-name{margin:0 0 10px;font-size:15px;font-weight:700;line-height:1.45;color:#0f172a}.fleet-card__route-meta{display:flex;flex-wrap:wrap;gap:10px 14px;font-size:12px;color:#64748b}.fleet-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 18px}.fleet-card__stat{padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #edf2f7}.fleet-card__stat dt{margin:0 0 4px;font-size:10px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#94a3b8}.fleet-card__stat dd{margin:0;font-size:14px;font-weight:700;color:#0f172a;line-height:1.35;word-break:break-word}.fleet-card__footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:4px}.fleet-card__footer form{display:inline;margin:0}.fleet-card__footer button.fleet-card__link{font-family:inherit}.fleet-card__link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer;transition:all 0.2s ease}.fleet-card__link:hover{border-color:#cbd5e1;color:#0f172a;background:#f8fafc}.fleet-card__link--primary{background:linear-gradient(135deg, #0f766e, #115e59);border-color:transparent;color:#fff}.fleet-card__link--primary:hover{color:#fff;box-shadow:0 10px 24px rgba(15,118,110,0.25)}.fleet-card__link--danger{color:#b91c1c;border-color:#fecaca;background:#fff5f5}.fleet-card__link--danger:hover{background:#fee2e2;color:#991b1b}.fleet-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:72px 24px;border-radius:24px;background:radial-gradient(circle at top, rgba(20,184,166,0.08), transparent 55%),#fff;border:1px dashed #cbd5e1}.fleet-empty__visual{position:relative;width:120px;height:120px;margin-bottom:24px}.fleet-empty__ring{position:absolute;inset:0;border-radius:50%;border:2px dashed #cbd5e1;animation:fleet-spin 18s linear infinite}.fleet-empty__icon{position:absolute;inset:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(145deg, #ecfeff, #eef2ff);font-size:42px}@keyframes fleet-spin{to{transform:rotate(360deg)}}.fleet-empty__title{margin:0 0 10px;font-size:24px;font-weight:800;letter-spacing:-0.03em;color:#0f172a}.fleet-empty__text{max-width:460px;margin:0 0 24px;font-size:15px;line-height:1.6;color:#64748b}.fleet-empty__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}@media (max-width: 1100px){.fleet-metrics{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (max-width: 768px){.fleet-hero{padding:28px 20px 22px;border-radius:22px}.fleet-hero__content{flex-direction:column}.fleet-hero__actions,.fleet-hero__actions .fleet-btn{width:100%}.fleet-metrics{grid-template-columns:repeat(2, minmax(0, 1fr))}.fleet-toolbar{flex-direction:column;align-items:stretch}.fleet-toolbar__count{text-align:center}.fleet-grid{grid-template-columns:1fr}.fleet-card__footer{flex-direction:column}.fleet-card__link{width:100%;justify-content:center}.fleet-hero__title{font-size:26px}.fleet-form-hero--compact .fleet-hero__title{font-size:24px}}@media (max-width: 480px){.fleet-metrics{grid-template-columns:1fr}}.fleet-form-page{max-width:1180px;margin:0 auto;padding-bottom:24px}.fleet-form-spacer{display:none}.fleet-form-hero--compact{margin-bottom:20px;padding:24px 28px}.fleet-form-hero--compact .fleet-hero__title{font-size:28px}.fleet-hero--compact{margin-bottom:22px;padding:24px 28px 20px}.fleet-hero--compact .fleet-metrics{display:none}.fleet-form-layout--single{grid-template-columns:minmax(0, 1fr) 260px}.fleet-assignment-list{display:flex;flex-direction:column;gap:10px}.fleet-assignment-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;cursor:pointer;transition:border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease}.fleet-assignment-item:hover{border-color:#99f6e4;background:#f8fffe}.fleet-assignment-item--muted{opacity:0.72}.fleet-assignment-item__input{margin-top:3px;width:16px;height:16px;accent-color:#0d9488;flex-shrink:0}.fleet-assignment-item__content{display:flex;flex-direction:column;gap:4px;min-width:0}.fleet-assignment-item__title{font-size:14px;font-weight:800;color:#0f172a}.fleet-assignment-item__meta{font-size:12px;color:#64748b}.fleet-assignment-item__note{font-size:11px;font-weight:600;color:#b45309}.fleet-phone-field{display:flex;align-items:stretch;width:100%;border:1px solid #cbd5e1;border-radius:12px;background:#fff;overflow:hidden;transition:border-color 0.2s ease, box-shadow 0.2s ease}.fleet-phone-field:focus-within{border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,0.15)}.fleet-phone-field--invalid{border-color:#ef4444}.fleet-phone-field--invalid:focus-within{box-shadow:0 0 0 3px rgba(239,68,68,0.12)}.fleet-phone-field__code{display:flex;align-items:center;padding:0 14px;background:#f1f5f9;border-right:1px solid #e2e8f0;color:#334155;font-size:14px;font-weight:700;flex-shrink:0}.fleet-phone-field__input{width:100%;min-width:0;padding:12px 14px;border:none;background:transparent;color:#0f172a;font-size:14px;font-family:inherit;outline:none}.fleet-phone-field__input::placeholder{color:#94a3b8}.fleet-crew-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.fleet-crew-links__item{display:inline-flex;align-items:center;padding:8px 14px;border-radius:10px;background:#ecfeff;border:1px solid #99f6e4;color:#0f766e;font-size:13px;font-weight:700;text-decoration:none}.fleet-crew-links__item:hover{background:#ccfbf1;color:#115e59}.fleet-form-hero{position:relative;overflow:hidden;margin-bottom:24px;padding:28px 30px;border-radius:24px;background:radial-gradient(circle at 12% 18%, rgba(20,184,166,0.22), transparent 42%),radial-gradient(circle at 88% 0%, rgba(99,102,241,0.24), transparent 38%),linear-gradient(145deg, #0f172a 0%, #111827 45%, #0b1220 100%);border:1px solid rgba(255,255,255,0.08);box-shadow:0 20px 50px rgba(2,6,23,0.4)}.fleet-form-hero__content{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.fleet-form-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;color:#94a3b8;font-size:13px;font-weight:600;text-decoration:none;transition:color 0.2s ease}.fleet-form-back:hover{color:#e2e8f0}.fleet-form-steps{display:flex;flex-wrap:wrap;gap:8px;flex-shrink:0}.fleet-form-steps__item{padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,0.05);color:#94a3b8;font-size:12px;font-weight:700}.fleet-form-steps__item--active{color:#ecfdf5;background:rgba(20,184,166,0.2);border-color:rgba(45,212,191,0.35)}.fleet-form-layout{display:grid;grid-template-columns:minmax(0, 1fr) 280px;gap:22px;align-items:start}.fleet-form-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:20px;order:2}.fleet-form-main{min-width:0;order:1}.fleet-form-tip,.fleet-form-checklist,.fleet-form-types{padding:18px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 24px rgba(15,23,42,0.05)}.fleet-form-tip{display:flex;gap:12px;background:linear-gradient(145deg, #ecfeff 0%, #fff 100%);border-color:#99f6e4}.fleet-form-tip__icon{font-size:22px;line-height:1}.fleet-form-tip__title,.fleet-form-checklist__title,.fleet-form-types__title{margin:0 0 10px;font-size:14px;font-weight:800;color:#0f172a}.fleet-form-tip__list,.fleet-form-checklist__list{margin:0;padding-left:18px;color:#64748b;font-size:13px;line-height:1.55}.fleet-form-checklist__list{list-style:none;padding-left:0}.fleet-form-checklist__list li{position:relative;padding-left:22px;margin-bottom:8px}.fleet-form-checklist__list li::before{content:"✓";position:absolute;left:0;color:#0d9488;font-weight:800}.fleet-form-types__grid{display:flex;flex-wrap:wrap;gap:8px}.fleet-form-types__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:11px;font-weight:600;color:#475569}.fleet-form{display:flex;flex-direction:column}.fleet-form-alert{display:flex;gap:12px;margin-bottom:18px;padding:16px 18px;border-radius:16px;background:#fff5f5;border:1px solid #fecaca;color:#991b1b}.fleet-form-alert ul{margin:8px 0 0;padding-left:18px;font-size:13px}.fleet-form-section{margin-bottom:18px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15,23,42,0.05);overflow:hidden}.fleet-form-section__head{display:flex;align-items:center;gap:16px;padding:20px 22px;background:linear-gradient(135deg, #f8fafc 0%, #fff 100%);border-bottom:1px solid #e2e8f0}.fleet-form-section__badge{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg, #14b8a6, #0d9488);color:#fff;font-size:14px;font-weight:800;flex-shrink:0}.fleet-form-section__badge--blue{background:linear-gradient(135deg, #3b82f6, #2563eb)}.fleet-form-section__badge--violet{background:linear-gradient(135deg, #8b5cf6, #6366f1)}.fleet-form-section__title{margin:0 0 4px;font-size:18px;font-weight:800;letter-spacing:-0.02em;color:#0f172a}.fleet-form-section__desc{margin:0;font-size:13px;color:#64748b}.fleet-form-section__body{padding:22px}.fleet-form-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px}.fleet-field{display:flex;flex-direction:column;gap:8px}.fleet-field--full{grid-column:1 / -1;margin-bottom:16px}.fleet-field__label{font-size:13px;font-weight:700;color:#334155}.fleet-field__required{color:#ef4444}.fleet-field__input,.fleet-field__textarea{width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#0f172a;font-size:14px;font-family:inherit;transition:border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease}.fleet-field__input:hover,.fleet-field__textarea:hover{border-color:#cbd5e1;background:#fff}.fleet-field__input:focus,.fleet-field__textarea:focus{outline:none;border-color:#14b8a6;background:#fff;box-shadow:0 0 0 4px rgba(20,184,166,0.12)}.fleet-field__input--invalid{border-color:#f87171;background:#fff5f5}.fleet-field__textarea{min-height:96px;resize:vertical}.fleet-field__hint{margin:8px 0 0;font-size:12px;color:#64748b}.fleet-field__hint a{color:#0d9488;font-weight:600}.fleet-type-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(118px, 1fr));gap:10px}.fleet-type-option{cursor:pointer}.fleet-type-option__input{position:absolute;opacity:0;pointer-events:none}.fleet-type-option__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:92px;padding:12px 10px;border-radius:16px;border:1.5px solid #e2e8f0;background:#f8fafc;text-align:center;transition:all 0.2s ease}.fleet-type-option__card:hover{border-color:#99f6e4;background:#ecfeff;transform:translateY(-2px)}.fleet-type-option__card--selected,.fleet-type-option__input:checked+.fleet-type-option__card{border-color:#14b8a6;background:linear-gradient(145deg, #ecfeff, #f0fdf4);box-shadow:0 8px 20px rgba(20,184,166,0.18)}.fleet-type-option__icon{font-size:24px;line-height:1}.fleet-type-option__label{font-size:11px;font-weight:700;color:#334155;line-height:1.25}.fleet-upload{display:block;cursor:pointer}.fleet-upload__input{position:absolute;width:0.1px;height:0.1px;opacity:0;overflow:hidden;z-index:-1}.fleet-upload__box{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:16px;border:2px dashed #cbd5e1;background:linear-gradient(145deg, #f8fafc, #fff);transition:border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease}.fleet-upload:hover .fleet-upload__box,.fleet-upload__input:focus+.fleet-upload__box{border-color:#14b8a6;background:#ecfeff;box-shadow:0 0 0 4px rgba(20,184,166,0.1)}.fleet-upload__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;font-size:22px}.fleet-upload__text{display:flex;flex-direction:column;gap:4px;color:#475569;font-size:13px}.fleet-upload__text strong{color:#0f172a;font-size:14px}.fleet-upload__text small{color:#94a3b8;font-size:12px}.fleet-salary-card{margin-top:8px;padding:18px;border-radius:18px;background:linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);border:1px solid #e2e8f0}.fleet-salary-card__head h3{margin:0 0 4px;font-size:15px;font-weight:800;color:#0f172a}.fleet-salary-card__head p{margin:0 0 14px;font-size:12px;color:#64748b}.fleet-salary-card__total{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px dashed #cbd5e1}.fleet-salary-card__total span{font-size:13px;font-weight:600;color:#64748b}.fleet-salary-card__total strong{font-size:22px;font-weight:800;letter-spacing:-0.03em;color:#0f766e}.fleet-form-actions{margin-top:8px;padding:20px 22px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 24px rgba(15,23,42,0.06)}.fleet-form-actions--compact{margin-top:0;padding:14px 0 0;border:none;border-radius:0;background:transparent;box-shadow:none}.fleet-form-actions--compact .fleet-form-actions__inner{justify-content:flex-start;padding-top:14px;border-top:1px solid #e2e8f0}.fleet-form-actions__inner{display:flex;justify-content:flex-end;align-items:center;gap:12px}.fleet-form-btn{display:inline-flex;align-items:center;justify-content:center;min-width:148px;padding:13px 26px;border-radius:12px;font-size:14px;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer;border:none;transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease}.fleet-form-btn--ghost{background:#fff;color:#1e293b;border:2px solid #64748b;box-shadow:0 2px 8px rgba(15,23,42,0.08)}.fleet-form-btn--ghost:hover,.fleet-form-btn--ghost:focus-visible{background:#f1f5f9;border-color:#475569;color:#0f172a}.fleet-form-btn--primary{background:linear-gradient(135deg, #059669 0%, #047857 50%, #065f46 100%);color:#fff;border:2px solid #047857;box-shadow:0 8px 24px rgba(5,150,105,0.45);text-shadow:0 1px 1px rgba(0,0,0,0.15)}.fleet-form-btn--primary:hover,.fleet-form-btn--primary:focus-visible{transform:translateY(-1px);color:#fff;box-shadow:0 12px 28px rgba(13,148,136,0.5)}.fleet-form-btn--sm{min-width:0;padding:10px 18px;font-size:13px}.vehicle-doc-link{color:#0d9488;font-weight:600;text-decoration:none}.vehicle-doc-link:hover{text-decoration:underline}@media (max-width: 1024px){.fleet-form-layout{grid-template-columns:1fr}.fleet-form-aside{position:static;order:2;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}.fleet-form-main{order:1}}@media (max-width: 768px){.fleet-form-hero{padding:22px 18px}.fleet-form-hero__content{flex-direction:column;align-items:stretch}.fleet-form-aside{grid-template-columns:1fr}.fleet-form-grid{grid-template-columns:1fr}.fleet-type-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.fleet-form-actions__inner{flex-direction:column-reverse;gap:10px}.fleet-form-actions--compact .fleet-form-actions__inner{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:8px}.fleet-form-btn{width:100%;min-width:0}.fleet-form-actions--compact .fleet-form-btn{width:auto;flex:1 1 auto}}.vehicle-show-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.vehicle-crew-menu{position:relative}.vehicle-crew-menu__toggle{display:inline-flex;align-items:center;gap:6px}.vehicle-crew-menu__caret{font-size:12px;line-height:1}.vehicle-crew-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:210px;padding:8px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 40px rgba(15,23,42,0.14)}.vehicle-crew-menu__item{display:block;width:100%;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:#0f172a;font-size:14px;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;font-family:inherit}.vehicle-crew-menu__item:hover,.vehicle-crew-menu__item:focus-visible{background:#ecfdf5;color:#0f766e}.vehicle-crew-menu__item--danger{color:#b91c1c}.vehicle-crew-menu__item--danger:hover,.vehicle-crew-menu__item--danger:focus-visible{background:#fef2f2;color:#991b1b}.vehicle-crew-menu__form{margin:0}.vehicle-crew-assignment{border-color:#99f6e4;box-shadow:0 10px 30px rgba(13,148,136,0.08)}.vehicle-crew-assignment--locked{border-color:#cbd5e1;background:linear-gradient(180deg, #f8fafc 0%, #fff 100%)}.vehicle-crew-assignment__lock-badge{display:inline-flex;align-items:center;margin-left:8px;padding:3px 8px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:11px;font-weight:800;letter-spacing:0.04em;text-transform:uppercase;vertical-align:middle}.vehicle-crew-assignment__summary{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}.vehicle-crew-assignment__summary-item{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid #e2e8f0}.vehicle-crew-assignment__summary-label{font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#64748b}.vehicle-crew-assignment__summary-meta{font-size:12px;color:#64748b}.vehicle-crew-assignment__summary-empty{font-size:14px;color:#94a3b8;font-style:italic}.vehicle-crew-menu__hint{margin:0 0 6px;padding:0 12px;font-size:11px;font-weight:600;color:#64748b}.vehicle-crew-menu__group{padding-bottom:4px}.vehicle-crew-menu__group+.vehicle-crew-menu__group{margin-top:4px;padding-top:8px;border-top:1px solid #e2e8f0}.vehicle-crew-menu__item--edit{color:#0f766e;font-size:13px}.vehicle-crew-menu__item--edit:hover,.vehicle-crew-menu__item--edit:focus-visible{background:#ecfdf5;color:#115e59}.vehicle-crew-assignment__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px;margin-bottom:16px}.vehicle-crew-assignment__label{display:block;margin-bottom:8px;font-size:13px;font-weight:700;color:#334155}.vehicle-crew-assignment__select{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font-size:14px;font-family:inherit}.vehicle-crew-assignment__select:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,0.15)}.vehicle-crew-assignment__empty{margin:0;font-size:13px;color:#64748b}.vehicle-crew-assignment__actions{display:flex;flex-wrap:wrap;gap:10px}.vehicle-student-list{display:flex;flex-direction:column;gap:10px}.vehicle-student-item{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:12px 16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.staff-detail-item--full{grid-column:1 / -1}@media (max-width: 768px){.vehicle-show-actions{width:100%;flex-direction:column;align-items:stretch}.vehicle-show-actions .academic-btn,.vehicle-crew-menu,.vehicle-crew-menu__toggle{width:100%;justify-content:center}.vehicle-crew-menu__dropdown{left:0;right:0;min-width:0}.vehicle-crew-assignment__grid{grid-template-columns:1fr}.vehicle-crew-assignment__summary{grid-template-columns:1fr}.vehicle-crew-assignment__actions{flex-direction:column}.vehicle-crew-assignment__actions .academic-btn{width:100%}}.fees-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.fee-form-page{padding-bottom:24px}.fee-form-page--flush{max-width:1200px;margin:-24px -24px 0;width:calc(100% + 48px);padding-bottom:0}.fee-form-page__body{padding:0 24px 24px}.fee-form-layout{display:grid;grid-template-columns:minmax(0, 1fr) 300px;gap:24px;align-items:start}.fee-form-main{min-width:0}.fee-form-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:24px}.fee-alert{display:flex;gap:14px;padding:16px 18px;border-radius:14px;margin-bottom:20px;border:1px solid transparent}.fee-alert--warning{background:linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);border-color:#fdba74;color:#9a3412}.fee-alert--info{background:linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);border-color:#93c5fd;color:#1e40af}.fee-alert--danger{background:#fef2f2;border-color:#fecaca;color:#991b1b}.fee-alert--caution{background:#fffbeb;border-color:#fde68a;color:#92400e}.fee-alert__icon{font-size:22px;line-height:1;flex-shrink:0}.fee-alert__title{margin:0 0 6px;font-size:15px;font-weight:700}.fee-alert__text{margin:0;font-size:13px;line-height:1.55}.fee-alert__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.fee-alert__tag{display:inline-flex;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;background:rgba(255,255,255,0.55)}.fee-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:20px;overflow:hidden}.fee-form-panel__head{display:flex;align-items:flex-start;gap:14px;padding:18px 22px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.fee-form-panel__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.fee-form-panel__desc{margin:4px 0 0;font-size:13px;color:#64748b}.fee-form-panel__body{padding:22px}.fee-form-panel__body .academic-form__grid{gap:16px 20px}.fee-form-panel__body .academic-form__field--full{grid-column:1 / -1}.fee-form__alert{display:flex;gap:12px;padding:14px 16px;margin-bottom:20px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;font-size:13px}.fee-form__alert ul{margin:6px 0 0;padding-left:18px}.fee-form__notice{padding:12px 14px;border-radius:10px;font-size:13px;margin-bottom:16px}.fee-form__notice--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.fee-form__notice--muted{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.fee-form__readonly{background:#f8fafc !important;color:#475569}.fee-form__field--arrear .academic-form__input{border-color:#fca5a5;background:#fef2f2;color:#b91c1c;font-weight:600}.fee-form__field-hint{margin-top:4px;font-size:11px;color:#dc2626;font-weight:500}.fee-mode-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}.fee-mode-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color 0.15s ease, background 0.15s ease;user-select:none}.fee-mode-option input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.fee-mode-option:has(input:checked){border-color:#059669;background:#ecfdf5}.fee-mode-option__icon{font-size:22px}.fee-mode-option__label{font-size:12px;font-weight:600;color:#334155}.fee-gst-toggle{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.fee-gst-toggle input{width:18px;height:18px;accent-color:#059669}.fee-gst-toggle label{margin:0;font-size:14px;font-weight:500;color:#334155;cursor:pointer}.fee-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.fee-summary-card--highlight{background:linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);border-color:#93c5fd}.fee-summary-card__eyebrow{margin:0 0 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#2563eb}.fee-summary-card__amount{margin:0;font-size:28px;font-weight:800;color:#1d4ed8;line-height:1.1}.fee-summary-card__hint{margin:8px 0 0;font-size:12px;color:#64748b}.fee-summary-card__breakdown{margin:16px 0 0;display:flex;flex-direction:column;gap:10px}.fee-summary-card__row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.fee-summary-card__row dt{color:#64748b}.fee-summary-card__row dd{margin:0;font-weight:600;color:#0f172a}.fee-summary-card__row--arrear dd{color:#dc2626}.fee-summary-card__row--hidden{display:none}.fee-student-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.fee-student-card__name{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.fee-student-card__meta{margin:0;font-size:12px;color:#64748b;line-height:1.5}.fee-form__footer{position:sticky;bottom:0;z-index:40;background:rgba(255,255,255,0.92);backdrop-filter:blur(8px);border-top:1px solid #e2e8f0;padding:14px 24px;margin-top:8px}.fee-form__footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-end;gap:10px}.fee-form__footer .academic-btn--lg{min-width:180px}@media (max-width: 1024px){.fee-form__footer{margin-left:0}}@media (max-width: 900px){.fee-form-layout{grid-template-columns:1fr}.fee-form-sidebar{position:static;order:-1}.fee-mode-grid{grid-template-columns:1fr}.fee-form__footer-inner{flex-direction:column-reverse}.fee-form__footer-inner .academic-btn{width:100%;justify-content:center}}@media (max-width: 1024px){.fee-form-page--flush{margin:-20px -16px 0;width:calc(100% + 32px)}.fee-form-page__body{padding-left:16px;padding-right:16px}}@media (max-width: 640px){.fee-form-page--flush{margin:-16px -12px 0;width:calc(100% + 24px)}.fee-form-page__body{padding-left:12px;padding-right:12px}}.payments-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.payments-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.payments-filters__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.payments-filters__tab{display:inline-flex;padding:9px 16px;font-size:13px;font-weight:600;color:#475569;text-decoration:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.payments-filters__tab.active{background:linear-gradient(135deg, #059669 0%, #047857 100%);border-color:transparent;color:#fff}.payments-filters__form{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding-top:16px;border-top:1px solid #f1f5f9}.payments-filters__input{height:40px;padding:0 14px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-width:140px}.payments-filters__search{flex:1;min-width:220px}.payments-hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.payments-quick-links{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:16px;margin-bottom:24px}.payments-quick-card{display:flex;flex-direction:column;gap:8px;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;text-decoration:none;color:inherit;transition:box-shadow 0.2s ease, transform 0.2s ease}.payments-quick-card:hover{box-shadow:0 8px 24px rgba(15,23,42,0.08);transform:translateY(-2px)}.payments-quick-card__icon{font-size:28px}.payments-quick-card__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.payments-quick-card__desc{margin:0;font-size:13px;color:#64748b;line-height:1.5}.payment-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;border-radius:999px;white-space:nowrap}.payment-badge--success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.payment-badge--warning{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.payment-badge--danger{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.payment-badge--upi{color:#1d4ed8;background:#dbeafe}.payment-badge--cash{color:#92400e;background:#fef3c7}.payment-badge--online{color:#047857;background:#d1fae5}.payment-badge--default{color:#475569;background:#f1f5f9}.payments-group{margin-bottom:24px}.payments-group__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.payments-group__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.payments-group__meta{font-size:13px;color:#64748b}.payments-due-amount{font-weight:700;color:#dc2626}.payments-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;max-width:760px;margin:0 auto}.salary-form-page{padding-bottom:24px}.salary-form-layout{display:grid;grid-template-columns:minmax(0, 1fr) 300px;gap:24px;align-items:start}.salary-form-main{display:flex;flex-direction:column;gap:20px;min-width:0}.salary-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.salary-form-panel__head{display:flex;align-items:flex-start;gap:14px;padding:20px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg, #fafbfc 0%, #fff 100%)}.salary-form-panel__title{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.salary-form-panel__desc{margin:0;font-size:13px;color:#64748b}.salary-form-panel__body{padding:24px}.salary-form__alert{display:flex;gap:14px;padding:16px 18px;margin-bottom:4px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;font-size:13px;color:#991b1b}.salary-form__alert ul{margin:8px 0 0;padding-left:18px}.salary-form__alert strong{display:block;font-size:14px}.salary-mode-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}.salary-mode-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all 0.2s ease;text-align:center;user-select:none}.salary-mode-option input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.salary-mode-option:has(input:checked){border-color:#059669;background:#ecfdf5;box-shadow:0 0 0 3px rgba(5,150,105,0.12)}.salary-mode-option__icon{font-size:24px;line-height:1}.salary-mode-option__label{font-size:13px;font-weight:600;color:#334155}.salary-form-sidebar{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}.salary-summary-card{background:linear-gradient(145deg, #059669 0%, #047857 100%);color:#fff;border-radius:16px;padding:24px;box-shadow:0 8px 24px rgba(5,150,105,0.25)}.salary-summary-card__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;opacity:0.9}.salary-summary-card__amount{margin:0 0 6px;font-size:32px;font-weight:800;letter-spacing:-0.02em}.salary-summary-card__hint{margin:0 0 20px;font-size:12px;opacity:0.85}.salary-summary-card__breakdown{margin:0;padding-top:16px;border-top:1px solid rgba(255,255,255,0.2)}.salary-summary-card__row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;font-size:13px}.salary-summary-card__row dt{opacity:0.9;font-weight:500}.salary-summary-card__row dd{margin:0;font-weight:700}.salary-summary-card__row--deduction dd{color:#fecaca}.salary-summary-note{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;font-size:13px;color:#64748b;line-height:1.5}.salary-summary-note strong{display:block;margin-bottom:6px;color:#0f172a;font-size:14px}.salary-form__footer{position:sticky;bottom:0;z-index:40;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e2e8f0;padding:16px 24px;margin-top:8px;box-shadow:0 -4px 20px rgba(15,23,42,0.06)}.salary-form__footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-end;gap:12px}.academic-btn--lg{padding:12px 24px;font-size:15px}.salary-form-panel__body .academic-form__grid{grid-template-columns:1fr 1fr}.salary-form-panel__body .academic-form__textarea{width:100%;min-height:96px;padding:12px 14px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;resize:vertical;box-sizing:border-box}.salary-form-panel__body .academic-form__textarea:focus{outline:none;background:#fff;border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,0.12)}.salary-form-panel__body .academic-form__field--full{grid-column:1 / -1}.salary-form__field-hint{margin:4px 0 0;font-size:11px;color:#64748b}.payments-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payments-form-field label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}.payments-form-field input,.payments-form-field select,.payments-form-field textarea{width:100%;padding:10px 14px;font-size:14px;font-family:inherit;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.payments-form-field--full{grid-column:1 / -1}.payments-salary-summary{margin-top:16px;padding:16px;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.payments-salary-summary__label{font-size:14px;color:#047857;font-weight:600}.payments-salary-summary__value{font-size:24px;font-weight:800;color:#047857}.payments-receipt{max-width:720px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.payments-receipt__head{padding:24px;background:linear-gradient(135deg, #059669 0%, #047857 100%);color:#fff}.payments-receipt__body{padding:24px}.payments-receipt__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payments-receipt__grid dt{font-size:11px;text-transform:uppercase;letter-spacing:0.05em;color:#94a3b8;margin-bottom:4px}.payments-receipt__grid dd{margin:0 0 12px;font-size:15px;font-weight:600;color:#0f172a}.salary-show-page{padding-bottom:32px}.salary-show-layout{display:grid;grid-template-columns:minmax(0, 1fr) 300px;gap:24px;align-items:start}.salary-show-main{min-width:0}.salary-receipt-screen{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 24px rgba(15,23,42,0.06)}.salary-show-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:24px}.salary-show-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.salary-show-card--highlight{background:linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);border-color:#bbf7d0}.salary-show-card__eyebrow{margin:0 0 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#047857}.salary-show-card__amount{margin:0;font-size:28px;font-weight:800;color:#047857;line-height:1.1}.salary-show-card__period{margin:8px 0 0;font-size:13px;color:#334155}.salary-show-card__title{margin:0 0 14px;font-size:13px;font-weight:700;color:#0f172a}.salary-show-card__list{margin:0;display:flex;flex-direction:column;gap:12px}.salary-show-card__list dt{font-size:11px;text-transform:uppercase;letter-spacing:0.04em;color:#94a3b8;margin-bottom:2px}.salary-show-card__list dd{margin:0;font-size:14px;font-weight:600;color:#0f172a}.salary-show-card__list--breakdown .salary-show-card__row--deduction dd{color:#dc2626}.salary-receipt-doc{font-family:inherit;color:#0f172a}.salary-receipt-doc__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.salary-receipt-doc__ref-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:0.06em;color:#64748b;margin-bottom:4px}.salary-receipt-doc__ref strong,.salary-receipt-doc__date strong{font-size:15px;color:#0f172a}.salary-receipt-doc__date{text-align:right}.salary-receipt-doc__section{margin-bottom:24px}.salary-receipt-doc__section-title{margin:0 0 12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#047857}.salary-receipt-doc__details{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin:0}.salary-receipt-doc__details dt{font-size:10px;text-transform:uppercase;letter-spacing:0.04em;color:#94a3b8;margin-bottom:2px}.salary-receipt-doc__details dd{margin:0;font-size:14px;font-weight:600}.salary-receipt-doc__table{width:100%;border-collapse:collapse;font-size:13px}.salary-receipt-doc__table th,.salary-receipt-doc__table td{padding:10px 12px;border-bottom:1px solid #e2e8f0}.salary-receipt-doc__table th{background:#f8fafc;font-size:11px;text-transform:uppercase;letter-spacing:0.04em;color:#64748b;font-weight:600}.salary-receipt-doc__table th.amount,.salary-receipt-doc__table td.amount{text-align:right}.salary-receipt-doc__row--deduction td{color:#dc2626}.salary-receipt-doc__table tfoot td{font-weight:800;font-size:15px;border-bottom:none;border-top:2px solid #059669;padding-top:14px}.salary-receipt-doc__table tfoot td.amount{color:#047857;font-size:18px}.salary-receipt-doc__notes{margin-bottom:24px;padding:14px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px}.salary-receipt-doc__notes strong{display:block;font-size:11px;text-transform:uppercase;color:#92400e;margin-bottom:6px}.salary-receipt-doc__notes p{margin:0;font-size:13px;color:#78350f}.salary-receipt-doc__footer{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;padding-top:24px}.salary-receipt-doc__sign-line{border-top:1px solid #334155;padding-top:8px;font-size:11px;color:#64748b;text-align:center}.salary-receipt-doc__generated{margin:24px 0 0;font-size:10px;color:#94a3b8;text-align:center}.salary-receipt-print{max-width:210mm;margin:0 auto;padding:16px;background:#fff}.salary-receipt-print-body{background:#fff;font-family:Arial, sans-serif}.fee-receipt-print-body{background:#fff;font-family:"Segoe UI", Arial, Helvetica, sans-serif;color:#0f172a}@media screen{.fee-receipt-print-body{background:#e8edf2;min-height:100vh;padding:20px 16px 48px}.fee-receipt-print-wrap{max-width:210mm;margin:0 auto;box-shadow:0 8px 32px rgba(15,23,42,0.14);border-radius:4px;overflow:hidden}}.fee-receipt-print-doc{background:#fff}.fee-receipt-print-doc__frame{border:3px double #1d4ed8;padding:4px;background:#fff}.fee-receipt-print-doc__inner{border:1px solid #93c5fd;padding:10mm 11mm 8mm}.fee-receipt-print-doc__header{margin-bottom:5mm}.fee-receipt-print-doc__brand{display:flex;align-items:center;gap:4mm;padding-bottom:4mm;border-bottom:2px solid #1e40af}.fee-receipt-print-doc__brand .print-school-logo--document{width:18mm;height:18mm;flex-shrink:0}.fee-receipt-print-doc__school-name{margin:0 0 1mm;font-size:16pt;font-weight:800;text-transform:uppercase;letter-spacing:0.04em;line-height:1.15;color:#1e3a8a}.fee-receipt-print-doc__school-meta{margin:0;font-size:8.5pt;color:#475569;line-height:1.35}.fee-receipt-print-doc__title-band{margin-top:4mm;padding:3mm 4mm;text-align:center;background:linear-gradient(135deg, #1e40af 0%, #2563eb 55%, #1d4ed8 100%);color:#fff;border-radius:3px}.fee-receipt-print-doc__title-band-label{display:block;font-size:7pt;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;opacity:0.88;margin-bottom:1mm}.fee-receipt-print-doc__title-band h2{margin:0;font-size:13pt;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}.fee-receipt-print-doc__meta{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:2mm;margin-top:4mm;padding:3mm;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px}.fee-receipt-print-doc__meta-item{display:flex;flex-direction:column;gap:0.5mm;min-width:0}.fee-receipt-print-doc__meta-item span{font-size:6.5pt;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#64748b}.fee-receipt-print-doc__meta-item strong{font-size:8.5pt;font-weight:700;color:#0f172a;word-break:break-word}.fee-receipt-print-doc__section-title{margin:0 0 2.5mm;padding-bottom:1.5mm;border-bottom:1px solid #dbeafe;font-size:8pt;font-weight:800;text-transform:uppercase;letter-spacing:0.08em;color:#1d4ed8}.fee-receipt-print-doc__student{margin-bottom:4mm}.fee-receipt-print-doc__student-body{display:grid;grid-template-columns:22mm 1fr;gap:4mm;align-items:start}.fee-receipt-print-doc__photo{width:22mm;height:26mm;border:1px solid #cbd5e1;border-radius:3px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.fee-receipt-print-doc__photo img{width:100%;height:100%;object-fit:cover}.fee-receipt-print-doc__photo .print-report-card__photo-initial{font-size:14pt;font-weight:800;color:#64748b}.fee-receipt-print-doc__student-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2mm 4mm;margin:0}.fee-receipt-print-doc__student-grid dt{font-size:6.5pt;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#94a3b8;margin-bottom:0.5mm}.fee-receipt-print-doc__student-grid dd{margin:0;font-size:9pt;font-weight:600;color:#0f172a}.fee-receipt-print-doc__charges{margin-bottom:4mm}.fee-receipt-print-doc__table{width:100%;border-collapse:collapse;font-size:8.5pt}.fee-receipt-print-doc__table th,.fee-receipt-print-doc__table td{padding:1.8mm 2.5mm;border:1px solid #e2e8f0;text-align:left}.fee-receipt-print-doc__table th{background:#eff6ff;font-size:7pt;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#1e40af}.fee-receipt-print-doc__table th.amount,.fee-receipt-print-doc__table td.amount{text-align:right;white-space:nowrap}.fee-receipt-print-doc__table tbody tr:nth-child(even){background:#f8fafc}.fee-receipt-print-doc__table tbody td:first-child{width:8mm;text-align:center;color:#64748b;font-weight:600}.fee-receipt-print-doc__subtotal td,.fee-receipt-print-doc__gst td{font-weight:600;background:#f1f5f9;border-top:none;font-size:8pt;color:#334155}.fee-receipt-print-doc__total-box{display:flex;justify-content:space-between;align-items:center;gap:4mm;margin-bottom:4mm;padding:3.5mm 4mm;background:linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);border:2px solid #2563eb;border-radius:4px}.fee-receipt-print-doc__total-label span{display:block;font-size:8pt;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;color:#1e40af}.fee-receipt-print-doc__total-label small{display:block;margin-top:1mm;font-size:7pt;font-weight:500;color:#64748b}.fee-receipt-print-doc__total-amount{font-size:16pt;font-weight:800;color:#1d4ed8;letter-spacing:-0.02em}.fee-receipt-print-doc__note{margin-bottom:5mm;padding:2.5mm 3mm;background:#fffbeb;border:1px solid #fde68a;border-left:3px solid #f59e0b;border-radius:3px}.fee-receipt-print-doc__note strong{display:block;font-size:7pt;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;color:#92400e;margin-bottom:1mm}.fee-receipt-print-doc__note p{margin:0;font-size:7.5pt;line-height:1.45;color:#78350f}.fee-receipt-print-doc__footer{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:4mm;align-items:end;margin-top:2mm}.fee-receipt-print-doc__sign{text-align:center}.fee-receipt-print-doc__sign-line{border-top:1px solid #334155;margin-bottom:1.5mm;padding-top:10mm}.fee-receipt-print-doc__sign span{font-size:7.5pt;font-weight:600;color:#475569}.fee-receipt-print-doc__seal{width:18mm;height:18mm;border:2px double #1d4ed8;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:6.5pt;font-weight:800;line-height:1.2;color:#1d4ed8;text-transform:uppercase;background:rgba(255,255,255,0.95)}.fee-receipt-print-doc__generated{margin:3mm 0 0;padding-top:2mm;border-top:1px dashed #cbd5e1;font-size:6.5pt;color:#94a3b8;text-align:center}@media print{.fee-receipt-print-body{margin:0;padding:0;background:#fff}.fee-receipt-print-wrap{max-width:none;margin:0;box-shadow:none;border-radius:0}.fee-receipt-print-doc{page-break-inside:avoid;break-inside:avoid-page;page-break-after:avoid}.fee-receipt-print-doc__frame{border-width:2px;padding:2px}.fee-receipt-print-doc__inner{padding:4mm 5mm 3mm}.fee-receipt-print-doc__header{margin-bottom:2.5mm}.fee-receipt-print-doc__brand{gap:2.5mm;padding-bottom:2mm;border-bottom-width:1px}.fee-receipt-print-doc__brand .print-school-logo--document{width:14mm;height:14mm}.fee-receipt-print-doc__school-name{font-size:12pt;margin-bottom:0.5mm}.fee-receipt-print-doc__school-meta{font-size:7pt;line-height:1.25}.fee-receipt-print-doc__title-band{margin-top:2mm;padding:1.5mm 3mm}.fee-receipt-print-doc__title-band-label{font-size:6pt;margin-bottom:0.5mm}.fee-receipt-print-doc__title-band h2{font-size:10pt}.fee-receipt-print-doc__meta{gap:1.5mm;margin-top:2mm;padding:2mm}.fee-receipt-print-doc__meta-item span{font-size:6pt}.fee-receipt-print-doc__meta-item strong{font-size:7.5pt}.fee-receipt-print-doc__section-title{margin-bottom:1.5mm;padding-bottom:1mm;font-size:7pt}.fee-receipt-print-doc__student{margin-bottom:2mm}.fee-receipt-print-doc__student-body{grid-template-columns:18mm 1fr;gap:2.5mm}.fee-receipt-print-doc__photo{width:18mm;height:21mm}.fee-receipt-print-doc__student-grid{gap:1.5mm 3mm}.fee-receipt-print-doc__student-grid dt{font-size:6pt;margin-bottom:0}.fee-receipt-print-doc__student-grid dd{font-size:8pt}.fee-receipt-print-doc__charges{margin-bottom:2mm}.fee-receipt-print-doc__table{font-size:7.5pt}.fee-receipt-print-doc__table th,.fee-receipt-print-doc__table td{padding:1mm 1.5mm}.fee-receipt-print-doc__table th{font-size:6pt}.fee-receipt-print-doc__subtotal td,.fee-receipt-print-doc__gst td{font-size:7pt}.fee-receipt-print-doc__total-box{margin-bottom:2mm;padding:2mm 3mm}.fee-receipt-print-doc__total-label span{font-size:7pt}.fee-receipt-print-doc__total-label small{font-size:6pt;margin-top:0.5mm}.fee-receipt-print-doc__total-amount{font-size:12pt}.fee-receipt-print-doc__note{margin-bottom:2mm;padding:1.5mm 2mm}.fee-receipt-print-doc__note strong{font-size:6pt;margin-bottom:0.5mm}.fee-receipt-print-doc__note p{font-size:6.5pt;line-height:1.3}.fee-receipt-print-doc__footer{gap:2.5mm;margin-top:1mm}.fee-receipt-print-doc__sign-line{padding-top:5mm;margin-bottom:1mm}.fee-receipt-print-doc__sign span{font-size:6.5pt}.fee-receipt-print-doc__seal{width:14mm;height:14mm;font-size:5.5pt}.fee-receipt-print-doc__generated{display:none}}.fee-show-page--flush{max-width:1200px;margin:-24px -24px 0;width:calc(100% + 48px);padding-bottom:32px}.fee-show-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:16px 24px 18px;margin-bottom:20px;background:linear-gradient(135deg, #fff 0%, #f8fafc 55%, #eff6ff 100%);border-bottom:1px solid #e2e8f0}.fee-show-toolbar__main{min-width:0}.fee-show-toolbar__back{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;font-size:13px;font-weight:600;color:#6366f1;text-decoration:none}.fee-show-toolbar__back:hover{color:#4f46e5}.fee-show-toolbar__title{margin:0 0 4px;font-size:22px;font-weight:800;letter-spacing:-0.02em;color:#0f172a}.fee-show-toolbar__subtitle{margin:0;font-size:13px;color:#64748b}.fee-show-toolbar__actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}.fee-show-page--flush .salary-show-layout{padding:0 24px 24px}.fee-show-page .salary-show-card--highlight{background:linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);border-color:#bfdbfe}.fee-show-page .salary-show-card__eyebrow,.fee-show-page .salary-show-card__amount{color:#1d4ed8}.fee-receipt-doc__footer{grid-template-columns:1fr 1fr auto;align-items:end}.fee-receipt-doc__seal{display:flex;justify-content:center}.fee-receipt-doc__seal-ring{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border:2px dashed #cbd5e1;border-radius:50%;font-size:10px;font-weight:600;color:#94a3b8;text-align:center;line-height:1.2}.fee-receipt-doc__total-row td{font-weight:800;font-size:15px;border-top:2px solid #2563eb;padding-top:14px}.fee-receipt-doc__total-row td.amount{color:#1d4ed8;font-size:18px}.fee-receipt-doc .salary-receipt-doc__section-title{color:#2563eb}.fee-receipt-doc .salary-receipt-doc__top{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px}.fee-receipt-doc .salary-receipt-doc__table tfoot tr:not(.fee-receipt-doc__total-row) td{font-weight:500;font-size:13px;border-top:none;padding-top:8px;color:#334155}.fee-receipt-doc .salary-receipt-doc__table tfoot tr:not(.fee-receipt-doc__total-row) td.amount{color:#334155;font-size:13px}@media (max-width: 900px){.payments-hub-grid,.payments-form-grid,.payments-receipt__grid,.salary-form-layout,.salary-show-layout,.salary-receipt-doc__details{grid-template-columns:1fr}.fee-receipt-doc__footer{grid-template-columns:1fr;gap:24px}.salary-show-sidebar{position:static}.salary-receipt-doc__top{flex-direction:column}.fee-receipt-doc .salary-receipt-doc__top{grid-template-columns:1fr}.salary-receipt-doc__date{text-align:left}.salary-form-sidebar{position:static;order:-1}.salary-mode-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.salary-form__footer{margin-left:0}}@media (max-width: 768px){.payments-filters__search{min-width:100%}.salary-form__footer-inner{flex-direction:column-reverse}.salary-form__footer-inner .academic-btn{width:100%;justify-content:center}}.student-payments-page{max-width:1200px}.student-payments-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px;margin-bottom:24px;background:linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 45%, rgba(236,253,245,0.45) 100%);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 24px rgba(15,23,42,0.06)}.student-payments-hero__main{display:flex;align-items:flex-start;gap:22px;min-width:0}.student-payments-hero__info{min-width:0}.student-payments-hero__back{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;font-size:13px;font-weight:600;color:#6366f1;text-decoration:none}.student-payments-hero__back:hover{color:#4f46e5}.student-payments-hero__actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}.student-payments-alert{display:flex;align-items:center;gap:16px;padding:18px 22px;margin-bottom:24px;border-radius:16px;border:1px solid transparent}.student-payments-alert--due{background:linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);border-color:#fdba74;box-shadow:0 8px 24px rgba(249,115,22,0.1)}.student-payments-alert--clear{background:linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);border-color:#6ee7b7;box-shadow:0 8px 24px rgba(16,185,129,0.08)}.student-payments-alert__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;font-size:20px;font-weight:800;flex-shrink:0}.student-payments-alert--due .student-payments-alert__icon{background:rgba(249,115,22,0.15);color:#c2410c}.student-payments-alert--clear .student-payments-alert__icon{background:rgba(16,185,129,0.15);color:#047857}.student-payments-alert__content{flex:1;min-width:0}.student-payments-alert__title{margin:0 0 4px;font-size:16px;font-weight:800;color:#0f172a}.student-payments-alert__text{margin:0;font-size:14px;line-height:1.5;color:#475569}.student-payments-alert__action{flex-shrink:0}.student-payments-panel .academic-panel__head{border-bottom:1px solid #f1f5f9}.student-payments-table__row{cursor:pointer;transition:background-color 0.15s ease}.student-payments-table__row:hover{background:#f8fafc}.student-payments-table__receipt{display:inline-flex;padding:4px 10px;font-size:12px;font-weight:700;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px}.student-payments-table__charge-id{display:inline-block;padding:3px 8px;font-size:12px;font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;color:#334155;background:#f1f5f9;border-radius:6px}.student-payments-table__period{display:inline-flex;padding:4px 10px;font-size:12px;font-weight:600;color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px}.student-payments-table__period--muted,.student-payments-table__muted{color:#94a3b8}.student-payments-table__amount{font-size:14px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.student-payments-table__date{display:block;font-size:13px;font-weight:600;color:#0f172a}.student-payments-table__time{display:block;margin-top:2px;font-size:11px;color:#94a3b8}.student-payments-table__actions{white-space:nowrap}.student-payments-table__actions .academic-btn+.academic-btn{margin-left:6px}@media (max-width: 900px){.student-payments-hero{flex-direction:column}.student-payments-hero__actions{width:100%}.student-payments-hero__actions .academic-btn{flex:1;justify-content:center}.student-payments-alert{flex-direction:column;align-items:stretch;text-align:center}.student-payments-alert__icon{margin:0 auto}.student-payments-alert__action{width:100%;justify-content:center}.fee-show-toolbar{flex-direction:column;padding-left:16px;padding-right:16px}.fee-show-toolbar__actions{width:100%}.fee-show-toolbar__actions .academic-btn{flex:1;justify-content:center}}@media (max-width: 1024px){.fee-show-page--flush{margin:-20px -16px 0;width:calc(100% + 32px)}.fee-show-page--flush .salary-show-layout{padding-left:16px;padding-right:16px}}@media (max-width: 640px){.fee-show-page--flush{margin:-16px -12px 0;width:calc(100% + 24px)}.fee-show-page--flush .salary-show-layout{padding-left:12px;padding-right:12px}}.attendance-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.attendance-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.attendance-filters__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.attendance-filters__tab{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:600;color:#475569;text-decoration:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:all 0.2s ease}.attendance-filters__tab:hover{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.attendance-filters__tab.active{background:linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);border-color:transparent;color:#fff;box-shadow:0 4px 14px rgba(99,102,241,0.3)}.attendance-filters__controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding-top:16px;border-top:1px solid #f1f5f9}.attendance-filters__form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.attendance-filters__input{height:40px;padding:0 14px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-width:140px}.attendance-filters__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.12)}.attendance-period{margin:0;font-size:14px;color:#64748b}.attendance-period strong{color:#0f172a;font-weight:600}.attendance-filters__class-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.attendance-filters__class-label{font-size:12px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#6366f1;white-space:nowrap}.attendance-filters__form--class{flex:1}.attendance-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.attendance-view-toggle{display:flex;gap:8px;background:#f1f5f9;padding:4px;border-radius:12px}.attendance-view-toggle__btn{padding:8px 16px;font-size:13px;font-weight:600;color:#64748b;text-decoration:none;border-radius:9px;transition:all 0.2s ease}.attendance-view-toggle__btn:hover{color:#4338ca}.attendance-view-toggle__btn.active{background:#fff;color:#4338ca;box-shadow:0 1px 3px rgba(15,23,42,0.08)}.attendance-class-panel{margin-bottom:24px}.attendance-class-table__row--empty{opacity:0.72}.attendance-count{display:inline-flex;min-width:28px;justify-content:center;padding:2px 8px;font-size:13px;font-weight:700;border-radius:6px}.attendance-count--present{background:#dcfce7;color:#15803d}.attendance-count--absent{background:#fee2e2;color:#b91c1c}.attendance-count--leave{background:#fef3c7;color:#b45309}.attendance-count--sick{background:#ffedd5;color:#c2410c}.attendance-summary-status{display:inline-flex;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;border-radius:999px}.attendance-summary-status--none{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.attendance-summary-status--partial{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.attendance-summary-status--done{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.attendance-status{display:inline-flex;align-items:center;padding:4px 11px;font-size:11px;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;border-radius:999px;white-space:nowrap}.attendance-status--present{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.attendance-status--absent{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.attendance-status--leave{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.attendance-status--sick{color:#c2410c;background:#ffedd5;border:1px solid #fed7aa}.attendance-mark-layout{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:start}.attendance-mark-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #f1f5f9}.attendance-mark-toolbar__info h3{margin:0 0 4px;font-size:17px;font-weight:700;color:#0f172a}.attendance-mark-toolbar__info p{margin:0;font-size:13px;color:#64748b}.attendance-student-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:14px}.attendance-student-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:16px;transition:border-color 0.2s, box-shadow 0.2s}.attendance-student-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px rgba(99,102,241,0.08)}.attendance-student-card__name{margin:0 0 4px;font-size:15px;font-weight:600;color:#0f172a}.attendance-student-card__meta{margin:0 0 12px;font-size:12px;color:#94a3b8}.attendance-status-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.attendance-status-option{position:relative;cursor:pointer}.attendance-status-option input{position:absolute;opacity:0;width:0;height:0}.attendance-status-option span{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 10px;font-size:12px;font-weight:600;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;transition:all 0.15s ease}.attendance-status-option input:checked+span{color:#fff;border-color:transparent}.attendance-status-option--present input:checked+span{background:#16a34a}.attendance-status-option--absent input:checked+span{background:#dc2626}.attendance-status-option--leave input:checked+span{background:#d97706}.attendance-status-option--sick input:checked+span{background:#ea580c}.attendance-mark-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9}.attendance-aside-card{position:sticky;top:24px;background:linear-gradient(160deg, #1e293b 0%, #0f172a 100%);border-radius:16px;padding:24px;color:#e2e8f0}.attendance-aside-card h3{margin:0 0 14px;font-size:15px;font-weight:700;color:#fff}.attendance-aside-card ol,.attendance-aside-card ul{margin:0;padding-left:18px;font-size:13px;line-height:1.6;color:#94a3b8}.attendance-aside-card li{margin-bottom:8px}.attendance-aside-card li strong{color:#c7d2fe}.attendance-aside-card+.attendance-aside-card{margin-top:16px}.attendance-alert{padding:14px 16px;border-radius:12px;font-size:14px;margin-bottom:20px}.attendance-alert--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.attendance-alert--warning{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.attendance-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.attendance-percent-ring{display:flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg, #eef2ff, #f5f3ff);border:3px solid #6366f1;font-size:20px;font-weight:800;color:#4338ca;flex-shrink:0}.attendance-edit-panel{max-width:560px}.attendance-edit-form .academic-form__field+.academic-form__field{margin-top:20px}.attendance-edit-form .attendance-mark-footer{margin-top:24px;padding-top:0;border-top:none}@media (max-width: 1024px){.attendance-mark-layout{grid-template-columns:1fr}.attendance-aside-card{position:static}}@media (max-width: 768px){.attendance-filters__controls,.attendance-filters__form{width:100%}.attendance-filters__input{flex:1;min-width:0}.attendance-student-grid{grid-template-columns:1fr}.attendance-detail-grid{grid-template-columns:1fr}.attendance-mark-footer{flex-direction:column-reverse}.attendance-mark-footer .academic-btn{width:100%;justify-content:center}.attendance-toolbar{flex-direction:column;align-items:stretch}.attendance-view-toggle{width:100%}.attendance-view-toggle__btn{flex:1;text-align:center}.attendance-filters__class-row{flex-direction:column;align-items:stretch}.attendance-filters__form--class{width:100%}}.demand-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.demand-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.demand-filters__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.demand-filters__tab{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:600;color:#475569;text-decoration:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:all 0.2s ease}.demand-filters__tab:hover{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.demand-filters__tab.active{background:linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);border-color:transparent;color:#fff;box-shadow:0 4px 14px rgba(99,102,241,0.3)}.demand-filters__form{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding-top:16px;border-top:1px solid #f1f5f9}.demand-filters__input{height:40px;padding:0 14px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-width:140px}.demand-filters__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.12)}.demand-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;border-radius:999px}.demand-badge--draft{background:#fff7ed;color:#c2410c}.demand-badge--finalized{background:#eff6ff;color:#1d4ed8}.demand-badge--sent{background:#ecfdf5;color:#047857}.demand-group{margin-bottom:28px}.demand-group__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.demand-group__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.demand-group__meta{font-size:13px;color:#64748b}.demand-cards{display:grid;gap:16px}.demand-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;transition:box-shadow 0.2s ease, transform 0.2s ease}.demand-card:hover{box-shadow:0 8px 24px rgba(15,23,42,0.08);transform:translateY(-2px)}.demand-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;background:linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);color:#fff}.demand-card__class{margin:0 0 4px;font-size:18px;font-weight:700}.demand-card__sub{margin:0;font-size:13px;opacity:0.92}.demand-card__period{text-align:right;background:rgba(255,255,255,0.15);padding:8px 12px;border-radius:8px;min-width:110px}.demand-card__period-label{font-size:11px;opacity:0.9;text-transform:uppercase;letter-spacing:0.04em}.demand-card__period-value{font-size:15px;font-weight:700}.demand-card__body{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;padding:18px 20px}.demand-card__stat-label{font-size:12px;color:#64748b;margin-bottom:4px}.demand-card__stat-value{font-size:22px;font-weight:700;color:#0f172a}.demand-card__stat-value--amount{color:#059669}.demand-card__foot{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding:14px 20px;background:#f8fafc;border-top:1px solid #f1f5f9}.demand-summary{background:linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);color:#fff;border-radius:16px;padding:24px 28px;margin-bottom:24px;box-shadow:0 8px 24px rgba(99,102,241,0.25)}.demand-summary__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.demand-summary__label{font-size:12px;opacity:0.9;margin-bottom:4px;text-transform:uppercase;letter-spacing:0.04em}.demand-summary__value{font-size:20px;font-weight:700}.demand-summary__value--lg{font-size:28px}.demand-extra{margin-top:20px;padding:14px 16px;background:rgba(255,255,255,0.12);border-radius:10px}.demand-extra__title{font-size:13px;font-weight:700;margin-bottom:10px}.demand-extra__chips{display:flex;flex-wrap:wrap;gap:8px}.demand-extra__chip{background:rgba(255,255,255,0.18);padding:6px 12px;border-radius:8px;font-size:12px}.demand-form-page{max-width:860px;margin:0 auto}.demand-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;margin-bottom:20px}.demand-form-panel__title{margin:0 0 18px;font-size:16px;font-weight:700;color:#0f172a;padding-bottom:12px;border-bottom:2px solid #eef2ff}.demand-form-field{margin-bottom:16px}.demand-form-field label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}.demand-form-field input,.demand-form-field select{width:100%;height:42px;padding:0 14px;font-size:14px;font-family:inherit;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.demand-form-field input:focus,.demand-form-field select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.12)}.demand-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.demand-radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.demand-radio{border:2px solid #e2e8f0;border-radius:12px;padding:14px 16px;cursor:pointer;transition:all 0.2s ease}.demand-radio:has(input:checked){border-color:#6366f1;background:#eef2ff}.demand-radio input{display:none}.demand-radio__title{font-size:15px;font-weight:700;color:#0f172a}.demand-radio__hint{font-size:12px;color:#64748b;margin-top:2px}.demand-form-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding-top:8px}.demand-show-actions{display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 900px){.demand-summary__grid{grid-template-columns:repeat(2, 1fr)}.demand-card__body{grid-template-columns:1fr}.demand-form-grid,.demand-radio-grid{grid-template-columns:1fr}}.demand-print-toolbar{position:fixed;top:16px;right:16px;z-index:1000;display:flex;gap:8px;padding:12px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(15,23,42,0.15)}.demand-print-toolbar button,.demand-print-toolbar a{display:inline-flex;align-items:center;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;border-radius:8px;border:none;cursor:pointer;background:#6366f1;color:#fff}.demand-print-toolbar a.secondary{background:#64748b}.demand-print-info{text-align:center;padding:12px;margin-bottom:16px;font-size:13px;color:#64748b;background:#f8fafc;border-radius:8px}.demand-print-body{font-family:"Segoe UI", Arial, sans-serif;font-size:8pt;line-height:1.35;color:#111;background:#fff}.demand-print-pages{width:210mm;margin:0 auto}.demand-print-page{width:210mm;height:297mm;padding:6mm;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:4mm;page-break-after:always;break-after:page;box-sizing:border-box}.demand-print-page:last-child{page-break-after:auto;break-after:auto}.demand-slip{border:1px solid #333;border-radius:2px;padding:3mm;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;min-height:0}.demand-slip__school{text-align:center;border-bottom:1.5px solid #333;padding-bottom:2mm;margin-bottom:2mm}.demand-slip__school-name{font-size:9pt;font-weight:800;text-transform:uppercase;letter-spacing:0.03em;line-height:1.2}.demand-slip__school-meta{font-size:6.5pt;color:#444;margin-top:1mm}.demand-slip__title{text-align:center;font-size:8pt;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:1mm 0 2mm}.demand-slip__meta{display:grid;grid-template-columns:1fr 1fr;gap:1mm 3mm;font-size:6.5pt;margin-bottom:2mm}.demand-slip__meta dt{color:#555;font-weight:600}.demand-slip__meta dd{margin:0;font-weight:700;color:#111}.demand-slip__fees{width:100%;border-collapse:collapse;font-size:6.5pt;flex:1}.demand-slip__fees th,.demand-slip__fees td{padding:1mm 1.5mm;border:0.5px solid #ccc}.demand-slip__fees th{background:#f3f4f6;text-align:left;font-weight:700}.demand-slip__fees td.amount{text-align:right;white-space:nowrap}.demand-slip__total{display:flex;justify-content:space-between;align-items:center;margin-top:2mm;padding:2mm;background:#111;color:#fff;font-size:8pt;font-weight:800}.demand-slip__footer{margin-top:auto;padding-top:2mm;display:flex;justify-content:space-between;font-size:6pt;color:#666}.demand-slip__sign{text-align:center;width:30%}.demand-slip__sign-line{border-top:0.5px solid #333;margin-top:8mm;padding-top:1mm;font-size:6pt}@media print{.no-print{display:none !important}.demand-print-body{background:#fff}.demand-print-pages{width:auto;margin:0}.demand-print-page{width:100%;height:100vh;padding:6mm;margin:0}}.due-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.due-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}.due-filters__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.due-filters__tab{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:600;color:#475569;text-decoration:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:all 0.2s ease}.due-filters__tab:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.due-filters__tab.active{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);border-color:transparent;color:#fff;box-shadow:0 4px 14px rgba(239,68,68,0.28)}.due-filters__panel{display:none;padding-top:16px;border-top:1px solid #f1f5f9}.due-filters__panel.active{display:block}.due-filters__form{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.due-filters__field{flex:1;min-width:180px}.due-filters__field label{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px}.due-filters__input{width:100%;height:40px;padding:0 14px;font-size:14px;font-family:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.due-filters__input:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,0.12)}.due-filters__hint{margin:0;font-size:13px;color:#64748b}.due-filters__divider{text-align:center;font-size:12px;color:#94a3b8;margin:8px 0}.due-results__toolbar{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:center;margin-bottom:16px}.due-results__print-group{display:flex;flex-wrap:wrap;gap:8px}.due-month-badge{display:inline-flex;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;margin:2px}.due-amount{font-weight:700;color:#dc2626}.due-status-badge{display:inline-flex;padding:4px 10px;font-size:11px;font-weight:700;border-radius:999px}.due-status-badge--clear{background:#ecfdf5;color:#047857}.due-status-badge--warning{background:#fff7ed;color:#c2410c}.due-status-badge--danger{background:#fef2f2;color:#b91c1c}.due-print-body{font-family:"Segoe UI", Arial, sans-serif;color:#111;background:#fff}.due-print-toolbar{position:fixed;top:16px;right:16px;z-index:1000;display:flex;gap:8px;padding:12px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(15,23,42,0.15)}.due-print-toolbar button,.due-print-toolbar a{display:inline-flex;align-items:center;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;border-radius:8px;border:none;cursor:pointer;background:#ef4444;color:#fff}.due-print-toolbar a.secondary{background:#64748b}.due-print-info{text-align:center;padding:12px;margin-bottom:16px;font-size:13px;color:#64748b;background:#f8fafc;border-radius:8px}.due-print-summary{padding:10mm}.due-print-summary__header{text-align:center;margin-bottom:6mm;border-bottom:2px solid #dc2626;padding-bottom:4mm}.due-print-summary__school{font-size:16pt;font-weight:800;text-transform:uppercase}.due-print-summary__meta{font-size:9pt;color:#555;margin-top:2mm}.due-print-summary__title{font-size:12pt;font-weight:700;margin-top:3mm;text-transform:uppercase;letter-spacing:0.06em}.due-print-summary__info{display:grid;grid-template-columns:repeat(4, 1fr);gap:3mm;margin-bottom:5mm;padding:3mm;background:#fef2f2;border:1px solid #fecaca;border-radius:2mm;font-size:8pt}.due-print-summary__info dt{color:#666;font-weight:600}.due-print-summary__info dd{margin:0;font-weight:700}.due-print-summary__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:3mm;margin-bottom:5mm}.due-print-summary__stat{text-align:center;padding:3mm;border:1px solid #e5e7eb;border-radius:2mm}.due-print-summary__stat-value{font-size:14pt;font-weight:800;color:#dc2626}.due-print-summary__stat-label{font-size:8pt;color:#666}.due-print-table{width:100%;border-collapse:collapse;font-size:8pt}.due-print-table th,.due-print-table td{border:0.5px solid #ccc;padding:2mm;vertical-align:top}.due-print-table th{background:#111;color:#fff;font-weight:700;text-align:left}.due-print-table td.amount{text-align:right;font-weight:700;color:#dc2626;white-space:nowrap}.due-print-table tfoot td{font-weight:800;background:#f9fafb}.due-print-signatures{display:grid;grid-template-columns:repeat(3, 1fr);gap:10mm;margin-top:10mm}.due-print-signatures__line{border-top:0.5px solid #333;margin-top:12mm;padding-top:2mm;font-size:8pt;text-align:center}.due-print-pages{width:210mm;margin:0 auto}.due-print-page{width:210mm;height:297mm;padding:6mm;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:4mm;page-break-after:always;break-after:page;box-sizing:border-box}.due-print-page:last-child{page-break-after:auto;break-after:auto}.due-slip{border:1px solid #333;padding:3mm;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;min-height:0}.due-slip__school{text-align:center;border-bottom:1.5px solid #333;padding-bottom:2mm;margin-bottom:2mm}.due-slip__school-name{font-size:9pt;font-weight:800;text-transform:uppercase}.due-slip__school-meta{font-size:6.5pt;color:#444;margin-top:1mm}.due-slip__title{text-align:center;font-size:8pt;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:1mm 0 2mm;color:#b91c1c}.due-slip__meta{display:grid;grid-template-columns:1fr 1fr;gap:1mm 3mm;font-size:6.5pt;margin-bottom:2mm}.due-slip__meta dt{color:#555;font-weight:600}.due-slip__meta dd{margin:0;font-weight:700}.due-slip__months{flex:1;font-size:6.5pt;margin-bottom:2mm}.due-slip__months-title{font-weight:700;margin-bottom:1mm}.due-slip__month-tag{display:inline-block;padding:1mm 2mm;margin:0.5mm;border:0.5px solid #dc2626;border-radius:1mm;font-size:6pt;font-weight:700;color:#b91c1c}.due-slip__total{display:flex;justify-content:space-between;align-items:center;padding:2mm;background:#111;color:#fff;font-size:8pt;font-weight:800}.due-slip__footer{margin-top:auto;padding-top:2mm;display:flex;justify-content:space-between;font-size:6pt;color:#666}.due-slip__sign{text-align:center;width:42%}.due-slip__sign-line{border-top:0.5px solid #333;margin-top:8mm;padding-top:1mm}@media print{.no-print{display:none !important}.due-print-body--summary .due-print-summary{padding:0}.due-print-body--slips .due-print-pages{width:auto;margin:0}.due-print-body--slips .due-print-page{width:100%;height:100vh;padding:6mm}}@media (max-width: 768px){.due-filters__field{min-width:100%}}.promotion-page{max-width:1200px;margin:0 auto;padding-bottom:100px}.promotion-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:end;margin-bottom:24px}.promotion-flow__arrow{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:8px;border-radius:50%;background:linear-gradient(135deg, #eef2ff, #f5f3ff);border:1px solid #c7d2fe;font-size:22px;color:#4338ca}.promotion-class-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;margin-top:12px}.promotion-class-card--dest{background:linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);border-color:#bbf7d0}.promotion-class-card__label{display:block;font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:4px}.promotion-class-card__name{font-size:16px;font-weight:700;color:#0f172a}.promotion-class-card__meta{margin-top:6px;font-size:12px;color:#64748b}.promotion-session-filter{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.promotion-session-filter__label{font-size:13px;font-weight:600;color:#475569}.promotion-students-panel{margin-top:24px}.promotion-students-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.promotion-students-toolbar h3{margin:0;font-size:17px;font-weight:700;color:#0f172a}.promotion-count-badge{display:inline-flex;margin-left:8px;padding:3px 10px;font-size:12px;font-weight:700;color:#4338ca;background:#eef2ff;border-radius:999px}.promotion-students-list{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow-y:auto;padding-right:4px}.promotion-student-row{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:14px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color 0.2s, background 0.2s, box-shadow 0.2s}.promotion-student-row:hover{border-color:#c7d2fe;background:#fafbff}.promotion-student-row.selected{border-color:#6366f1;background:linear-gradient(135deg, rgba(99,102,241,0.06), rgba(79,70,229,0.04));box-shadow:0 0 0 1px rgba(99,102,241,0.15)}.promotion-student-row input[type="checkbox"]{width:18px;height:18px;accent-color:#6366f1;cursor:pointer}.promotion-student-row__name{font-size:15px;font-weight:600;color:#0f172a}.promotion-student-row__meta{margin-top:3px;font-size:12px;color:#94a3b8}.promotion-student-row__badges{display:flex;flex-wrap:wrap;gap:6px}.promotion-meta-badge{padding:4px 10px;font-size:11px;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px}.promotion-footer{position:fixed;bottom:0;left:var(--sidebar-width, 250px);right:0;z-index:100;background:rgba(255,255,255,0.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e2e8f0;padding:16px 24px;box-shadow:0 -4px 20px rgba(15,23,42,0.06)}.promotion-footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.promotion-footer__info{font-size:14px;color:#64748b}.promotion-footer__count{font-size:20px;font-weight:800;color:#4338ca}.promotion-footer__actions{display:flex;gap:12px}.promotion-warning{padding:12px 16px;margin-bottom:16px;font-size:13px;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:10px}@media (max-width: 1024px){.promotion-footer{left:0}}@media (max-width: 768px){.promotion-flow{grid-template-columns:1fr}.promotion-flow__arrow{transform:rotate(90deg);margin:0 auto}.promotion-footer__inner{flex-direction:column;align-items:stretch}.promotion-footer__actions{flex-direction:column-reverse}.promotion-footer__actions .academic-btn{width:100%;justify-content:center}.promotion-student-row{grid-template-columns:36px 1fr}.promotion-student-row__badges{grid-column:2;margin-top:8px}}.printing-page{max-width:1200px;margin:0 auto;padding-bottom:96px}.printing-type-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:16px;margin-bottom:28px}.printing-type-card{display:flex;flex-direction:column;gap:8px;padding:22px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;text-decoration:none;color:inherit;transition:box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease}.printing-type-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(15,23,42,0.08);border-color:#cbd5e1}.printing-type-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:24px}.printing-type-card__icon--violet{background:#f5f3ff}.printing-type-card__icon--blue{background:#eff6ff}.printing-type-card__icon--teal{background:#f0fdfa}.printing-type-card__icon--green{background:#ecfdf5}.printing-type-card__icon--amber{background:#fffbeb}.printing-type-card__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.printing-type-card__desc{margin:0;font-size:13px;color:#64748b;line-height:1.5}.printing-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 24px;margin-bottom:20px}.printing-filters__head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.printing-filters__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.printing-filters__desc{margin:4px 0 0;font-size:13px;color:#64748b}.printing-filters__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:16px 20px}.printing-filters__grid .academic-form__field--full{grid-column:1 / -1}.printing-mode-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.printing-mode-tab{padding:9px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit}.printing-mode-tab.active,.printing-mode-tab:hover{background:linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);border-color:transparent;color:#fff}.printing-student-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;margin-bottom:20px}.printing-student-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 22px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.printing-student-panel__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.printing-student-panel__desc{margin:4px 0 0;font-size:13px;color:#64748b}.printing-student-panel__actions{display:flex;gap:8px;flex-shrink:0}.printing-student-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:12px;padding:20px 22px;max-height:520px;overflow-y:auto}.printing-student-card{display:flex;align-items:flex-start;gap:12px;padding:14px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color 0.15s ease, background 0.15s ease}.printing-student-card:hover{border-color:#a5b4fc;background:#f8fafc}.printing-student-card--selected{border-color:#4f46e5;background:linear-gradient(135deg, rgba(79,70,229,0.04) 0%, rgba(67,56,202,0.06) 100%)}.printing-student-card__input{margin-top:4px;width:18px;height:18px;accent-color:#4f46e5;flex-shrink:0}.printing-student-card__avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.printing-student-card__body{display:flex;flex-direction:column;gap:2px;min-width:0}.printing-student-card__name{font-size:14px;color:#0f172a}.printing-student-card__meta{font-size:12px;color:#64748b;line-height:1.4}.printing-preview-card{background:linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);border:1px solid #c7d2fe;border-radius:14px;padding:20px;margin-top:20px}.printing-preview-card__head{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.printing-preview-card__avatar{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.printing-preview-card__name{margin:0 0 4px;font-size:18px;font-weight:700;color:#0f172a}.printing-preview-card__meta{margin:0;font-size:13px;color:#64748b}.printing-preview-card__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px 20px}.printing-preview-card__item{font-size:13px}.printing-preview-card__item dt{font-size:11px;text-transform:uppercase;letter-spacing:0.04em;color:#94a3b8;margin-bottom:2px}.printing-preview-card__item dd{margin:0;font-weight:600;color:#334155}.printing-empty{text-align:center;padding:56px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.printing-empty__icon{font-size:48px;margin-bottom:12px;opacity:0.7}.printing-empty__title{margin:0 0 8px;font-size:18px;font-weight:700;color:#334155}.printing-empty__message{margin:0;font-size:14px;color:#64748b}.printing-selection-footer{position:fixed;left:var(--sidebar-width, 260px);right:0;bottom:0;z-index:40;background:rgba(255,255,255,0.94);backdrop-filter:blur(8px);border-top:1px solid #e2e8f0;padding:14px 24px}.printing-selection-footer__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px}.printing-selection-footer__count{margin:0;font-size:14px;color:#475569}.printing-selection-footer__count strong{color:#4f46e5;font-size:18px}.printing-info-panel{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:14px 16px;margin-bottom:20px;font-size:13px;color:#1e40af}.printing-info-panel strong{display:block;margin-bottom:4px}@media (max-width: 1024px){.printing-selection-footer{left:0}}@media (max-width: 768px){.printing-student-panel__head,.printing-selection-footer__inner{flex-direction:column;align-items:stretch}.printing-preview-card__grid{grid-template-columns:1fr}.printing-selection-footer__inner .academic-btn{width:100%;justify-content:center}}.admit-cards-page__load{margin-top:16px;display:flex;justify-content:flex-end}.admit-subjects-panel{margin-top:20px;padding-top:20px;border-top:1px solid #f1f5f9}.admit-subjects-panel__head{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.admit-subjects-panel__head .academic-btn{margin-left:auto;flex-shrink:0}.admit-subjects-panel__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.admit-subjects-panel__desc{margin:4px 0 0;font-size:13px;color:#64748b}.admit-subjects-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px}.admit-subjects-table{width:100%;border-collapse:collapse;font-size:14px}.admit-subjects-table th,.admit-subjects-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;text-align:left}.admit-subjects-table th{background:#f8fafc;font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:0.04em}.admit-subjects-table__num{width:36px;text-align:center;font-weight:700;color:#64748b}.admit-subjects-table__remove{width:32px;height:32px;border:1px solid #fecaca;background:#fff;color:#dc2626;border-radius:8px;font-size:18px;line-height:1;cursor:pointer}.admit-subjects-table__remove:disabled{opacity:0.35;cursor:not-allowed}.admit-subjects-panel__hint{margin:10px 0 0;font-size:12px;color:#64748b}.subject-marks-subjects{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 24px;margin-bottom:20px}.subject-marks-subjects__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.subject-marks-subjects__head .printing-filters__head{margin-bottom:0;padding-bottom:0;border-bottom:none;flex:1}.subject-marks-subjects__head .academic-btn{flex-shrink:0;margin-top:4px}.subject-marks-subjects__hint{margin:10px 0 0;font-size:12px;color:#64748b}.subject-marks-subjects__num{width:36px;text-align:center;font-weight:700;color:#64748b}.subject-marks-subjects__remove{width:32px;height:32px;border:1px solid #fecaca;background:#fff;color:#dc2626;border-radius:8px;font-size:18px;line-height:1;cursor:pointer}.subject-marks-subjects__remove:disabled{opacity:0.35;cursor:not-allowed}.subject-marks-subjects__table-wrap{overflow-x:auto}.subject-marks-subjects__table{width:100%;border-collapse:collapse;font-size:14px}.subject-marks-subjects__table th,.subject-marks-subjects__table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;text-align:left}.subject-marks-subjects__table th{background:#f8fafc;font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:0.04em}.subject-marks-subjects__max-input{max-width:100px}.subject-marks-grid{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 24px;margin-bottom:20px}.subject-marks-grid__head{margin-bottom:16px}.subject-marks-grid__title{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.subject-marks-grid__desc{margin:0;font-size:13px;color:#64748b}.subject-marks-grid__table-wrap{overflow-x:auto;margin-bottom:18px}.subject-marks-grid__table{width:100%;border-collapse:collapse;font-size:13px;min-width:720px}.subject-marks-grid__table th,.subject-marks-grid__table td{padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:center;white-space:nowrap}.subject-marks-grid__table th{background:#f8fafc;font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:0.03em}.subject-marks-grid__sticky-col{position:sticky;left:0;background:#fff;z-index:1;text-align:left}.subject-marks-grid__table thead .subject-marks-grid__sticky-col{background:#f8fafc}.subject-marks-grid__name-col{left:52px;min-width:160px}.subject-marks-grid__subject-name{display:block;font-size:11px}.subject-marks-grid__subject-max{display:block;font-size:10px;color:#94a3b8;font-weight:500;text-transform:none;letter-spacing:0}.subject-marks-grid__mark-input,.subject-marks-grid__attendance-input{width:72px;min-width:72px;padding:6px 8px;text-align:center}.subject-marks-grid__footer{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;padding-top:8px;border-top:1px solid #f1f5f9}.print-body{font-family:Arial, Helvetica, sans-serif;background:#e2e8f0;color:#0f172a}@media print{.print-body{background:#fff}}.print-doc-info{max-width:210mm;margin:16px auto 12px;padding:12px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;font-size:13px;color:#475569}.print-page-break{grid-column:1 / -1;page-break-after:always;break-after:page}.print-body--id-cards .print-id-cards-grid{display:grid;grid-template-columns:repeat(2, 85.6mm);gap:10mm 12mm;justify-content:center;padding:16px;max-width:210mm;margin:0 auto}.print-id-card{width:85.6mm;height:54mm;background:#fff;border-radius:3.5mm;overflow:hidden;box-shadow:0 2px 16px rgba(15,23,42,0.14),0 0 0 0.3mm #cbd5e1;position:relative;display:flex;flex-direction:column;font-family:"Segoe UI", Arial, Helvetica, sans-serif}.print-id-card__accent{position:absolute;top:0;right:0;width:28mm;height:14mm;background:linear-gradient(135deg, rgba(251,191,36,0.35) 0%, rgba(245,158,11,0.15) 100%);clip-path:polygon(100% 0, 0 0, 100% 100%);pointer-events:none;z-index:1}.print-id-card__header{display:flex;align-items:center;gap:2.5mm;padding:2mm 3mm;background:linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #1e40af 100%);color:#fff;min-height:13mm;position:relative;z-index:2}.print-id-card__logo-box{width:9mm;height:9mm;flex-shrink:0;background:#fff;border-radius:1.5mm;padding:1mm;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,0.2)}.print-id-card__logo-box .print-id-card__logo,.print-id-card__logo-box .print-school-logo{width:100%;height:100%;max-width:7mm;max-height:7mm;object-fit:contain}.print-id-card__logo-box .print-school-logo--fallback{font-size:14px;line-height:1}.print-id-card__header-text{flex:1;min-width:0}.print-id-card__school{font-size:7pt;font-weight:800;text-transform:uppercase;letter-spacing:0.04em;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-id-card__school-meta{font-size:5.5pt;opacity:0.88;margin-top:0.5mm;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-id-card__badge{text-align:center;font-size:5.5pt;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#1e40af;background:linear-gradient(90deg, #eff6ff 0%, #dbeafe 50%, #eff6ff 100%);padding:1mm 0;border-bottom:0.3mm solid #bfdbfe}.print-id-card__body{flex:1;display:grid;grid-template-columns:19mm 1fr;gap:2.5mm;padding:2mm 3mm 6mm;align-items:start}.print-id-card__photo-wrap{display:flex;justify-content:center}.print-id-card__photo{width:17mm;height:21mm;border-radius:1.5mm;overflow:hidden;border:0.4mm solid #1e40af;background:linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 0.3mm #fff}.print-id-card__photo-img{width:100%;height:100%;object-fit:cover;display:block}.print-id-card__photo-initial{font-size:18pt;font-weight:800;color:#1e40af;line-height:1}.print-id-card__details{margin:0;align-self:center}.print-id-card__detail-row{display:grid;grid-template-columns:11mm 1fr;gap:1mm;margin-bottom:0.8mm;font-size:6pt;line-height:1.25}.print-id-card__detail-row--name dd{font-size:6.5pt;color:#0f172a}.print-id-card__detail-row dt{font-weight:700;color:#64748b;text-transform:uppercase;font-size:5.5pt;letter-spacing:0.02em}.print-id-card__detail-row dd{margin:0;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-id-card__footer{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);color:#fff;padding:1.5mm 3mm;display:flex;justify-content:space-between;align-items:center;gap:2mm;font-size:5.5pt;font-weight:700;border-top:0.5mm solid #fbbf24;z-index:2}.print-id-card__footer-id{letter-spacing:0.06em;font-family:"Courier New", monospace}.print-id-card__footer-valid{opacity:0.92;white-space:nowrap}.print-id-card__footer-phone{opacity:0.85;font-size:5pt;white-space:nowrap}@media print{.print-id-card{box-shadow:none;border:0.3mm solid #94a3b8;page-break-inside:avoid;-webkit-print-color-adjust:exact;print-color-adjust:exact}}.print-admit-pages{max-width:210mm;margin:0 auto;padding:8px}.print-admit-page{width:210mm;height:297mm;padding:5mm;box-sizing:border-box;display:flex;flex-direction:column;gap:4mm;background:#fff;margin:0 auto 16px;box-shadow:0 4px 20px rgba(15,23,42,0.08)}.print-admit-card{flex:0 0 calc((297mm - 10mm - 4mm) / 2);max-height:calc((297mm - 10mm - 4mm) / 2);min-height:0;background:#fff;border:0.4mm solid #cbd5e1;border-radius:2mm;overflow:hidden;display:flex;flex-direction:column;position:relative}.print-admit-card__top{display:flex;align-items:center;gap:3mm;padding:2.5mm 3.5mm;background:linear-gradient(135deg, #0f172a 0%, #1e40af 100%);color:#fff}.print-admit-card__logo{width:11mm;height:11mm;flex-shrink:0;background:#fff;border-radius:1.5mm;padding:1mm;display:flex;align-items:center;justify-content:center}.print-admit-card__logo .print-school-logo{width:100%;height:100%;max-width:9mm;max-height:9mm;object-fit:contain}.print-admit-card__top-text{flex:1;min-width:0}.print-admit-card__school-name{font-size:8pt;font-weight:800;text-transform:uppercase;letter-spacing:0.03em;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-admit-card__school-meta{font-size:6pt;opacity:0.9;margin-top:0.5mm;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-admit-card__top-badge{text-align:right;flex-shrink:0}.print-admit-card__top-badge span{display:block;font-size:5.5pt;letter-spacing:0.1em;text-transform:uppercase;opacity:0.85}.print-admit-card__top-badge strong{display:block;font-size:6.5pt;margin-top:0.5mm;max-width:38mm;line-height:1.2}.print-admit-card__body{flex:1;min-height:0;padding:2.5mm 3.5mm 0;display:flex;flex-direction:column;gap:2mm}.print-admit-card__student{display:grid;grid-template-columns:16mm 1fr;gap:3mm;align-items:start}.print-admit-card__photo{width:16mm;height:20mm;border:0.35mm solid #1e40af;border-radius:1mm;overflow:hidden;background:#eff6ff;display:flex;align-items:center;justify-content:center}.print-admit-card__photo .print-id-card__photo-img{width:100%;height:100%;object-fit:cover}.print-admit-card__photo .print-id-card__photo-initial{font-size:11pt;font-weight:800;color:#1e40af}.print-admit-card__info{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:0.8mm 3mm;font-size:6.5pt;line-height:1.2}.print-admit-card__info div{display:flex;gap:1.5mm;min-width:0}.print-admit-card__info dt{font-weight:700;color:#64748b;flex-shrink:0;min-width:10mm}.print-admit-card__info dd{margin:0;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-admit-card__exam-bar{display:flex;flex-wrap:wrap;gap:2mm 4mm;padding:1.5mm 2.5mm;background:#eff6ff;border:0.3mm solid #bfdbfe;border-radius:1mm;font-size:6pt;color:#1e3a8a}.print-admit-card__schedule{width:100%;border-collapse:collapse;font-size:6pt;flex-shrink:0}.print-admit-card__schedule th,.print-admit-card__schedule td{border:0.3mm solid #e2e8f0;padding:1.2mm 1.5mm;text-align:center}.print-admit-card__schedule th{background:#1e40af;color:#fff;font-weight:700;font-size:5.5pt;text-transform:uppercase;letter-spacing:0.03em}.print-admit-card__schedule td:nth-child(2){text-align:left;font-weight:600}.print-admit-card__schedule td:first-child{width:6mm;font-weight:700;color:#64748b}.print-admit-card__bottom{display:grid;grid-template-columns:1fr 48mm;gap:3mm;align-items:end;margin-top:auto;padding-bottom:1mm}.print-admit-card__notes{margin:0;padding-left:3.5mm;font-size:5.5pt;line-height:1.45;color:#475569}.print-admit-card__notes li{margin-bottom:0.5mm}.print-admit-card__signatures{display:grid;grid-template-columns:repeat(3, 1fr);gap:2mm;text-align:center;font-size:5pt;font-weight:600;color:#475569}.print-admit-card__sign-line{border-top:0.3mm solid #334155;margin-bottom:1mm;padding-top:5mm}.print-admit-card__footer{padding:1.2mm 3.5mm;background:#f1f5f9;border-top:0.3mm solid #cbd5e1;font-size:5pt;color:#64748b;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media print{.print-admit-pages{padding:0}.print-admit-page{box-shadow:none;margin:0;page-break-after:always;-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-admit-page:last-child{page-break-after:avoid}.print-admit-card{box-shadow:none;page-break-inside:avoid}}.print-body--progress-reports{background:#e8edf2}@media screen{.print-body--progress-reports{padding-bottom:32px}.progress-reports-print{max-width:210mm;margin:0 auto;padding:16px}.print-report-page{margin-bottom:20px}.print-report-card{background:#fff;box-shadow:0 4px 24px rgba(15,23,42,0.12);border-radius:2px}}.progress-reports-print{box-sizing:border-box}.print-report-page{page-break-inside:avoid;break-inside:avoid-page}.print-report-card{width:100%;box-sizing:border-box;color:#0f172a;font-family:Arial, Helvetica, sans-serif}.print-report-card__frame{border:2px solid #4338ca;outline:1px solid #c7d2fe;outline-offset:-4px;padding:5mm 6mm}.print-report-card__header{text-align:center;border-bottom:1.5px solid #4338ca;padding-bottom:3mm;margin-bottom:3mm}.print-report-card__brand{display:flex;align-items:center;justify-content:center;gap:3mm;text-align:left;margin-bottom:2mm}.print-report-card__brand .print-school-logo--document{width:14mm;height:14mm;flex-shrink:0}.print-report-card__school{margin:0 0 0.5mm;font-size:13pt;font-weight:800;text-transform:uppercase;letter-spacing:0.03em;line-height:1.15;color:#1e1b4b}.print-report-card__meta{margin:0;font-size:7pt;color:#64748b;line-height:1.3}.print-report-card__title-band{display:inline-block;margin:1.5mm 0 1mm;padding:1.5mm 5mm;background:linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);color:#fff;font-size:9pt;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;border-radius:2px}.print-report-card__session-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:2mm 4mm;font-size:7.5pt;color:#475569}.print-report-card__session-meta strong{color:#312e81;font-weight:700}.print-report-card__student{display:grid;grid-template-columns:auto 1fr;gap:3mm 4mm;align-items:start;padding:2.5mm 3mm;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2px;margin-bottom:3mm}.print-report-card__photo{width:18mm;height:22mm;border:1.5px solid #4338ca;border-radius:2px;overflow:hidden;background:#eef2ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.print-report-card__photo-img{width:100%;height:100%;object-fit:cover;display:block}.print-report-card__photo-initial{font-size:14pt;font-weight:800;color:#4338ca}.print-report-card__info{display:grid;grid-template-columns:1fr 1fr;gap:1.5mm 3mm;margin:0;font-size:7.5pt}.print-report-card__info div{display:flex;gap:1.5mm;align-items:baseline}.print-report-card__info dt{font-weight:700;color:#64748b;min-width:22mm;flex-shrink:0}.print-report-card__info dd{margin:0;color:#0f172a;font-weight:600}.print-report-card__section-title{margin:0 0 2mm;padding:1.5mm 2.5mm;background:#eef2ff;border-left:2px solid #4338ca;font-size:8pt;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;color:#4338ca}.print-report-card__table{width:100%;border-collapse:collapse;font-size:7.5pt;margin-bottom:3mm}.print-report-card__table th,.print-report-card__table td{padding:1.5mm 2mm;border:1px solid #e2e8f0;text-align:center}.print-report-card__table th{background:#4338ca;color:#fff;font-size:7pt;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;border-color:#3730a3}.print-report-card__table th:first-child,.print-report-card__table td:first-child{text-align:left}.print-report-card__table tbody tr:nth-child(even){background:#fafbff}.print-report-card__total-row{background:#f1f5f9 !important;font-weight:800}.print-report-card__total-row td{border-top:2px solid #4338ca}.print-report-card__grade{font-weight:800;color:#4338ca}.print-report-card__no-marks{padding:3mm;background:#fffbeb;border:1px dashed #fcd34d;border-radius:2px;text-align:center;color:#92400e;font-size:7.5pt;line-height:1.5;margin-bottom:3mm}.print-report-card__no-marks p{margin:0 0 1.5mm}.print-report-card__no-marks p:last-child{margin-bottom:0}.print-report-card__summary{display:grid;grid-template-columns:repeat(4, 1fr);gap:2mm;margin-bottom:4mm}.print-report-card__summary-box{padding:2mm;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2px;text-align:center}.print-report-card__summary-box--result{background:#ecfdf5;border-color:#bbf7d0}.print-report-card__summary-box--result strong{color:#047857}.print-report-card__summary-box span{display:block;font-size:6.5pt;text-transform:uppercase;letter-spacing:0.04em;color:#64748b;margin-bottom:0.5mm}.print-report-card__summary-box strong{font-size:11pt;color:#4338ca;line-height:1.1}.print-report-card__signatures{display:grid;grid-template-columns:repeat(3, 1fr);gap:3mm;text-align:center;font-size:7pt;font-weight:600;color:#475569;margin-top:2mm;padding-top:2mm;border-top:1px solid #e2e8f0}.print-report-card__sign-line{border-top:1px solid #334155;margin-bottom:1mm;padding-top:8mm}@media print{.print-body--progress-reports{background:#fff}.progress-reports-print{max-width:none;margin:0;padding:0}.print-report-page{page-break-after:always;break-after:page;margin:0}.print-report-page:last-child{page-break-after:avoid;break-after:avoid}.print-report-card{box-shadow:none;border-radius:0}.print-report-card__frame{page-break-inside:avoid;break-inside:avoid-page}.print-report-card__table th,.print-report-card__title-band{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (max-width: 768px){.print-report-card__summary{grid-template-columns:repeat(2, 1fr)}.print-report-card__info{grid-template-columns:1fr}}.print-slc{max-width:210mm;margin:0 auto;position:relative;padding:16px}.print-slc__watermark{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(-45deg);font-size:80px;font-weight:900;color:rgba(79,70,229,0.04);pointer-events:none;z-index:0}.print-slc__frame{background:#fff;border:4px double #4f46e5;padding:6px;box-shadow:0 4px 24px rgba(15,23,42,0.1)}.print-slc__inner{border:2px solid #c7d2fe;padding:28px 32px 40px;position:relative;z-index:1}.print-slc__header{text-align:center;border-bottom:2px solid #4f46e5;padding-bottom:16px;margin-bottom:20px}.print-slc__school{margin:10px 0 6px;font-size:26px;font-weight:800;text-transform:uppercase;letter-spacing:0.06em}.print-slc__meta{margin:0;font-size:12px;color:#64748b}.print-slc__title-block{text-align:center;margin-bottom:24px}.print-slc__title-block h2{margin:0 0 6px;font-size:22px;font-weight:800;color:#4338ca;text-transform:uppercase;letter-spacing:0.08em}.print-slc__title-block p{margin:0;font-size:12px;color:#64748b}.print-slc__body{font-size:14px;line-height:1.75;color:#334155;margin-bottom:20px}.print-slc__body p{margin:0 0 14px}.print-slc__table{width:100%;border-collapse:collapse;margin-bottom:20px;font-size:13px}.print-slc__table th,.print-slc__table td{border:1px solid #e2e8f0;padding:10px 12px;text-align:left}.print-slc__table th{width:38%;background:#f8fafc;font-weight:700;color:#475569}.print-slc__reason{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:14px 16px;margin-bottom:16px}.print-slc__reason strong{display:block;font-size:12px;text-transform:uppercase;color:#92400e;margin-bottom:6px}.print-slc__reason p{margin:0;font-size:13px;color:#78350f}.print-slc__note{font-size:12px;color:#64748b;line-height:1.6;margin-bottom:28px}.print-slc__signatures{display:grid;grid-template-columns:1fr 1fr;gap:40px;text-align:center}.print-slc__sign-line{border-top:1px solid #334155;margin-bottom:8px;padding-top:40px}.print-slc__signatures span{display:block;font-size:13px;font-weight:700}.print-slc__signatures small{display:block;margin-top:4px;font-size:11px;color:#64748b}.print-slc__seal{position:absolute;bottom:48px;right:48px;width:72px;height:72px;border:2px solid #4338ca;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:9px;font-weight:800;color:#4338ca;background:rgba(255,255,255,0.9);line-height:1.2}@media print{.print-slc{max-width:none;margin:0;padding:0;page-break-inside:avoid;page-break-after:avoid}.print-slc__watermark{font-size:56px}.print-slc__frame{box-shadow:none;border-width:3px;padding:4px}.print-slc__inner{padding:10mm 12mm 8mm}.print-slc__header{padding-bottom:10px;margin-bottom:12px}.print-slc__school{font-size:20px;margin:6px 0 4px}.print-slc__meta{font-size:10px;line-height:1.35}.print-slc__title-block{margin-bottom:12px}.print-slc__title-block h2{font-size:17px}.print-slc__title-block p{font-size:10px}.print-slc__body{font-size:11px;line-height:1.55;margin-bottom:10px}.print-slc__body p{margin:0 0 8px}.print-slc__table{margin-bottom:10px;font-size:10px}.print-slc__table th,.print-slc__table td{padding:5px 8px}.print-slc__reason{padding:8px 10px;margin-bottom:8px}.print-slc__reason p{font-size:10px}.print-slc__note{font-size:10px;margin-bottom:12px}.print-slc__signatures{gap:24px}.print-slc__sign-line{padding-top:22px;margin-bottom:4px}.print-slc__signatures span{font-size:11px}.print-slc__signatures small{font-size:9px}.print-slc__seal{bottom:14mm;right:14mm;width:52px;height:52px;font-size:7px}}.tc-page{max-width:1240px;margin:0 auto;padding-bottom:48px}.tc-hub-header{margin-bottom:24px}.tc-hub-header__top{margin-bottom:12px}.tc-hub-header__back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#64748b;text-decoration:none;transition:color 0.15s ease}.tc-hub-header__back:hover{color:#b45309}.tc-hub-header__main{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px 24px;background:linear-gradient(135deg, #fffbeb 0%, #fef3c7 45%, #fff 100%);border:1px solid #fcd34d;border-radius:20px;box-shadow:0 4px 24px rgba(180,83,9,0.08)}.tc-hub-header__brand{display:flex;align-items:flex-start;gap:14px}.tc-hub-header__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;font-size:26px;background:#fff;border:1px solid #fde68a;border-radius:14px;box-shadow:0 2px 8px rgba(180,83,9,0.1);flex-shrink:0}.tc-hub-header__title{margin:0 0 4px;font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-0.02em}.tc-hub-header__subtitle{margin:0;font-size:14px;color:#64748b;max-width:420px;line-height:1.45}.tc-tabs{display:flex;gap:8px}.tc-tabs--header{flex-shrink:0;align-self:center;padding:4px;background:rgba(255,255,255,0.85);border:1px solid #fde68a;border-radius:14px}.tc-tabs__tab{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;color:#64748b;text-decoration:none;background:transparent;border:none;border-radius:10px;transition:background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;white-space:nowrap}.tc-tabs__tab-icon{font-size:15px;line-height:1}.tc-tabs__tab:hover{color:#92400e;background:#fffbeb}.tc-tabs__tab.active{background:linear-gradient(135deg, #d97706 0%, #b45309 100%);color:#fff;box-shadow:0 4px 12px rgba(180,83,9,0.35)}.tc-page .academic-stats{margin-bottom:24px}.tc-issue-layout{display:grid;grid-template-columns:minmax(280px, 340px) minmax(0, 1fr);gap:24px;align-items:start}.tc-issue-search__card{position:sticky;top:16px;padding:22px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 2px 16px rgba(15,23,42,0.04)}.tc-issue-search__head h2{margin:6px 0 6px;font-size:18px;font-weight:800;color:#0f172a}.tc-issue-search__head p{margin:0 0 18px;font-size:13px;color:#64748b;line-height:1.45}.tc-issue-search__step{display:inline-block;padding:3px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.08em;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:999px}.tc-issue-search__form{display:flex;flex-direction:column;gap:14px}.tc-issue-search__field label{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:0.04em}.tc-issue-search__label-icon{font-size:14px}.tc-issue-search__input,.tc-issue-search__select{width:100%;height:44px;padding:0 14px;font-size:14px;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:border-color 0.15s ease, box-shadow 0.15s ease}.tc-issue-search__input:focus,.tc-issue-search__select:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,0.25);background:#fff}.tc-issue-search__divider{display:flex;align-items:center;gap:12px;margin:4px 0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:#94a3b8}.tc-issue-search__divider::before,.tc-issue-search__divider::after{content:"";flex:1;height:1px;background:#e2e8f0}.tc-issue-search__submit{width:100%;margin-top:4px;justify-content:center}.tc-issue-search__tips{margin-top:20px;padding-top:18px;border-top:1px solid #f1f5f9;font-size:12px;color:#64748b}.tc-issue-search__tips strong{display:block;margin-bottom:8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;color:#475569}.tc-issue-search__tips ul{margin:0;padding-left:18px;line-height:1.55}.tc-issue-search__tips li+li{margin-top:4px}.tc-issue-results{min-height:420px;padding:22px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 2px 16px rgba(15,23,42,0.04)}.tc-issue-results__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #f1f5f9}.tc-issue-results__head h2{margin:6px 0 4px;font-size:18px;font-weight:800;color:#0f172a}.tc-issue-results__subtitle{margin:0;font-size:13px;color:#64748b}.tc-issue-results__count{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:16px;font-weight:800;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:12px}.tc-student-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:12px}.tc-student-card{display:flex;align-items:center;gap:14px;padding:14px 16px;text-decoration:none;color:inherit;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;transition:background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease}.tc-student-card:hover{background:#fffbeb;border-color:#fcd34d;transform:translateY(-1px);box-shadow:0 6px 20px rgba(180,83,9,0.1)}.tc-student-card__avatar{flex-shrink:0;width:48px;height:48px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg, #fef3c7, #fde68a);border:2px solid #fff;box-shadow:0 2px 8px rgba(15,23,42,0.08)}.tc-student-card__photo{width:100%;height:100%;object-fit:cover}.tc-student-card__initial{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px;font-weight:800;color:#92400e}.tc-student-card__body{flex:1;min-width:0}.tc-student-card__name{display:block;font-size:14px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-student-card__reg{display:block;margin-top:2px;font-size:11px;font-family:ui-monospace, monospace;color:#64748b}.tc-student-card__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.tc-student-card__meta span{padding:2px 8px;font-size:11px;font-weight:600;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px}.tc-student-card__cta{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:16px;font-weight:700;color:#b45309;background:#fff;border:1px solid #fde68a;border-radius:10px;transition:background 0.15s ease, color 0.15s ease}.tc-student-card:hover .tc-student-card__cta{background:#b45309;color:#fff;border-color:transparent}.tc-spotlight{position:relative;overflow:hidden;border-radius:18px}.tc-spotlight__glow{position:absolute;inset:0;background:linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #fff7ed 100%);border:1px solid #fcd34d;border-radius:18px}.tc-spotlight__inner{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:24px}.tc-spotlight__photo{width:96px;height:96px;border-radius:18px;overflow:hidden;border:3px solid #fff;box-shadow:0 8px 24px rgba(180,83,9,0.15);flex-shrink:0}.tc-spotlight__photo-img{width:100%;height:100%;object-fit:cover}.tc-spotlight__photo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:36px;font-weight:800;color:#92400e;background:linear-gradient(135deg, #fef3c7, #fde68a)}.tc-spotlight__eyebrow{margin:0 0 4px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0.08em;color:#b45309}.tc-spotlight__name{margin:0 0 10px;font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-0.02em}.tc-spotlight__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.tc-spotlight__chip{padding:4px 12px;font-size:12px;font-weight:600;color:#78350f;background:rgba(255,255,255,0.85);border:1px solid #fde68a;border-radius:999px}.tc-spotlight__details{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px 20px;margin:0}.tc-spotlight__details div{display:flex;flex-direction:column;gap:2px}.tc-spotlight__details dt{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#92400e}.tc-spotlight__details dd{margin:0;font-size:13px;font-weight:600;color:#334155}.tc-spotlight__action{text-align:center;padding:20px;background:rgba(255,255,255,0.9);border:1px solid #fde68a;border-radius:16px;min-width:220px}.tc-spotlight__action-label{margin:0 0 4px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.08em;color:#b45309}.tc-spotlight__action-text{margin:0 0 14px;font-size:12px;color:#64748b;line-height:1.4}.tc-spotlight__btn{width:100%;justify-content:center}.tc-issue-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;min-height:320px}.tc-issue-empty__icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:16px;font-size:32px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px}.tc-issue-empty h3{margin:0 0 8px;font-size:18px;font-weight:800;color:#0f172a}.tc-issue-empty p{margin:0;max-width:380px;font-size:14px;color:#64748b;line-height:1.5}.tc-issue-empty--welcome .tc-issue-empty__icon{background:linear-gradient(135deg, #fffbeb, #fef3c7);border-color:#fde68a}.tc-issue-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:24px 0 0;padding:0;list-style:none}.tc-issue-steps li{display:flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px}.tc-issue-steps li span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:11px;font-weight:800;color:#fff;background:linear-gradient(135deg, #d97706, #b45309);border-radius:50%}.tc-student-picker__list{display:grid;gap:8px}.tc-student-picker__item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:inherit;transition:background 0.15s ease, border-color 0.15s ease}.tc-student-picker__item:hover{background:#fffbeb;border-color:#fcd34d}.tc-student-picker__item span{font-size:13px;color:#64748b}.tc-preview-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;margin-top:20px;background:linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);border:1px solid #fcd34d;border-radius:16px}.tc-preview-card__info h3{margin:0 0 4px;font-size:18px;color:#0f172a}.tc-preview-card__info p{margin:0;font-size:13px;color:#64748b}.tc-form-page--flush{max-width:1200px;margin:-24px -24px 0;width:calc(100% + 48px)}.tc-form-page__body{padding:0 24px 24px}.tc-form-preview-badge{display:inline-flex;flex-direction:column;gap:4px;margin:16px 0;padding:12px 16px;background:#fffbeb;border:1px solid #fcd34d;border-radius:12px}.tc-form-preview-badge span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#92400e}.tc-form-preview-badge strong{font-size:18px;font-family:ui-monospace, monospace;color:#78350f}.tc-form__grid-panels{display:flex;flex-direction:column;gap:20px}.tc-form__grid{display:grid;gap:14px 16px}.tc-form__grid--3{grid-template-columns:repeat(3, minmax(0, 1fr))}.tc-form__field--full{grid-column:1 / -1}.tc-form__label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:0.04em}.tc-form__locked-value{padding:11px 14px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:600;color:#334155;min-height:42px}.tc-form__hint{margin:6px 0 0;font-size:11px;color:#94a3b8}.tc-form__options{margin:20px 0;padding:16px 18px;background:#fef2f2;border:1px solid #fecaca;border-radius:14px}.tc-form__checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.tc-form__checkbox strong{display:block;font-size:14px;color:#0f172a}.tc-form__checkbox small{display:block;margin-top:2px;font-size:12px;color:#64748b}.tc-form__footer{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.tc-success-banner{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:20px 22px;margin-bottom:20px;background:linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);border:1px solid #6ee7b7;border-radius:16px}.tc-success-banner__icon{font-size:32px}.tc-success-banner h2{margin:0 0 4px;font-size:18px}.tc-success-banner p{margin:0;font-size:14px;color:#475569}.tc-success-banner__actions{margin-left:auto;display:flex;gap:10px;flex-wrap:wrap}.tc-remove-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 20px;margin-bottom:20px;background:#fff7ed;border:1px solid #fdba74;border-radius:14px}.tc-remove-panel h3{margin:0 0 4px;font-size:15px}.tc-remove-panel p{margin:0;font-size:13px;color:#64748b}.tc-remove-panel--done{background:#f0fdf4;border-color:#bbf7d0;color:#047857}.tc-alumni-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px 20px;margin-bottom:20px}.tc-alumni-filters__row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tc-alumni-filters__input{height:40px;padding:0 12px;font-size:14px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;min-width:130px}.tc-alumni-filters__search{flex:1;min-width:200px}.tc-alumni-filters__sorts{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9;font-size:13px;color:#64748b}.tc-alumni-filters__sort{padding:5px 10px;border-radius:999px;text-decoration:none;color:#475569;background:#f1f5f9;font-size:12px;font-weight:600}.tc-alumni-filters__sort.active{background:#dbeafe;color:#1d4ed8}.tc-alumni-table__tc{font-family:ui-monospace, monospace;font-size:12px;padding:3px 8px;background:#fffbeb;border-radius:6px}.print-body--tc{background:#fff;font-family:"DM Sans", "Segoe UI", sans-serif}.print-tc{max-width:210mm;margin:0 auto}.print-tc__frame{border:2px solid #92400e;padding:6px;background:#fff}.print-tc__header{display:grid;grid-template-columns:34mm 1fr;gap:8px;align-items:start;padding-bottom:6px;border-bottom:2px solid #92400e;margin-bottom:6px}.print-tc__tc-no{padding:6px 8px;background:#fffbeb;border:1px solid #fcd34d;border-radius:6px;text-align:center}.print-tc__tc-label{display:block;font-size:7pt;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:#92400e}.print-tc__tc-no strong{display:block;margin-top:2px;font-size:9pt;font-family:ui-monospace, monospace;color:#78350f;word-break:break-all}.print-tc__school-block{display:flex;gap:8px;align-items:flex-start}.print-tc__school-block .print-school-logo--document{width:14mm;height:14mm;flex-shrink:0}.print-tc__school{margin:0 0 2px;font-size:13pt;font-weight:800;text-transform:uppercase;color:#78350f;line-height:1.15}.print-tc__meta{margin:0;font-size:7pt;color:#64748b;line-height:1.25}.print-tc__title{text-align:center;margin-bottom:6px;padding:4px 8px;background:linear-gradient(135deg, #92400e 0%, #b45309 100%);color:#fff;font-size:11pt;font-weight:800;letter-spacing:0.12em;text-transform:uppercase}.print-tc__table{width:100%;border-collapse:collapse;font-size:8pt;margin-bottom:8px}.print-tc__table th,.print-tc__table td{border:1px solid #d6d3d1;padding:3px 6px;vertical-align:top;text-align:left}.print-tc__table th{width:22%;background:#fffbeb;font-size:7pt;font-weight:700;text-transform:uppercase;letter-spacing:0.03em;color:#92400e}.print-tc__table td{width:28%;font-weight:600;color:#0f172a}.print-tc__signatures{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin-top:6px}.print-tc__sign-line{border-top:1px solid #57534e;margin-bottom:3px;padding-top:14px}.print-tc__signatures span{font-size:7pt;text-transform:uppercase;color:#57534e}.print-tc__seal{width:16mm;height:16mm;border:2px double #92400e;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:6pt;font-weight:800;color:#92400e;line-height:1.2}.print-tc__note{margin:6px 0 0;font-size:6.5pt;color:#78716c;text-align:center}@media print{.print-body--tc{background:#fff}.print-tc{max-width:none;padding:0}.print-tc__frame{border-width:1.5px;padding:4px;page-break-inside:avoid;page-break-after:avoid}.print-tc__sign-line{padding-top:10px}.print-tc__table th,.print-tc__table td{padding:2px 5px}}@media (max-width: 900px){.tc-hub-header__main{flex-direction:column;align-items:stretch}.tc-tabs--header{align-self:stretch;flex-wrap:wrap}.tc-tabs__tab{flex:1;justify-content:center;min-width:140px}.tc-issue-layout{grid-template-columns:1fr}.tc-issue-search__card{position:static}.tc-spotlight__inner{grid-template-columns:1fr;text-align:center}.tc-spotlight__photo{margin:0 auto}.tc-spotlight__chips,.tc-spotlight__details{justify-items:center}.tc-spotlight__details{grid-template-columns:1fr;text-align:left;max-width:280px;margin:0 auto}.tc-spotlight__action{min-width:0}.tc-form__grid--3{grid-template-columns:1fr}.tc-form-page--flush{margin:-20px -16px 0;width:calc(100% + 32px)}.tc-form-page__body{padding-left:16px;padding-right:16px}}.print-toolbar{position:fixed;top:16px;right:16px;z-index:1000;display:flex;gap:8px}.print-toolbar__btn{padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;border:none;font-family:inherit}.print-toolbar__btn--primary{background:#059669;color:#fff}.print-toolbar__btn--primary:hover,.print-toolbar__btn--primary:focus-visible{background:#047857;color:#fff;text-decoration:none}.print-toolbar__btn--secondary{background:#fff;color:#334155;border:1px solid #cbd5e1}.print-toolbar__btn--secondary:hover,.print-toolbar__btn--secondary:focus-visible{background:#f8fafc;color:#0f172a;border-color:#94a3b8;text-decoration:none}.print-school-logo{object-fit:contain;flex-shrink:0}.print-school-logo--full{width:56px;height:56px}.print-school-logo--compact{width:28px;height:28px}.print-school-logo--card{width:40px;height:40px}.print-school-logo--document{width:64px;height:64px}.print-school-logo--fallback{display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1}.print-school-logo--compact.print-school-logo--fallback{font-size:16px}.print-school-logo--card.print-school-logo--fallback{font-size:22px}.print-school-logo--idcard{width:100%;height:100%;max-width:18px;max-height:18px;object-fit:contain}.print-school-logo--idcard.print-school-logo--fallback{font-size:14px}.print-school-header{text-align:center;border-bottom:2px solid #059669;padding-bottom:4mm;margin-bottom:5mm}.print-school-header__brand{display:flex;align-items:center;justify-content:center;gap:12px;text-align:left}.print-school-header__name{font-size:14pt;font-weight:800;text-transform:uppercase;letter-spacing:0.03em;line-height:1.2;color:#0f172a}.print-school-header__meta{font-size:9pt;color:#475569;margin-top:1mm;line-height:1.35}.print-school-header__title{margin-top:4mm;font-size:12pt;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#047857}.print-school-header--compact{display:flex;align-items:flex-start;gap:2mm;text-align:left;border-bottom:1.5px solid #333;padding-bottom:2mm;margin-bottom:2mm}.print-school-header--compact .print-school-header__name{font-size:9pt}.print-school-header--compact .print-school-header__meta{font-size:6.5pt;color:#444}.print-school-header--compact .print-school-header__title{margin-top:2mm;font-size:9pt;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#047857;text-align:center}@media print{.print-toolbar{display:none !important}}.plans-container{text-align:center;padding:40px}.title{font-size:32px;font-weight:bold}.subtitle{color:#666;margin-bottom:30px}.plans-grid{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.plan-card{background:#fff;border-radius:12px;padding:25px;width:260px;box-shadow:0 10px 25px rgba(0,0,0,0.08);transition:0.3s;position:relative}.plan-card:hover{transform:translateY(-5px)}.highlight{border:2px solid #4CAF50}.badge{position:absolute;top:-10px;right:-10px;background:#4CAF50;color:white;padding:5px 10px;font-size:12px;border-radius:6px}.plan-name{font-size:22px;margin-bottom:10px}.price{font-size:26px;font-weight:bold;margin-bottom:15px}.price span{font-size:14px;color:#777}.features{list-style:none;padding:0;margin-bottom:20px;text-align:left}.features li{margin:8px 0}.choose-btn{background:#4CAF50;color:white;border:none;padding:10px;width:100%;border-radius:6px;cursor:pointer}.choose-btn:hover{background:#45a049}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.hidden{display:none}.modal-overlay{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.55);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#ffffff;width:100%;max-width:460px;padding:30px 25px;border-radius:16px;z-index:10000;box-shadow:0 20px 60px rgba(0,0,0,0.2);animation:fadeIn 0.25s ease}.modal-content h2{margin-bottom:20px;font-size:22px;text-align:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.modal-content input,.modal-content textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all 0.2s ease}.modal-content input:focus,.modal-content textarea:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 2px rgba(79,70,229,0.15)}.modal-content textarea{margin-top:10px;resize:none;min-height:80px}.checkbox{display:flex;align-items:start;gap:8px;font-size:13px;margin-top:12px}.modal-actions{display:flex;justify-content:space-between;gap:10px;margin-top:20px}.modal-actions button,.modal-actions input[type="submit"]{flex:1;padding:12px;border-radius:8px;border:none;cursor:pointer;font-weight:500}.modal-actions button{background:#f3f4f6}.modal-actions button:hover{background:#e5e7eb}.modal-actions input[type="submit"]{background:#4f46e5;color:white}.modal-actions input[type="submit"]:hover{background:#4338ca}@keyframes fadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.public-layout,.landing-page{--lp-navy: #070b1a;--lp-indigo: #1e1b4b;--lp-blue: #3b82f6;--lp-cyan: #22d3ee;--lp-violet: #8b5cf6;--lp-gold: #fbbf24;--lp-gold-deep: #f59e0b;--lp-glass: rgba(255, 255, 255, 0.07);--lp-glass-border: rgba(255, 255, 255, 0.14);--lp-text: #f1f5f9;--lp-muted: rgba(241, 245, 249, 0.65);--lp-ease: cubic-bezier(0.4, 0, 0.2, 1);--lp-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1)}.landing-page{min-height:100vh;background:var(--lp-navy);color:var(--lp-text);font-family:"DM Sans", system-ui, sans-serif;overflow-x:hidden;position:relative}.landing-page *,.landing-page *::before,.landing-page *::after{box-sizing:border-box}.landing-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.landing-bg__gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 10%, rgba(59,130,246,0.22) 0%, transparent 60%),radial-gradient(ellipse 60% 50% at 80% 20%, rgba(139,92,246,0.18) 0%, transparent 55%),radial-gradient(ellipse 70% 60% at 50% 100%, rgba(34,211,238,0.12) 0%, transparent 60%),linear-gradient(180deg, #070b1a 0%, #0f172a 50%, #070b1a 100%)}.landing-bg__orb{position:absolute;border-radius:50%;filter:blur(80px);animation:lpOrbFloat 12s var(--lp-ease) infinite}.landing-bg__orb--1{width:500px;height:500px;background:rgba(59,130,246,0.25);top:-10%;left:-5%;animation-delay:0s}.landing-bg__orb--2{width:400px;height:400px;background:rgba(139,92,246,0.2);top:30%;right:-8%;animation-delay:-4s}.landing-bg__orb--3{width:350px;height:350px;background:rgba(251,191,36,0.12);bottom:10%;left:30%;animation-delay:-8s}.landing-bg__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 70% at 50% 30%, black 20%, transparent 80%)}@keyframes lpOrbFloat{0%,100%{transform:translate(0, 0) scale(1)}33%{transform:translate(30px, -40px) scale(1.05)}66%{transform:translate(-20px, 20px) scale(0.95)}}.landing-page>*:not(.landing-bg):not(.lp-auth-modal){position:relative;z-index:1}body.lp-modal-open{overflow:hidden}.lp-navbar{position:fixed;top:0;left:0;right:0;z-index:200;padding:16px 0;transition:all 0.4s var(--lp-ease)}.lp-navbar.scrolled{padding:10px 0;background:rgba(7,11,26,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--lp-glass-border);box-shadow:0 8px 32px rgba(0,0,0,0.3)}.lp-navbar__inner{max-width:1240px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.lp-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.lp-brand__icon{width:44px;height:44px;background:linear-gradient(135deg, var(--lp-blue), var(--lp-violet));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 4px 20px rgba(59,130,246,0.4);transition:transform 0.3s var(--lp-ease-spring)}.lp-brand:hover .lp-brand__icon{transform:rotate(-8deg) scale(1.08)}.lp-brand__text{display:flex;flex-direction:column}.lp-brand__name{font-family:"Outfit", sans-serif;font-size:18px;font-weight:700;color:var(--lp-text);line-height:1.2;letter-spacing:-0.02em}.lp-brand__tag{font-size:11px;font-weight:500;color:var(--lp-gold);letter-spacing:0.08em;text-transform:uppercase}.lp-nav__links{display:flex;align-items:center;gap:32px}.lp-nav__link{color:var(--lp-muted);text-decoration:none;font-size:14px;font-weight:500;transition:color 0.25s;position:relative}.lp-nav__link::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg, var(--lp-blue), var(--lp-cyan));border-radius:2px;transition:width 0.3s var(--lp-ease)}.lp-nav__link:hover{color:var(--lp-text)}.lp-nav__link:hover::after{width:100%}.lp-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:none;border-radius:50px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.35s var(--lp-ease);position:relative;overflow:hidden}.lp-btn--primary{background:linear-gradient(135deg, var(--lp-blue) 0%, var(--lp-violet) 100%);color:white;box-shadow:0 4px 24px rgba(59,130,246,0.45)}.lp-btn--primary::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(255,255,255,0.2), transparent);opacity:0;transition:opacity 0.3s}.lp-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(59,130,246,0.55)}.lp-btn--primary:hover::before{opacity:1}.lp-btn--ghost{background:var(--lp-glass);color:var(--lp-text);border:1px solid var(--lp-glass-border);backdrop-filter:blur(12px)}.lp-btn--ghost:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.25);transform:translateY(-2px)}.lp-btn--gold{background:linear-gradient(135deg, var(--lp-gold) 0%, var(--lp-gold-deep) 100%);color:var(--lp-navy);box-shadow:0 4px 24px rgba(251,191,36,0.4)}.lp-btn--gold:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px rgba(251,191,36,0.5)}.lp-btn--employee{background:rgba(16,185,129,0.12);color:#6ee7b7;border:1px solid rgba(52,211,153,0.45);box-shadow:inset 0 0 0 1px rgba(16,185,129,0.08)}.lp-btn--employee:hover{background:rgba(16,185,129,0.2);border-color:rgba(52,211,153,0.7);color:#a7f3d0;transform:translateY(-1px)}.lp-btn--lg{padding:16px 36px;font-size:16px}.lp-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1240px;margin:0 auto;padding:120px 28px 80px}.lp-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--lp-glass);border:1px solid var(--lp-glass-border);border-radius:50px;font-size:13px;font-weight:500;color:var(--lp-cyan);margin-bottom:24px;backdrop-filter:blur(12px);animation:lpFadeUp 0.8s var(--lp-ease) both}.lp-hero__badge-dot{width:8px;height:8px;background:var(--lp-cyan);border-radius:50%;animation:lpPulse 2s ease infinite}@keyframes lpPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.3)}}.lp-hero__title{font-family:"Outfit", sans-serif;font-size:2.8rem;font-weight:800;line-height:1.08;letter-spacing:-0.03em;margin:0 0 24px;animation:lpFadeUp 0.8s var(--lp-ease) 0.1s both}@media (min-width: 640px){.lp-hero__title{font-size:3.2rem}}@media (min-width: 1024px){.lp-hero__title{font-size:3.8rem}}@media (min-width: 1280px){.lp-hero__title{font-size:4.2rem}}.lp-hero__title .gradient-text,.landing-page .gradient-text{background:linear-gradient(135deg, #fff 0%, var(--lp-cyan) 50%, var(--lp-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero__title .gold-text,.landing-page .gold-text{background:linear-gradient(135deg, var(--lp-gold) 0%, #fde68a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero__subtitle{font-size:18px;line-height:1.7;color:var(--lp-muted);max-width:520px;margin:0 0 36px;animation:lpFadeUp 0.8s var(--lp-ease) 0.2s both}.lp-hero__actions{display:flex;gap:16px;flex-wrap:wrap;animation:lpFadeUp 0.8s var(--lp-ease) 0.3s both}.lp-hero__trust{display:flex;align-items:center;gap:16px;margin-top:48px;animation:lpFadeUp 0.8s var(--lp-ease) 0.4s both}.lp-hero__avatars{display:flex}.lp-hero__avatars img{width:40px;height:40px;border-radius:50%;border:2px solid var(--lp-navy);margin-left:-10px;object-fit:cover}.lp-hero__avatars img:first-child{margin-left:0}.lp-hero__trust-text{font-size:13px;color:var(--lp-muted);line-height:1.5}.lp-hero__trust-text strong{color:var(--lp-text);display:block}.lp-hero__visual{position:relative;animation:lpFadeUp 1s var(--lp-ease) 0.3s both}.lp-hero__image-main{width:100%;aspect-ratio:4/5;border-radius:24px;object-fit:cover;box-shadow:0 32px 64px rgba(0,0,0,0.5);border:1px solid var(--lp-glass-border)}.lp-hero__image-float{position:absolute;border-radius:16px;object-fit:cover;border:2px solid var(--lp-glass-border);box-shadow:0 16px 40px rgba(0,0,0,0.4);animation:lpFloatCard 6s var(--lp-ease) infinite}.lp-hero__image-float--1{width:180px;height:130px;bottom:-20px;left:-40px;animation-delay:0s}.lp-hero__image-float--2{width:160px;height:120px;top:40px;right:-30px;animation-delay:-2s}.lp-hero__stat-card{position:absolute;bottom:60px;right:-20px;background:rgba(255,255,255,0.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--lp-glass-border);border-radius:16px;padding:20px 24px;animation:lpFloatCard 5s var(--lp-ease) infinite;animation-delay:-1s}.lp-hero__stat-number{font-family:"Outfit", sans-serif;font-size:32px;font-weight:800;background:linear-gradient(135deg, var(--lp-gold), #fde68a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero__stat-label{font-size:12px;color:var(--lp-muted);margin-top:4px}@keyframes lpFloatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes lpFadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lp-marquee{padding:24px 0;border-top:1px solid var(--lp-glass-border);border-bottom:1px solid var(--lp-glass-border);background:rgba(255,255,255,0.02);overflow:hidden}.lp-marquee__track{display:flex;gap:48px;animation:lpMarquee 30s linear infinite;width:max-content}.lp-marquee__item{display:flex;align-items:center;gap:12px;font-family:"Outfit", sans-serif;font-size:15px;font-weight:600;color:var(--lp-muted);white-space:nowrap;letter-spacing:0.04em;text-transform:uppercase}.lp-marquee__item span{color:var(--lp-gold)}.lp-marquee__dot{width:6px;height:6px;background:var(--lp-violet);border-radius:50%}@keyframes lpMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.lp-stats{max-width:1240px;margin:0 auto;padding:80px 28px;display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.lp-stat{text-align:center;padding:32px 20px;background:var(--lp-glass);border:1px solid var(--lp-glass-border);border-radius:20px;backdrop-filter:blur(12px);transition:all 0.4s var(--lp-ease)}.lp-stat:hover{transform:translateY(-6px);border-color:rgba(59,130,246,0.4);box-shadow:0 20px 40px rgba(59,130,246,0.15)}.lp-stat__number{font-family:"Outfit", sans-serif;font-size:42px;font-weight:800;background:linear-gradient(135deg, var(--lp-text), var(--lp-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.lp-stat__label{font-size:14px;color:var(--lp-muted);margin-top:8px}.lp-section{max-width:1240px;margin:0 auto;padding:100px 28px}.lp-section__eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--lp-cyan);margin-bottom:16px}.lp-section__title{font-family:"Outfit", sans-serif;font-size:2rem;font-weight:800;letter-spacing:-0.02em;margin:0 0 16px;line-height:1.15}@media (min-width: 768px){.lp-section__title{font-size:2.5rem}}@media (min-width: 1200px){.lp-section__title{font-size:3rem}}.lp-section__desc{font-size:17px;color:var(--lp-muted);max-width:560px;line-height:1.7;margin:0 0 56px}.lp-features__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.lp-feature{padding:36px 28px;background:linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);border:1px solid var(--lp-glass-border);border-radius:20px;backdrop-filter:blur(16px);transition:all 0.45s var(--lp-ease);position:relative;overflow:hidden}.lp-feature::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent, var(--lp-blue), var(--lp-cyan), transparent);opacity:0;transition:opacity 0.4s}.lp-feature:hover{transform:translateY(-8px);border-color:rgba(59,130,246,0.35);box-shadow:0 24px 48px rgba(0,0,0,0.3)}.lp-feature:hover::before{opacity:1}.lp-feature__icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px;background:linear-gradient(135deg, rgba(59,130,246,0.2), rgba(139,92,246,0.2));border:1px solid rgba(59,130,246,0.2);transition:transform 0.4s var(--lp-ease-spring)}.lp-feature:hover .lp-feature__icon{transform:scale(1.1) rotate(-5deg)}.lp-feature__title{font-family:"Outfit", sans-serif;font-size:20px;font-weight:700;margin:0 0 12px}.lp-feature__desc{font-size:14px;color:var(--lp-muted);line-height:1.65;margin:0}.lp-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:100px 28px;max-width:1240px;margin:0 auto}.lp-showcase__images{position:relative}.lp-showcase__img{width:100%;border-radius:20px;object-fit:cover;border:1px solid var(--lp-glass-border);box-shadow:0 24px 48px rgba(0,0,0,0.4)}.lp-showcase__img--back{width:85%;aspect-ratio:16/10}.lp-showcase__img--front{position:absolute;bottom:-30px;right:0;width:55%;aspect-ratio:4/3;border:3px solid var(--lp-navy)}.lp-showcase__list{list-style:none;padding:0;margin:32px 0 0;display:flex;flex-direction:column;gap:16px}.lp-showcase__list li{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--lp-muted)}.lp-showcase__check{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg, var(--lp-blue), var(--lp-cyan));display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.lp-brand-section{margin:0 28px 100px;max-width:calc(1240px + 56px);margin-left:auto;margin-right:auto;padding:80px 60px;border-radius:32px;background:linear-gradient(135deg, rgba(59,130,246,0.15) 0%, rgba(139,92,246,0.1) 50%, rgba(251,191,36,0.08) 100%);border:1px solid var(--lp-glass-border);position:relative;overflow:hidden;text-align:center}.lp-brand-section::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:0.5}.lp-brand-section__glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle, rgba(251,191,36,0.15) 0%, transparent 70%);top:-100px;right:-50px;pointer-events:none}.lp-brand-section__logo{width:80px;height:80px;margin:0 auto 28px;background:linear-gradient(135deg, var(--lp-gold), var(--lp-gold-deep));border-radius:20px;display:flex;align-items:center;justify-content:center;font-family:"Outfit", sans-serif;font-size:28px;font-weight:900;color:var(--lp-navy);box-shadow:0 8px 32px rgba(251,191,36,0.35);animation:lpLogoGlow 3s ease infinite;position:relative;z-index:1}@keyframes lpLogoGlow{0%,100%{box-shadow:0 8px 32px rgba(251,191,36,0.35)}50%{box-shadow:0 8px 48px rgba(251,191,36,0.55)}}.lp-brand-section__eyebrow{font-size:13px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--lp-gold);margin-bottom:12px;position:relative;z-index:1}.lp-brand-section__name{font-family:"Outfit", sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:-0.03em;margin:0 0 20px;background:linear-gradient(135deg, #fff 20%, var(--lp-gold) 60%, var(--lp-gold-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.lp-brand-section__tagline{font-size:18px;color:var(--lp-muted);max-width:600px;margin:0 auto 36px;line-height:1.7;position:relative;z-index:1}.lp-brand-section__pills{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.lp-brand-section__pill{padding:10px 20px;background:var(--lp-glass);border:1px solid var(--lp-glass-border);border-radius:50px;font-size:13px;font-weight:500;color:var(--lp-text);backdrop-filter:blur(8px);transition:all 0.3s var(--lp-ease)}.lp-brand-section__pill:hover{border-color:var(--lp-gold);color:var(--lp-gold);transform:translateY(-2px)}.lp-cta{text-align:center;padding:100px 28px;position:relative}.lp-cta__box{max-width:800px;margin:0 auto;padding:72px 48px;border-radius:32px;background:linear-gradient(135deg, rgba(59,130,246,0.2) 0%, rgba(139,92,246,0.15) 100%);border:1px solid var(--lp-glass-border);backdrop-filter:blur(20px);position:relative;overflow:hidden}.lp-cta__box::after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg, transparent, rgba(59,130,246,0.1), transparent, rgba(139,92,246,0.1), transparent);animation:lpCtaSpin 8s linear infinite;pointer-events:none}@keyframes lpCtaSpin{to{transform:rotate(360deg)}}.lp-cta__content{position:relative;z-index:1}.lp-cta__title{font-family:"Outfit", sans-serif;font-size:1.8rem;font-weight:800;margin:0 0 16px}@media (min-width: 768px){.lp-brand-section__name{font-size:3.2rem}.lp-cta__title{font-size:2.1rem}}@media (min-width: 1200px){.lp-brand-section__name{font-size:4rem}.lp-cta__title{font-size:2.5rem}}.lp-cta__desc{font-size:17px;color:var(--lp-muted);margin:0 0 32px}.lp-footer{border-top:1px solid var(--lp-glass-border);padding:48px 28px 32px;background:rgba(0,0,0,0.3)}.lp-footer__inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}.lp-footer__brand-name{font-family:"Outfit", sans-serif;font-size:22px;font-weight:800;margin-bottom:12px}.lp-footer__brand-desc{font-size:14px;color:var(--lp-muted);line-height:1.7;max-width:320px}.lp-footer__heading{font-family:"Outfit", sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--lp-gold);margin-bottom:16px}.lp-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.lp-footer__links a,.lp-footer__links button{color:var(--lp-muted);text-decoration:none;font-size:14px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;transition:color 0.25s;text-align:left}.lp-footer__links a:hover,.lp-footer__links button:hover{color:var(--lp-text)}.lp-footer__bottom{max-width:1240px;margin:0 auto;padding-top:32px;border-top:1px solid var(--lp-glass-border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.lp-footer__copy{font-size:13px;color:var(--lp-muted)}.lp-footer__strucxil{display:flex;align-items:center;gap:10px;padding:10px 20px;background:linear-gradient(135deg, rgba(251,191,36,0.12), rgba(251,191,36,0.05));border:1px solid rgba(251,191,36,0.25);border-radius:50px;font-size:13px}.lp-footer__strucxil-label{color:var(--lp-muted)}.lp-footer__strucxil-name{font-family:"Outfit", sans-serif;font-weight:800;background:linear-gradient(135deg, var(--lp-gold), #fde68a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-reveal{opacity:0;transform:translateY(40px);transition:opacity 0.7s var(--lp-ease),transform 0.7s var(--lp-ease)}.lp-reveal.visible{opacity:1;transform:translateY(0)}.lp-auth-modal{display:none;position:fixed;inset:0;z-index:10000;background:rgba(7,11,26,0.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity 0.3s var(--lp-ease),visibility 0.3s var(--lp-ease)}.lp-auth-modal.active{display:flex;opacity:1;visibility:visible}.lp-auth-modal.active .lp-auth-modal__content{animation:lpModalIn 0.4s var(--lp-ease-spring)}.lp-auth-modal__content{background:linear-gradient(145deg, #1e293b, #0f172a);border:1px solid var(--lp-glass-border);border-radius:24px;padding:44px 40px;width:100%;max-width:440px;box-shadow:0 32px 64px rgba(0,0,0,0.5);position:relative;z-index:1;font-family:"DM Sans", system-ui, sans-serif;color:var(--lp-text)}@keyframes lpModalIn{from{transform:translateY(30px) scale(0.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.lp-auth-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:var(--lp-glass);border:1px solid var(--lp-glass-border);color:var(--lp-muted);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.25s}.lp-auth-modal__close:hover{background:rgba(255,255,255,0.12);color:var(--lp-text)}.lp-auth-form__header{text-align:center;margin-bottom:32px}.lp-auth-form__header h2{font-family:"Outfit", sans-serif;font-size:26px;font-weight:800;margin:0 0 8px;color:var(--lp-text)}.lp-auth-form__header p{font-size:14px;color:var(--lp-muted);margin:0}.lp-auth-form-panel .form-group{margin-bottom:0}.lp-auth-modal .lp-field{margin-bottom:16px}.lp-auth-modal .lp-field__control{position:relative}.lp-auth-modal .lp-field__icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:15px;line-height:1;opacity:0.5;pointer-events:none;z-index:2}.lp-auth-modal .lp-input{display:block;width:100%;box-sizing:border-box;margin:0;padding:14px 18px 14px 46px;min-height:48px;background:rgba(255,255,255,0.05);border:1px solid var(--lp-glass-border);border-radius:12px;font-size:14px;font-family:inherit;line-height:1.4;color:var(--lp-text);appearance:none;-webkit-appearance:none;transition:border-color 0.25s var(--lp-ease),box-shadow 0.25s var(--lp-ease),background 0.25s var(--lp-ease)}.lp-auth-modal .lp-input::placeholder{color:rgba(241,245,249,0.35);opacity:1}.lp-auth-modal .lp-input:focus{outline:none;border-color:var(--lp-blue);box-shadow:0 0 0 3px rgba(59,130,246,0.2);background:rgba(255,255,255,0.08)}.lp-auth-modal .lp-input--invalid{border-color:#f87171;box-shadow:0 0 0 3px rgba(248,113,113,0.15)}.lp-auth-modal .lp-input--valid{border-color:rgba(34,211,238,0.5)}.lp-auth-modal .lp-field__error{display:block;font-size:12px;color:#f87171;margin-top:6px;line-height:1.4;min-height:0}.lp-auth-modal .lp-field__error:empty{display:none}.lp-auth-modal .lp-auth-form__submit{width:100%;padding:14px;background:linear-gradient(135deg, var(--lp-blue), var(--lp-violet));color:white;border:none;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:all 0.3s var(--lp-ease);margin-top:8px;appearance:none;-webkit-appearance:none}.lp-auth-modal .lp-auth-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,0.4)}.lp-auth-modal .lp-auth-form__submit:disabled{opacity:0.4;cursor:not-allowed;transform:none;box-shadow:none;background:linear-gradient(135deg, rgba(59,130,246,0.5), rgba(139,92,246,0.5))}.lp-auth-form__footer{text-align:center;margin-top:24px;font-size:14px;color:var(--lp-muted)}.lp-auth-form__link{color:var(--lp-cyan);background:none;border:none;cursor:pointer;font-weight:600;font-family:inherit;transition:color 0.25s}.lp-auth-form__link:hover{color:var(--lp-blue)}.lp-auth-modal .lp-auth-form__show-pw{display:flex;align-items:center;gap:10px;margin:4px 0 18px;cursor:pointer;user-select:none}.lp-auth-form__show-pw input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid var(--lp-glass-border);border-radius:5px;background:rgba(255,255,255,0.05);cursor:pointer;position:relative;transition:all 0.25s var(--lp-ease);flex-shrink:0}.lp-auth-form__show-pw input[type="checkbox"]:checked{background:linear-gradient(135deg, var(--lp-blue), var(--lp-violet));border-color:transparent}.lp-auth-form__show-pw input[type="checkbox"]:checked::after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:white}.lp-auth-form__show-pw span{font-size:13px;color:var(--lp-muted);transition:color 0.25s}.lp-auth-form__show-pw:hover span{color:var(--lp-text)}.lp-auth-modal__glow{position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:280px;height:160px;background:radial-gradient(ellipse, rgba(59,130,246,0.35) 0%, transparent 70%);pointer-events:none}.lp-auth-modal__divider{height:1px;background:linear-gradient(90deg, transparent, var(--lp-glass-border), transparent);margin:0 0 24px}.lp-auth-flash{margin-bottom:20px;padding:12px 16px;border-radius:10px;background:rgba(248,113,113,0.12);border:1px solid rgba(248,113,113,0.35);color:#fecaca;font-size:13px;line-height:1.5;text-align:center}.lp-auth-flash--hidden{display:none !important}.lp-auth-form-panel--hidden{display:none}.lp-auth-form-panel--visible{animation:lpFormSwap 0.35s var(--lp-ease) both}@keyframes lpFormSwap{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.public-layout{margin:0;padding:0;background:#070b1a;min-height:100vh}@media (max-width: 1024px){.lp-hero{grid-template-columns:1fr;text-align:center;padding-top:100px}.lp-hero__subtitle{margin-left:auto;margin-right:auto}.lp-hero__actions{justify-content:center}.lp-hero__trust{justify-content:center}.lp-hero__visual{max-width:480px;margin:0 auto}.lp-stats{grid-template-columns:repeat(2, 1fr)}.lp-features__grid{grid-template-columns:repeat(2, 1fr)}.lp-showcase{grid-template-columns:1fr}.lp-footer__inner{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.lp-nav__links .lp-nav__link{display:none}.lp-stats{grid-template-columns:1fr 1fr;padding:60px 20px}.lp-features__grid{grid-template-columns:1fr}.lp-brand-section{padding:48px 28px;margin:0 16px 60px}.lp-cta__box{padding:48px 28px}.lp-footer__inner{grid-template-columns:1fr;gap:32px}.lp-footer__bottom{flex-direction:column;text-align:center}.lp-hero__image-float--1{width:130px;height:95px;left:-10px}.lp-hero__image-float--2{width:120px;height:90px;right:-10px}}.lp-employee-modal{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s var(--lp-ease),visibility 0.25s var(--lp-ease)}.lp-employee-modal.active{opacity:1;visibility:visible;pointer-events:auto}.lp-employee-modal__backdrop{position:absolute;inset:0;background:rgba(2,6,23,0.82);backdrop-filter:blur(8px)}.lp-employee-modal__dialog{position:relative;z-index:1;display:grid;grid-template-columns:280px 1fr;width:100%;max-width:820px;max-height:calc(100vh - 40px);overflow:hidden;border-radius:20px;border:1px solid rgba(52,211,153,0.25);box-shadow:0 0 0 1px rgba(16,185,129,0.08),0 24px 80px rgba(0,0,0,0.55),0 0 60px rgba(16,185,129,0.08);transform:translateY(16px) scale(0.98);transition:transform 0.3s var(--lp-ease-spring)}.lp-employee-modal.active .lp-employee-modal__dialog{transform:translateY(0) scale(1)}.lp-employee-modal__close{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;border:1px solid rgba(148,163,184,0.25);border-radius:50%;background:rgba(15,23,42,0.85);color:#94a3b8;font-size:22px;line-height:1;cursor:pointer;transition:all 0.15s ease}.lp-employee-modal__close:hover{color:#f8fafc;border-color:rgba(52,211,153,0.5);background:rgba(6,78,59,0.5)}.lp-employee-modal__aside{background:linear-gradient(165deg, rgba(6,78,59,0.95) 0%, rgba(15,23,42,0.98) 55%, #0f172a 100%);border-right:1px solid rgba(52,211,153,0.15);padding:36px 28px}.lp-employee-modal__aside-inner h3{margin:0 0 16px;font-family:"Outfit", sans-serif;font-size:22px;font-weight:800;color:#ecfdf5;line-height:1.2}.lp-employee-modal__shield{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:14px;background:rgba(16,185,129,0.15);border:1px solid rgba(52,211,153,0.35);font-size:26px;margin-bottom:16px}.lp-employee-modal__aside-eyebrow{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#6ee7b7}.lp-employee-modal__aside-list{margin:0 0 20px;padding:0;list-style:none}.lp-employee-modal__aside-list li{position:relative;padding-left:18px;margin-bottom:10px;font-size:13px;color:rgba(236,253,245,0.85);line-height:1.45}.lp-employee-modal__aside-list li::before{content:"✓";position:absolute;left:0;color:#34d399;font-weight:700}.lp-employee-modal__aside-note{margin:0;padding:12px;border-radius:10px;background:rgba(0,0,0,0.22);border:1px solid rgba(52,211,153,0.2);font-size:11px;line-height:1.5;color:rgba(167,243,208,0.85)}.lp-employee-modal__main{background:linear-gradient(180deg, #0f172a 0%, #111827 100%);padding:36px 32px 28px;overflow-y:auto}.lp-employee-modal__badge{display:inline-flex;margin-bottom:14px;padding:5px 10px;border-radius:999px;background:rgba(16,185,129,0.12);border:1px solid rgba(52,211,153,0.35);color:#6ee7b7;font-size:10px;font-weight:800;letter-spacing:0.12em;text-transform:uppercase}.lp-employee-flash{margin-bottom:14px;padding:10px 12px;border-radius:10px;background:rgba(239,68,68,0.12);border:1px solid rgba(248,113,113,0.35);color:#fecaca;font-size:13px;font-weight:600}.lp-employee-flash--hidden{display:none}.lp-employee-modal__header h2{margin:0 0 6px;font-family:"Outfit", sans-serif;font-size:26px;font-weight:800;color:#f8fafc;letter-spacing:-0.02em}.lp-employee-modal__header p{margin:0 0 22px;font-size:14px;color:#94a3b8}.lp-employee-field{margin-bottom:16px}.lp-employee-field label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:#64748b}.lp-employee-field__control{position:relative}.lp-employee-field__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:15px;opacity:0.55;pointer-events:none}.lp-employee-input{width:100%;padding:13px 14px 13px 42px;border-radius:12px;border:1px solid #334155;background:#0b1220;color:#f1f5f9;font-size:14px;font-family:inherit;box-sizing:border-box;transition:border-color 0.15s ease, box-shadow 0.15s ease}.lp-employee-input::placeholder{color:#64748b}.lp-employee-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,0.18)}.lp-employee-input--invalid{border-color:#f87171}.lp-employee-field__error{display:block;min-height:16px;margin-top:4px;font-size:11px;color:#fca5a5}.lp-employee-field__error:empty{display:none}.lp-employee-form__remember,.lp-employee-form__show-pw{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;color:#94a3b8;cursor:pointer}.lp-employee-form__remember input,.lp-employee-form__show-pw input{accent-color:#10b981}.lp-employee-form__submit{width:100%;margin-top:8px;padding:14px 18px;border:none;border-radius:12px;background:linear-gradient(135deg, #059669 0%, #047857 50%, #065f46 100%);color:#fff;font-size:15px;font-weight:800;font-family:inherit;cursor:pointer;letter-spacing:0.02em;box-shadow:0 8px 24px rgba(5,150,105,0.28);transition:transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease}.lp-employee-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px rgba(5,150,105,0.38)}.lp-employee-form__submit:disabled{opacity:0.45;cursor:not-allowed}.lp-employee-modal__footer{margin:18px 0 0;text-align:center;font-size:13px;color:#64748b}.lp-employee-modal__switch{border:none;background:none;padding:0;color:#93c5fd;font-size:13px;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.lp-employee-modal__switch:hover{color:#bfdbfe}@media (max-width: 768px){.lp-employee-modal__dialog{grid-template-columns:1fr;max-width:440px}.lp-employee-modal__aside{display:none}.lp-employee-modal__main{padding:28px 22px 22px}.lp-nav__links .lp-btn--employee{display:none}}.employee-portal-body{margin:0;min-height:100vh;font-family:"DM Sans", system-ui, sans-serif;background:#0b1220;color:#e2e8f0}.employee-flash{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:2000;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,0.25);width:90%;max-width:520px}.employee-flash--success{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.employee-flash--alert{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.employee-portal{min-height:100vh;display:flex;flex-direction:column}.employee-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;background:rgba(15,23,42,0.85);border-bottom:1px solid rgba(148,163,184,0.15);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.employee-topbar__brand{display:flex;align-items:center;gap:14px}.employee-topbar__logo{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:"Outfit", sans-serif;font-weight:800;font-size:15px;color:#fff;background:linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);box-shadow:0 4px 14px rgba(37,99,235,0.35)}.employee-topbar__eyebrow{margin:0 0 2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:#64748b}.employee-topbar__title{margin:0;font-family:"Outfit", sans-serif;font-size:20px;font-weight:700;color:#f8fafc;letter-spacing:-0.02em}.employee-topbar__actions{display:flex;align-items:center;gap:16px}.employee-topbar__user{display:flex;align-items:center;gap:10px}.employee-topbar__avatar{width:38px;height:38px;border-radius:50%;background:#1e293b;border:1px solid #334155;display:flex;align-items:center;justify-content:center;font-weight:700;color:#93c5fd;font-size:14px}.employee-topbar__user-label{margin:0;font-size:10px;text-transform:uppercase;letter-spacing:0.08em;color:#64748b}.employee-topbar__user-email{margin:0;font-size:13px;font-weight:600;color:#cbd5e1}.employee-topbar__logout{padding:9px 16px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#e2e8f0;font-size:13px;font-weight:600;cursor:pointer;transition:background 0.15s ease, border-color 0.15s ease, color 0.15s ease}.employee-topbar__logout:hover{background:#450a0a;border-color:#ef4444;color:#fecaca}.employee-main{flex:1;padding:24px 28px 40px;max-width:1400px;width:100%;margin:0 auto;box-sizing:border-box}.employee-stats{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));gap:14px;margin-bottom:22px}.employee-stat{display:flex;align-items:center;gap:14px;padding:18px 16px;border-radius:14px;background:#111827;border:1px solid rgba(148,163,184,0.12);transition:transform 0.15s ease, box-shadow 0.15s ease}.employee-stat:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.25)}.employee-stat__icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.employee-stat--amber .employee-stat__icon{background:rgba(245,158,11,0.15)}.employee-stat--green .employee-stat__icon{background:rgba(16,185,129,0.15)}.employee-stat--red .employee-stat__icon{background:rgba(239,68,68,0.15)}.employee-stat--blue .employee-stat__icon{background:rgba(59,130,246,0.15)}.employee-stat--violet .employee-stat__icon{background:rgba(139,92,246,0.15)}.employee-stat--teal .employee-stat__icon{background:rgba(20,184,166,0.15)}.employee-plans-section{margin-bottom:22px}.employee-plans-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;flex-wrap:wrap}.employee-plans-section__title{margin:0 0 4px;font-family:"Outfit", sans-serif;font-size:18px;font-weight:700;color:#f8fafc}.employee-plans-section__desc{margin:0;font-size:13px;color:#94a3b8}.employee-plans-section__alert{padding:8px 12px;border-radius:999px;background:rgba(245,158,11,0.12);border:1px solid rgba(245,158,11,0.35);color:#fbbf24;font-size:12px;font-weight:700}.employee-plans-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:14px}.employee-plan-card{padding:18px;border-radius:14px;background:#111827;border:1px solid rgba(148,163,184,0.12);position:relative;overflow:hidden;transition:transform 0.15s ease, box-shadow 0.15s ease}.employee-plan-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #3b82f6, #6366f1)}.employee-plan-card--starter::before{background:linear-gradient(90deg, #0ea5e9, #0284c7)}.employee-plan-card--pro::before{background:linear-gradient(90deg, #8b5cf6, #6366f1)}.employee-plan-card--business::before{background:linear-gradient(90deg, #f59e0b, #d97706)}.employee-plan-card--enterprise::before{background:linear-gradient(90deg, #ec4899, #be185d)}.employee-plan-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,0.28)}.employee-plan-card__head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.employee-plan-card__icon{width:44px;height:44px;border-radius:12px;background:rgba(59,130,246,0.12);display:flex;align-items:center;justify-content:center;font-size:22px}.employee-plan-card__name{margin:0;font-family:"Outfit", sans-serif;font-size:16px;font-weight:700;color:#f8fafc}.employee-plan-card__price{margin:2px 0 0;font-size:14px;font-weight:800;color:#93c5fd}.employee-plan-card__price span{font-size:11px;font-weight:500;color:#64748b}.employee-plan-card__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px;margin:0 0 12px;padding:10px;border-radius:10px;background:rgba(15,23,42,0.65)}.employee-plan-card__stats dt{font-size:10px;text-transform:uppercase;letter-spacing:0.06em;color:#64748b;margin-bottom:2px}.employee-plan-card__stats dd{margin:0;font-size:18px;font-weight:800;color:#f1f5f9}.employee-plan-card__meta{margin:0;font-size:11px;color:#64748b;line-height:1.4}.employee-active-section{margin-bottom:22px}.employee-active-section__head{margin-bottom:14px}.employee-active-section__title{margin:0 0 4px;font-family:"Outfit", sans-serif;font-size:18px;font-weight:700;color:#f8fafc}.employee-active-section__desc{margin:0;font-size:13px;color:#94a3b8}.employee-active-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:14px}.employee-active-card{padding:16px;border-radius:14px;background:linear-gradient(145deg, #111827 0%, #0f172a 100%);border:1px solid rgba(148,163,184,0.12);transition:border-color 0.15s ease, transform 0.15s ease}.employee-active-card:hover{border-color:rgba(59,130,246,0.35);transform:translateY(-1px)}.employee-active-card__top{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.employee-active-card__avatar{width:36px;height:36px;font-size:13px}.employee-active-card__info{flex:1;min-width:0}.employee-active-card__info strong{display:block;font-size:13px;color:#f8fafc;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-active-card__dates{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 10px}.employee-active-card__dates dt{font-size:10px;text-transform:uppercase;letter-spacing:0.06em;color:#64748b;margin-bottom:2px}.employee-active-card__dates dd{margin:0;font-size:12px;font-weight:700;color:#e2e8f0}.employee-active-card__track{margin-bottom:8px}.employee-active-card__remaining{margin:0;font-size:11px;color:#94a3b8;font-weight:600}.employee-period{min-width:200px}.employee-period__dates{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.employee-period__date-block{flex:1;min-width:0}.employee-period__label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:0.06em;color:#64748b;margin-bottom:2px}.employee-period__date-block strong{display:block;font-size:12px;color:#f1f5f9;font-weight:700}.employee-period__hint{display:block;margin-top:2px;font-size:10px;color:#64748b}.employee-period__hint.is-warning{color:#fbbf24}.employee-period__hint.is-danger{color:#f87171}.employee-period__arrow{color:#475569;font-size:14px;padding-top:14px;flex-shrink:0}.employee-period__track{height:5px;border-radius:999px;background:#1e293b;overflow:hidden}.employee-period__fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg, #3b82f6, #6366f1);transition:width 0.3s ease}.employee-period__fill--starter{background:linear-gradient(90deg, #0ea5e9, #0284c7)}.employee-period__fill--pro{background:linear-gradient(90deg, #8b5cf6, #6366f1)}.employee-period__fill--business{background:linear-gradient(90deg, #f59e0b, #d97706)}.employee-period__fill--enterprise{background:linear-gradient(90deg, #ec4899, #be185d)}.employee-table__period{min-width:220px}.employee-plan-badge--starter{background:linear-gradient(135deg, #0284c7, #0ea5e9)}.employee-plan-badge--pro{background:linear-gradient(135deg, #6366f1, #8b5cf6)}.employee-plan-badge--business{background:linear-gradient(135deg, #d97706, #f59e0b)}.employee-plan-badge--enterprise{background:linear-gradient(135deg, #be185d, #ec4899)}.employee-badge--active{background:rgba(16,185,129,0.15);color:#34d399;border:1px solid rgba(16,185,129,0.35)}.employee-badge--expiring{background:rgba(245,158,11,0.15);color:#fbbf24;border:1px solid rgba(245,158,11,0.35)}.employee-badge--expired{background:rgba(100,116,139,0.15);color:#94a3b8;border:1px solid rgba(100,116,139,0.35)}.employee-stat__value{margin:0;font-family:"Outfit", sans-serif;font-size:24px;font-weight:800;color:#f8fafc;line-height:1.1}.employee-stat__label{margin:4px 0 0;font-size:12px;color:#94a3b8;font-weight:500}.employee-panel{background:#111827;border:1px solid rgba(148,163,184,0.12);border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,0.2)}.employee-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid rgba(148,163,184,0.1);flex-wrap:wrap}.employee-panel__title{margin:0 0 4px;font-family:"Outfit", sans-serif;font-size:18px;font-weight:700;color:#f8fafc}.employee-panel__desc{margin:0;font-size:13px;color:#94a3b8;max-width:480px;line-height:1.45}.employee-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.employee-search__input{min-width:260px;padding:10px 14px;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#f1f5f9;font-size:13px;font-family:inherit}.employee-search__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.2)}.employee-search__btn{padding:10px 16px;border-radius:8px;border:none;background:linear-gradient(135deg, #2563eb, #4f46e5);color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.employee-search__clear{font-size:13px;color:#93c5fd;text-decoration:none;font-weight:600}.employee-search__clear:hover{color:#bfdbfe}.employee-tabs{display:flex;gap:0;padding:0 16px;background:#0f172a;border-bottom:1px solid rgba(148,163,184,0.1);overflow-x:auto}.employee-tabs__item{display:inline-flex;align-items:center;gap:8px;padding:14px 18px;font-size:13px;font-weight:600;color:#94a3b8;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color 0.15s ease, border-color 0.15s ease}.employee-tabs__item:hover{color:#e2e8f0}.employee-tabs__item.is-active{color:#93c5fd;border-bottom-color:#3b82f6}.employee-tabs__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:#1e293b;font-size:11px;color:#cbd5e1}.employee-tabs__item.is-active .employee-tabs__count{background:#1d4ed8;color:#fff}.employee-table-wrap{overflow-x:auto}.employee-table{width:100%;border-collapse:collapse;font-size:13px}.employee-table thead{background:#0f172a}.employee-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#64748b;border-bottom:1px solid rgba(148,163,184,0.12)}.employee-table td{padding:16px;border-bottom:1px solid rgba(148,163,184,0.08);vertical-align:top;color:#cbd5e1}.employee-table__row:hover{background:rgba(30,41,59,0.45)}.employee-table__actions-head,.employee-table__actions{text-align:right}.employee-school-cell{display:flex;align-items:center;gap:12px}.employee-school-cell__avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg, #1e40af, #4338ca);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:15px;flex-shrink:0}.employee-school-cell__name{display:block;color:#f8fafc;font-size:14px;margin-bottom:2px}.employee-school-cell__meta{font-size:11px;color:#64748b}.employee-plan-cell{display:flex;flex-direction:column;gap:4px}.employee-plan-badge{display:inline-flex;align-self:flex-start;padding:4px 10px;border-radius:6px;background:linear-gradient(135deg, #4338ca, #6366f1);color:#fff;font-size:11px;font-weight:700;letter-spacing:0.03em}.employee-plan-cell__price{font-size:11px;color:#94a3b8}.employee-contact-cell{display:flex;flex-direction:column;gap:3px}.employee-contact-cell strong{color:#f1f5f9;font-size:13px}.employee-contact-cell__email{color:#93c5fd;text-decoration:none;font-size:12px}.employee-contact-cell__email:hover{text-decoration:underline}.employee-contact-cell__phone{font-size:12px;color:#64748b}.employee-address-cell{margin:0;font-size:12px;line-height:1.45;color:#94a3b8;max-width:220px}.employee-date-cell{display:flex;flex-direction:column;gap:2px;font-weight:600;color:#e2e8f0;font-size:13px}.employee-date-cell span{font-size:11px;font-weight:500;color:#64748b}.employee-badge{display:inline-flex;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:0.03em}.employee-badge--pending{background:rgba(245,158,11,0.15);color:#fbbf24;border:1px solid rgba(245,158,11,0.35)}.employee-badge--approved{background:rgba(16,185,129,0.15);color:#34d399;border:1px solid rgba(16,185,129,0.35)}.employee-badge--rejected{background:rgba(239,68,68,0.15);color:#f87171;border:1px solid rgba(239,68,68,0.35)}.employee-action-group{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.employee-action{padding:7px 12px;border-radius:7px;border:none;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;transition:transform 0.12s ease, box-shadow 0.12s ease}.employee-action:hover{transform:translateY(-1px)}.employee-action--approve{background:#059669;color:#fff}.employee-action--approve:hover{box-shadow:0 4px 12px rgba(5,150,105,0.35)}.employee-action--reject{background:#7f1d1d;color:#fecaca;border:1px solid #991b1b}.employee-action--reject:hover{background:#991b1b}.employee-action-none{font-size:12px;color:#64748b;font-style:italic}.employee-empty{padding:64px 24px;text-align:center}.employee-empty__icon{display:block;font-size:40px;margin-bottom:12px;opacity:0.6}.employee-empty h3{margin:0 0 8px;font-family:"Outfit", sans-serif;font-size:18px;color:#f1f5f9}.employee-empty p{margin:0;font-size:14px;color:#94a3b8}.employee-empty__link{display:inline-block;margin-top:14px;color:#93c5fd;font-weight:600;text-decoration:none}@media (max-width: 1100px){.employee-stats{grid-template-columns:repeat(3, minmax(0, 1fr))}.employee-plans-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.employee-active-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width: 768px){.employee-topbar{flex-direction:column;align-items:flex-start;padding:16px}.employee-topbar__actions{width:100%;justify-content:space-between}.employee-main{padding:16px}.employee-stats{grid-template-columns:repeat(2, minmax(0, 1fr))}.employee-plans-grid,.employee-active-grid{grid-template-columns:1fr}.employee-panel__head{flex-direction:column}.employee-search__input{min-width:100%;flex:1}.employee-table th,.employee-table td{padding:12px}}@media (max-width: 480px){.employee-stats{grid-template-columns:1fr}.employee-action-group{flex-direction:column;align-items:stretch}}
