:root{--background:#f4f7f9;--foreground:#17212b;--surface:#fff;--border:#e3e9ee;--border-strong:#d5e0e7;--muted:#71808f;--brand:#137b78;--brand-hover:#0f6966;--brand-soft:#e7f5f3;--brand-strong:#0c5f5d;--danger:#b42318;--warning:#9a6416;--success:#14715f;--info:#2368c4;--radius-sm:7px;--radius-md:10px;--radius-lg:14px;--shadow-card:0 1px 2px #16222d09, 0 10px 28px #16222d0b;--shadow-floating:0 18px 46px #11222c29;--focus-ring:0 0 0 3px #137b7824}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}#root{min-height:100%}.app-shell{min-height:100vh}.native-shell{background:radial-gradient(circle at top right, #137b7814, transparent 32vw), var(--background);grid-template-columns:232px minmax(0,1fr);display:grid}.native-sidebar{border-right:1px solid var(--border);background:#fffffff5;height:100vh;position:sticky;top:0;overflow-y:auto;box-shadow:inset 1px 0 #ffffffb3}.native-nav{padding:4px 8px 24px}.native-nav section+section{margin-top:8px}.native-nav h2{color:#9aa5af;letter-spacing:.12em;padding:18px 10px 7px;font-size:11px;font-weight:700}.native-nav a{color:#526170;border-radius:8px;align-items:center;gap:11px;height:40px;margin:4px 0;padding:0 12px;transition:background .15s,color .15s,transform .15s;display:flex}.native-nav a:hover,.native-nav a.active{background:var(--brand-soft);color:var(--brand)}.native-nav a.active{box-shadow:inset 3px 0 0 var(--brand);font-weight:600}.native-nav a:hover{transform:translate(1px)}.native-main{min-width:0}.native-header{z-index:30}.native-offline-banner{z-index:35;color:#9a6416;text-align:center;background:#fff7e8;padding:8px 16px;font-size:13px;font-weight:700;position:sticky;top:0}.native-menu-button,.native-mobile-drawer,.native-nav-backdrop,.native-bottom-nav,.native-mobile-fab,.native-mobile-title{display:none}.native-search{border:1px solid var(--border-strong);color:#8795a1;background:#fbfcfd;border-radius:999px;align-items:center;gap:9px;width:min(420px,42vw);height:38px;padding:0 12px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex;position:relative}.native-search:focus-within{box-shadow:var(--focus-ring);background:#fff;border-color:#137b787a}.native-search input{color:#263642;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1}.native-search-results{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-floating);background:#fff;padding:6px;position:absolute;top:44px;left:0}.native-search-results button{color:#263642;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;flex-direction:column;gap:3px;width:100%;padding:9px 10px;display:flex}.native-search-results button:hover{background:#f0f8f7}.native-search-results span{color:var(--muted);font-size:12px}.native-account{align-items:center;gap:8px;display:flex}.native-account button{color:#526170;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;min-height:34px;padding:5px 11px}.native-account button:hover{color:var(--brand);background:#f4f7f9}.native-account .native-primary{background:var(--brand);color:#fff;box-shadow:0 8px 18px #137b782e}.native-user{align-items:center;gap:8px;display:flex}.native-user>span{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:29px;height:29px;font-weight:700;display:grid}.native-status{color:#657480;background:#f7f9fa;border:1px solid #dfe6ea;border-radius:6px;align-items:center;min-height:24px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.native-status-success{color:#14715f;background:#eaf7f3;border-color:#b8ddd4}.native-status-info{color:#2467a8;background:#edf5fd;border-color:#bdd4ef}.native-tag{color:#657480;background:#f7f9fa;border:1px solid #dfe6ea;border-radius:5px;align-items:center;min-height:22px;padding:1px 7px;font-size:12px;font-weight:600;display:inline-flex}.native-tag-success{color:#14715f;background:#eaf7f3;border-color:#b8ddd4}.native-tag-info{color:#2467a8;background:#edf5fd;border-color:#bdd4ef}.native-tag-warning{color:#9a6416;background:#fff7e8;border-color:#efd6a8}.native-tag-danger{color:#b42318;background:#fff1f0;border-color:#efc2bd}.native-alert{color:#315f89;background:#edf5fd;border:1px solid #bdd4ef;border-radius:9px;padding:11px 13px;font-size:13px}.native-alert>div{color:#5b7185;margin-top:4px}.native-alert-success{color:#14715f;background:#eaf7f3;border-color:#b8ddd4}.native-alert-warning{color:#9a6416;background:#fff7e8;border-color:#efd6a8}.native-alert-danger{color:#b42318;background:#fff1f0;border-color:#efc2bd}.native-stat{gap:5px;display:grid}.native-stat span{color:var(--muted);font-size:13px}.native-stat strong{color:#20323d;letter-spacing:-.03em;font-size:24px}.native-stat-grid{border:1px solid var(--border);background:var(--border);border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:16px;display:grid;overflow:hidden}.native-stat-grid .native-stat{background:#fff;padding:14px 16px}.native-stat-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.native-tag-list{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.student-detail-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.student-detail-summary-item{border:1px solid var(--border);background:#f8fbfc;border-radius:8px;align-content:center;gap:6px;min-width:0;min-height:74px;padding:12px;display:grid}.student-detail-summary-item span{color:var(--muted);font-size:12px;line-height:16px}.student-detail-summary-item strong{color:#20323d;letter-spacing:0;overflow-wrap:anywhere;min-width:0;font-size:20px;line-height:24px}.student-page-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.student-page-title-copy{min-width:0}.student-page-actions{grid-template-columns:auto auto auto;align-items:center;gap:8px;display:grid}.student-page-actions button{border:1px solid var(--border-strong);color:#30404c;min-height:38px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border-radius:8px;padding-inline:14px;font-weight:700;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.student-page-actions button:hover{color:var(--brand);background:#f5fbfa;border-color:#137b7857}.student-page-actions .native-primary{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 10px 22px #137b782e}.student-clickable-row{cursor:pointer}.student-clickable-row:hover td{background:#f7fbfb}.student-name-cell{max-width:100%;color:var(--brand);white-space:nowrap;align-items:center;gap:6px;font-weight:800;display:inline-flex}.student-arrears-badge{color:#b42318;background:#fff1f0;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;line-height:18px;display:inline-flex}.student-status-stack{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:inline-flex}.student-detail-profile-grid{border:1px solid var(--border);background:#fff;border-radius:8px;grid-template-columns:minmax(110px,.8fr) repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.student-detail-profile-item{border-right:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:78px minmax(0,1fr);align-items:center;gap:8px;min-width:0;min-height:50px;padding:8px 10px;display:grid}.student-detail-profile-item span{color:var(--muted);font-size:12px;font-weight:700}.student-detail-profile-item strong,.student-detail-profile-item a{color:#22333f;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:700;line-height:18px;text-decoration:none;overflow:hidden}.student-detail-profile-phone,.student-detail-profile-name{grid-column:span 2}.student-detail-profile-phone a{color:var(--brand)}.student-detail-profile-notes{border-bottom:0;grid-column:span 4}.student-detail-orders .native-table th,.student-detail-orders .native-table td{padding:8px 10px;font-size:13px;line-height:18px}.student-order-no{color:#40515d;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;max-width:126px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:16px;display:inline-block;overflow:hidden}.student-order-arrears{color:#b42318;white-space:nowrap;align-items:center;gap:6px;font-weight:800;display:inline-flex}.student-order-paid{color:var(--muted)}.native-table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;width:100%;overflow-x:auto;box-shadow:0 1px 2px #16222d06}.native-table{border-collapse:collapse;color:#273543;width:100%;min-width:520px;font-size:13px}.native-table th,.native-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:11px 12px}.native-table th{color:#536272;letter-spacing:.01em;background:#f7fafb;font-size:12px;font-weight:700}.native-table tbody tr:last-child td{border-bottom:0}.native-table tbody tr:hover td{background:#f3faf9}.native-table-empty{color:#9aa5af;height:96px;text-align:center!important}.native-table-loading{color:var(--brand)}.native-pagination{color:var(--muted);justify-content:flex-end;align-items:center;gap:8px;margin-top:14px;font-size:13px;display:flex}.native-pagination span{margin-right:auto}.native-pagination button{color:#526170;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:7px;min-height:32px;padding:4px 10px}.native-pagination button:disabled{cursor:not-allowed;opacity:.45}.native-link-button{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.native-loading{border:1px solid var(--border);min-height:220px;color:var(--muted);background:#fff;border-radius:12px;place-items:center;display:grid}.native-page-heading{justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;display:flex}.native-page-heading>div:last-child,.native-table-actions{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.native-page-heading button,.native-table-actions button,.native-drawer header button{border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:#526170;cursor:pointer;background:#fff;min-height:32px;padding:4px 11px;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.native-page-heading button:hover,.native-table-actions button:hover,.native-drawer header button:hover{color:var(--brand);background:#f5fbfa;border-color:#137b7857}.native-page-heading .native-primary,.native-drawer header .native-primary{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 8px 18px #137b7829}.native-table-actions button{min-height:auto;color:var(--brand);background:0 0;border:0;padding:0}.native-table-actions .danger{color:#b42318}.native-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.native-toolbar input{width:min(320px,100%);min-height:38px;font:inherit;border:1px solid #dce4e9;border-radius:8px;outline:none;padding:7px 11px}.native-toolbar span{color:var(--muted);font-size:13px}.native-drawer-backdrop{z-index:100;background:#17212b47;justify-content:flex-end;display:flex;position:fixed;inset:0}.native-drawer{background:#fff;width:min(820px,92vw);height:100%;overflow-y:auto;box-shadow:-16px 0 40px #17212b1f}.native-drawer header{z-index:2;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:0 22px;display:flex;position:sticky;top:0}.native-drawer header>div{gap:8px;display:flex}.native-drawer header h2{font-size:16px}.native-drawer-body{padding:22px}.native-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.native-modal{background:#fff;border-radius:14px;width:min(420px,100%);padding:22px;box-shadow:0 22px 60px #17212b2e}.native-modal h2{color:#263642;font-size:17px}.native-modal p{color:var(--muted);margin-top:9px;font-size:13px;line-height:1.65}.native-modal footer{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.native-modal button{color:#526170;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:7px;min-height:34px;padding:5px 13px}.native-modal .native-primary{border-color:var(--brand);background:var(--brand);color:#fff}.native-modal .danger{color:#fff;background:#b42318;border-color:#b42318}.native-filter-grid{grid-template-columns:minmax(0,180px) minmax(0,200px) minmax(0,1fr);gap:12px;min-width:0;display:grid}.native-filter-grid label{color:#657480;gap:6px;min-width:0;font-size:12px;font-weight:600;display:grid}.native-filter-grid input,.native-filter-grid select,.native-section-heading select{color:#263642;width:100%;min-width:0;min-height:38px;font:inherit;background:#fff;border:1px solid #dce4e9;border-radius:8px;padding:7px 10px}.native-lesson-picker{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:8px;min-width:0;margin-top:16px;display:grid}.native-lesson-picker label{border:1px solid var(--border);color:#455563;cursor:pointer;background:#f8fafb;border-radius:8px;align-items:flex-start;gap:8px;padding:10px;font-size:12px;display:flex}.native-toolbar-actions,.native-section-heading{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;margin-top:14px;display:flex}.native-toolbar-actions span{color:var(--muted);margin-left:auto;font-size:12px}.native-toolbar-actions button,.native-form button:not(.native-submit){color:#526170;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:7px;min-height:34px;padding:5px 11px}.native-section-heading{justify-content:space-between;margin:0 0 16px}.native-section-heading button{border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:#30404c;min-height:34px;font:inherit;cursor:pointer;background:#fff;padding:5px 12px;font-weight:700;transition:border-color .15s,background .15s,color .15s,box-shadow .15s}.native-section-heading button:hover{color:var(--brand);background:#f5fbfa;border-color:#137b7857}.native-empty{color:#9aa5af;place-items:center;min-height:100px;font-size:13px;display:grid}.attendance-stat-grid{grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:0}.attendance-description{grid-template-columns:1fr}@media (max-width:1280px){.attendance-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.operation-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.native-toast-stack{z-index:200;gap:8px;width:min(360px,100vw - 36px);display:grid;position:fixed;top:18px;right:18px}.native-toast{color:#315f89;background:#fff;border:1px solid #bdd4ef;border-radius:9px;padding:11px 13px;font-size:13px;box-shadow:0 10px 30px #17212b21}.native-toast-success{color:#14715f;border-color:#b8ddd4}.native-toast-error{color:#b42318;border-color:#efc2bd}.native-toast-warning{color:#9a6416;border-color:#efd6a8}.app-logo{color:#163c3a;align-items:center;gap:10px;height:68px;padding:0 16px;font-size:17px;font-weight:700;transition:background-color .15s;display:flex}.app-logo:hover{background:var(--brand-soft);color:#163c3a}.app-logo img{object-fit:contain;flex:none;width:34px;height:34px}.app-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border-bottom:1px solid #d5e0e7db;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex;position:sticky;top:0}.app-content{width:100%;min-width:0;max-width:1800px;padding:30px}.page-title{margin-bottom:20px}.page-title h1{color:#14242f;letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:27px;font-weight:800;line-height:34px}.page-title p{max-width:720px;color:var(--muted);margin:7px 0 0;font-size:14px;line-height:1.6}.metric-card .native-stat strong{font-size:25px}.metric-card .native-stat small{color:var(--muted);letter-spacing:0;margin-left:7px;font-size:12px;font-weight:600}.quick-action-button{color:#263642;width:100%;height:100%;min-height:78px;font:inherit;text-align:left;cursor:pointer;background:#f7fafb;border:1px solid #0000;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;transition:border-color .15s,background .15s,transform .15s;display:grid}.quick-action-button:hover{background:#f0f8f7;border-color:#b8d6d3;transform:translateY(-1px)}.quick-action-icon{font-size:24px;line-height:1}.quick-action-copy{gap:3px;display:grid}.quick-action-copy small{color:#788693;font-size:12px}.native-action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.operation-focus-card{margin-top:16px}.operation-focus-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.operation-focus-item{color:#263642;min-height:124px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:16px;display:grid}.operation-focus-item:hover{background:#f7fbfb;border-color:#9fc6c2}.operation-focus-icon{width:38px;height:38px;color:var(--brand);background:#eef5f4;border-radius:8px;place-items:center;display:inline-grid}.operation-focus-copy{gap:4px;min-width:0;display:grid}.operation-focus-copy span{color:#60707d;font-size:13px;font-weight:700}.operation-focus-copy strong{color:#17212b;font-size:30px;line-height:1}.operation-focus-copy small{color:#66717d;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.operation-focus-item em{color:var(--brand);grid-column:1/-1;align-self:end;font-size:13px;font-style:normal;font-weight:800}.operation-focus-warning .operation-focus-icon{color:#a76519;background:#fff4df}.operation-focus-info .operation-focus-icon{color:#356bd6;background:#ecf3ff}.operation-focus-danger .operation-focus-icon{color:#b54f87;background:#fff0f3}.mobile-workbench-card,.attendance-mobile-summary,.attendance-mobile-action-bar,.mobile-schedule-lessons{display:none}.native-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.native-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.native-dashboard-grid-wide{grid-template-columns:minmax(0,5fr) minmax(360px,3fr)}.native-dashboard-section{min-width:0;margin-top:16px}.page-title{padding-bottom:4px}.placeholder-card{min-height:320px}.schedule-grid{border:1px solid var(--border);border-radius:10px;grid-template-columns:72px repeat(7,minmax(132px,1fr));max-width:100%;display:grid;overflow-x:auto}.schedule-overview-card{display:none}.schedule-overview-grid .operation-focus-copy strong{font-size:28px}.schedule-tab-switcher{border:1px solid var(--border);background:#fff;border-radius:10px;flex-wrap:wrap;gap:8px;width:fit-content;max-width:100%;margin-bottom:16px;padding:4px;display:flex}.schedule-tab-button{color:#374151;cursor:pointer;background:#fff;border:0;border-radius:7px;justify-content:center;align-items:center;min-height:34px;padding:6px 14px;display:inline-flex}.schedule-tab-button.active{background:var(--brand-soft);color:var(--brand);font-weight:600}.schedule-native-tabs>.native-tabs-list{display:none!important}.schedule-traditional-card{overflow:hidden}.schedule-traditional-card>.native-section-heading{margin-bottom:12px}.schedule-traditional-count{background:var(--brand-soft);color:var(--brand);border-radius:999px;padding:5px 10px;font-size:13px;font-weight:700}.schedule-traditional-tip{color:#225e59;background:#f0fbf9;border:1px solid #b9ded9;border-radius:9px;margin-bottom:12px;padding:10px 13px;font-size:13px;line-height:1.5}.schedule-traditional-scroll{overscroll-behavior:contain;background:#fff;border:1px solid #cfdbdf;border-radius:12px;width:100%;max-width:100%;overflow:auto}.schedule-traditional-grid{min-width:1180px;display:grid}.schedule-traditional-row{display:contents}.schedule-traditional-corner,.schedule-traditional-day,.schedule-traditional-time,.schedule-traditional-cell{border-bottom:1px solid #dce5e8;border-right:1px solid #dce5e8}.schedule-traditional-corner{z-index:5;color:#24514e;background:#e8f5f3;place-items:center;min-height:76px;font-size:14px;font-weight:800;display:grid;position:sticky;top:0;left:0}.schedule-traditional-day{z-index:4;color:#20343d;text-align:center;background:#f6fafb;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:76px;padding:8px;display:flex;position:sticky;top:0}.schedule-traditional-day strong{font-size:16px}.schedule-traditional-day span{color:#52636d;font-size:12px}.schedule-traditional-day small{color:#7a8b94;font-size:11px}.schedule-traditional-day.today{color:#0f766e;background:#dff5f1}.schedule-traditional-time{z-index:3;color:#2c414c;text-align:center;background:#f7fafb;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:94px;padding:8px 5px;display:flex;position:sticky;left:0}.schedule-traditional-time strong{font-size:15px}.schedule-traditional-time span{color:#7a8a93;font-size:12px}.schedule-traditional-cell{background:#fff;flex-direction:column;gap:6px;min-width:0;min-height:94px;padding:6px;display:flex}.schedule-traditional-cell.today{background:#f7fffd}.schedule-traditional-lesson{color:#243946;text-align:left;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #3b82f6;border-radius:8px;flex-direction:column;gap:3px;width:100%;min-width:0;padding:8px 9px;display:flex}.schedule-traditional-lesson:hover{filter:brightness(.98);transform:translateY(-1px);box-shadow:0 4px 12px #264b5b1f}.schedule-traditional-lesson:disabled{cursor:default}.schedule-traditional-lesson-head{justify-content:space-between;align-items:center;gap:5px;display:flex}.schedule-traditional-lesson-head strong{font-size:14px;line-height:18px}.schedule-traditional-lesson-head em{color:#6d3fc0;background:#fffc;border-radius:999px;flex:none;padding:1px 5px;font-size:10px;font-style:normal;font-weight:800}.schedule-traditional-lesson b{text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.schedule-traditional-lesson>span:not(.schedule-traditional-lesson-head),.schedule-traditional-lesson small{color:#526773;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:15px;overflow:hidden}.schedule-subject-english{background:#f6f1ff;border-color:#d8c7f5 #d8c7f5 #d8c7f5 #8b5cf6}.schedule-subject-physics{background:#fff7ed;border-color:#fed7aa #fed7aa #fed7aa #f97316}.schedule-subject-chemistry{background:#f0fdf4;border-color:#bbf7d0 #bbf7d0 #bbf7d0 #22a35a}.schedule-subject-chinese{background:#fff5f5;border-color:#fecaca #fecaca #fecaca #ef4444}.schedule-traditional-empty{color:#a8b6bd;cursor:pointer;opacity:.24;background:0 0;border:1px dashed #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:100%;min-height:78px;display:flex}.schedule-traditional-empty:hover{color:var(--brand);opacity:1;background:#f3fbfa;border-color:#9ecac5}.schedule-traditional-empty span{font-size:20px;line-height:20px}.schedule-traditional-empty small{font-size:11px}.schedule-board-card{overflow:hidden}.schedule-filter-panel{background:#f8fbfb;border:1px solid #d6e3e4;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px 12px;margin-bottom:10px;padding:9px 10px;display:grid}.schedule-filter-navigation,.schedule-filter-fields{align-items:center;gap:6px;min-width:0;display:flex}.schedule-filter-fields{grid-template-columns:minmax(170px,1.5fr) minmax(100px,.75fr) minmax(145px,1fr) minmax(105px,.75fr) minmax(110px,.8fr) auto;display:grid}.schedule-filter-panel button,.schedule-filter-panel input,.schedule-filter-panel select{border-radius:7px;width:100%;min-width:0;min-height:32px}.schedule-filter-navigation button{white-space:nowrap;width:auto}.schedule-filter-navigation input{width:126px}.schedule-board-heading-actions{flex-wrap:nowrap}.schedule-board-fullscreen-button{white-space:nowrap}.schedule-board-card-fullscreen{z-index:2000;width:100vw;max-width:none;height:100dvh;max-height:none;box-shadow:none;background:#f4f8f8;border:0;border-radius:0;flex-direction:column;margin:0;padding:12px 16px;display:flex;position:fixed;inset:0}.mobile-schedule-page .schedule-board-card.schedule-board-card-fullscreen{margin:0}.schedule-board-card-fullscreen>.native-section-heading,.schedule-board-card-fullscreen .schedule-filter-panel,.schedule-board-card-fullscreen .schedule-board-toolbar,.schedule-board-card-fullscreen .schedule-board-move-tip{flex:none}@media (max-width:1480px){.schedule-filter-panel{grid-template-columns:minmax(0,1fr)}}.schedule-board-card>.native-section-heading{margin-bottom:10px}.schedule-board-toolbar{background:#f5fbfa;border:1px solid #cfe2e0;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;padding:10px 12px;display:flex}.schedule-board-toolbar>div:first-child{gap:2px;min-width:0;display:grid}.schedule-board-toolbar strong{color:#164e4a;font-size:14px}.schedule-board-toolbar span{color:#60737c;font-size:12px;line-height:17px}.schedule-board-toolbar .native-toolbar-actions{flex:none}.schedule-board-display-switch{background:#fff;border:1px solid #cbd9dc;border-radius:8px;padding:2px;display:inline-flex;overflow:hidden}.schedule-board-display-switch button{min-height:28px;box-shadow:none;border:0;border-radius:6px}.schedule-board-display-switch button.native-primary{color:#fff;background:#0f766e}.schedule-board-move-tip{color:#1d4ed8;background:#eff6ff;border:1px solid #93c5fd;border-radius:9px;margin-bottom:10px;padding:9px 12px;font-size:13px;font-weight:700}.schedule-board-scroll{overscroll-behavior-x:contain;background:#fff;border:1px solid #cfdade;border-radius:12px;width:100%;max-width:100%;max-height:none;position:relative;overflow:auto hidden}.schedule-board-card-fullscreen .schedule-board-scroll{overscroll-behavior:contain;flex:auto;min-height:0;max-height:none;overflow:auto}.schedule-board-grid{isolation:isolate;display:grid;position:relative}.schedule-board-corner,.schedule-board-date,.schedule-board-time,.schedule-board-grade,.schedule-board-class,.schedule-board-cell{border-bottom:1px solid #dbe4e7;border-right:1px solid #dbe4e7}.schedule-board-corner{z-index:40;color:#184e49;background:#dff1ef;flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex;position:sticky;top:0;left:0;overflow:hidden;box-shadow:2px 2px #345e5b1f}.schedule-board-corner strong{font-size:14px}.schedule-board-corner span{color:#53726f;font-size:11px}.schedule-board-date{z-index:20;color:#213b42;text-align:center;background:#edf6f5;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:8px 5px;display:flex;position:sticky;left:0}.schedule-board-date strong{font-size:14px}.schedule-board-date span{color:#60757c;font-size:11px}.schedule-board-date em{color:#60757c;background:#ffffffd1;border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal}.schedule-board-date.today{color:#0f766e;background:#cceee8}.schedule-board-time{z-index:19;color:#2e424b;font-variant-numeric:tabular-nums;text-align:center;background:#f7fafb;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:5px 3px;display:flex;position:sticky;left:84px}.schedule-board-time strong{font-size:16px;line-height:1.2}.schedule-board-time span{color:#647780;font-size:13px;font-weight:600;line-height:1.25}.schedule-board-grade{z-index:30;color:#24534f;text-align:center;background:#eaf5f3;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:6px 8px;display:flex;position:sticky;top:0}.schedule-board-grade strong{font-size:14px}.schedule-board-grade span{color:#66807c;font-size:10px}.schedule-board-class{z-index:29;color:#263d46;text-align:center;background:#f7faf9;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;padding:8px 9px;display:flex;position:sticky;top:40px}.schedule-board-class strong,.schedule-board-class span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.schedule-board-class strong{font-size:13px}.schedule-board-class span{color:#71828a;font-size:10px}.schedule-board-grade.grade-boundary,.schedule-board-class.grade-boundary,.schedule-board-cell.grade-boundary,.schedule-board-lesson-stack.grade-boundary{border-left:3px solid #6b9f9a}.schedule-board-date.date-boundary,.schedule-board-time.date-boundary,.schedule-board-cell.date-boundary,.schedule-board-lesson-stack.date-boundary{border-top:3px solid #5f918c}.schedule-board-grade.grade-boundary{box-shadow:inset 3px 0 #1a5c5414}.schedule-board-cell{z-index:1;background:#fff;min-height:90px;padding:3px;position:relative}.schedule-board-cell.today{background:#f7fffd}.schedule-board-empty{color:#b5c2c8;cursor:pointer;opacity:.18;background:0 0;border:1px dashed #0000;border-radius:7px;place-items:center;width:100%;height:100%;min-height:82px;display:grid}.schedule-board-empty:hover{color:#0f766e;opacity:1;background:#f2fbf9;border-color:#8fc7c1}.schedule-board-empty span{font-size:20px}.schedule-board-lesson-stack{z-index:5;pointer-events:none;flex-direction:column;gap:3px;min-width:0;padding:3px;display:flex}.schedule-board-lesson{color:#243946;text-align:left;cursor:grab;pointer-events:auto;background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #3b82f6;border-radius:8px;flex-direction:column;flex:auto;justify-content:center;gap:2px;width:100%;min-width:0;padding:5px 7px;transition:box-shadow .15s,transform .15s,filter .15s;display:flex}.schedule-board-lesson:hover{z-index:6;transform:translateY(-1px);box-shadow:0 5px 14px #244a5a29}.schedule-board-lesson:active{cursor:grabbing}.schedule-board-lesson-course{text-align:center;justify-content:center;align-items:center}.schedule-board-lesson-course .schedule-board-lesson-head{justify-content:center;width:100%}.schedule-board-lesson-course .schedule-board-lesson-head strong{font-size:18px;line-height:22px}.schedule-board-lesson.merged{border-width:2px 2px 2px 5px;min-height:100%;box-shadow:0 3px 10px #2c5c581f}.schedule-board-lesson.selected{outline-offset:-1px;outline:3px solid #2563eb;box-shadow:0 0 0 4px #2563eb2e}.schedule-board-lesson.validation-error{color:#7f1d1d;background:#fff1f2;border-color:#dc2626}.schedule-board-lesson-head{justify-content:space-between;align-items:center;gap:5px;display:flex}.schedule-board-lesson-head strong{font-size:16px;line-height:20px}.schedule-board-lesson-head em{color:#6d28d9;background:#ffffffe0;border-radius:999px;flex:none;padding:1px 5px;font-size:9px;font-style:normal;font-weight:800}.schedule-board-lesson b,.schedule-board-lesson>span:not(.schedule-board-lesson-head),.schedule-board-lesson small{text-overflow:ellipsis;overflow:hidden}.schedule-board-lesson b{font-size:11px;line-height:15px}.schedule-board-lesson .schedule-board-teacher{color:#1f3f48;font-size:14px;line-height:18px}.schedule-board-lesson>span:not(.schedule-board-lesson-head),.schedule-board-lesson small{color:#586d77;white-space:nowrap;font-size:10px;line-height:14px}.schedule-board-issues{background:#dc2626;border-radius:999px;width:fit-content;padding:1px 5px;font-weight:800;color:#fff!important;font-size:9px!important}.schedule-board-lesson.validation-warning .schedule-board-issues{background:#f59e0b}.schedule-board-lesson.schedule-subject-english{background:#f6f1ff;border-color:#d8c7f5 #d8c7f5 #d8c7f5 #8b5cf6}.schedule-board-lesson.schedule-subject-physics{background:#fff7ed;border-color:#fed7aa #fed7aa #fed7aa #f97316}.schedule-board-lesson.schedule-subject-chemistry{background:#f0fdf4;border-color:#bbf7d0 #bbf7d0 #bbf7d0 #22a35a}.schedule-board-lesson.schedule-subject-chinese{background:#fff5f5;border-color:#fecaca #fecaca #fecaca #ef4444}.schedule-board-lesson.validation-error{background:#fff1f2;border-color:#dc2626}.schedule-board-lesson.validation-warning{background:#fffbeb;border-color:#f59e0b}.schedule-list-toolbar,.teacher-schedule-toolbar{background:#f7fbfb;border:1px solid #d8e5e6;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:12px 14px;display:flex}.schedule-list-toolbar>div,.teacher-schedule-toolbar>div{gap:3px;display:grid}.schedule-list-toolbar strong,.teacher-schedule-toolbar strong{color:#173f46;font-size:16px}.schedule-list-toolbar span,.teacher-schedule-toolbar span{color:#667b83;font-size:12px}.schedule-list-groups,.teacher-schedule-list{gap:18px;display:grid}.schedule-list-date,.teacher-schedule-person{background:#fff;border:1px solid #d5e2e4;border-radius:14px;overflow:hidden}.schedule-list-date>header{color:#174b47;background:#eaf5f3;border-bottom:2px solid #a9cbc7;justify-content:space-between;align-items:center;padding:11px 16px;display:flex}.schedule-list-date>header div{align-items:baseline;gap:9px;display:flex}.schedule-list-date>header strong{font-size:17px}.schedule-list-date>header span,.schedule-list-date>header em{color:#5e7778;font-size:12px;font-style:normal}.schedule-list-items{display:grid}.schedule-list-item{border-bottom:1px solid #e1e9eb;grid-template-columns:94px 84px minmax(220px,1.4fr) minmax(140px,.8fr) 78px minmax(210px,auto);align-items:center;gap:13px;min-height:86px;padding:12px 14px;display:grid}.schedule-list-item:last-child{border-bottom:0}.schedule-list-item:hover{background:#fbfefd}.schedule-list-time,.schedule-list-subject,.schedule-list-main,.schedule-list-meta{gap:3px;min-width:0;display:grid}.schedule-list-time{font-variant-numeric:tabular-nums;border-right:2px solid #cfe0e1;padding-right:12px}.schedule-list-time strong{color:#173b44;font-size:18px}.schedule-list-time span{color:#667b83;font-size:13px;font-weight:600}.schedule-list-subject strong{color:#0f766e;font-size:17px}.schedule-list-subject span,.schedule-list-main span,.schedule-list-meta span{color:#6e8188;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.schedule-list-main strong,.schedule-list-meta strong{color:#273f47;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.schedule-list-main .native-tag{vertical-align:middle;margin-left:6px}.schedule-list-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.schedule-list-actions button{min-height:30px;padding:5px 9px;font-size:11px}.teacher-schedule-person>header{background:linear-gradient(135deg,#eaf6f4,#f8fbfb);border-bottom:2px solid #a9cbc7;grid-template-columns:minmax(180px,1fr) minmax(240px,auto) auto;align-items:center;gap:16px;padding:15px 16px;display:grid}.teacher-schedule-identity{align-items:center;gap:11px;display:flex}.teacher-schedule-identity>span{color:#fff;background:#0f766e;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;font-weight:800;display:grid}.teacher-schedule-identity>div{gap:3px;display:grid}.teacher-schedule-identity strong{color:#163d43;font-size:18px}.teacher-schedule-identity small{color:#687d84;font-size:12px}.teacher-schedule-summary,.teacher-schedule-export{flex-wrap:wrap;gap:7px;display:flex}.teacher-schedule-summary span{color:#526d73;background:#fff;border-radius:999px;padding:4px 8px;font-size:11px}.teacher-schedule-toolbar button,.teacher-schedule-export button,.teacher-schedule-table button,.teacher-rate-action{color:#36535a;min-height:32px;font:inherit;cursor:pointer;background:#fff;border:1px solid #bfcfd2;border-radius:7px;padding:5px 11px;font-weight:600}.teacher-schedule-toolbar button:hover,.teacher-schedule-export button:hover,.teacher-schedule-table button:hover,.teacher-rate-action:hover{color:#0f766e;background:#f0faf8;border-color:#16847c}.teacher-schedule-export .native-primary{color:#fff;background:#0f766e;border-color:#0f766e}.teacher-schedule-export .native-primary:hover{color:#fff;background:#0b645e}.teacher-schedule-table-wrap{overflow-x:auto}.teacher-schedule-table{border-collapse:collapse;width:100%;min-width:860px}.teacher-schedule-table th,.teacher-schedule-table td{color:#3f555d;text-align:left;vertical-align:middle;border-bottom:1px solid #e0e9ea;border-right:1px solid #e0e9ea;padding:11px 13px;font-size:12px}.teacher-schedule-table th{color:#506a71;background:#f4f8f8;font-weight:700}.teacher-schedule-table td>span{color:#71858b;margin-top:2px;font-size:10px;display:block}.teacher-schedule-table .teacher-schedule-subject{color:#0f766e;font-size:15px}.teacher-schedule-table .native-tag{margin-left:5px;display:inline-flex}.teacher-fees-page{gap:16px;display:grid}.teacher-fees-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.teacher-fee-filter-card{gap:12px;display:grid}.teacher-fee-filter-grid,.teacher-fee-stat-grid{grid-template-columns:repeat(6,minmax(130px,1fr))}.teacher-fee-time,.teacher-fee-class,.teacher-rate-value,.teacher-rate-specialty{gap:3px;display:grid}.teacher-fee-time span,.teacher-fee-class span,.teacher-rate-value span,.teacher-rate-specialty{color:#71838a;font-size:11px}.teacher-fee-amount{color:#0f766e;font-size:15px}.teacher-rate-value strong{color:#243f47}.teacher-rate-form{max-width:560px}.finance-subnav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.finance-subnav a{color:#3d565c;background:#fff;border:1px solid #d8e4e4;border-radius:12px;gap:3px;padding:12px 15px;text-decoration:none;display:grid}.finance-subnav a span{color:#72858a;font-size:12px}.finance-subnav a.active{color:#0f6f69;background:#eaf8f6;border-color:#128179;box-shadow:inset 3px 0 #128179}.finance-report-bars{gap:8px;margin:4px 0 16px;display:grid}.finance-report-bar{color:#425b61;grid-template-columns:minmax(90px,160px) minmax(120px,1fr) 120px;align-items:center;gap:12px;font-size:12px;display:grid}.finance-report-bar i{background:#edf2f2;border-radius:99px;height:9px;overflow:hidden}.finance-report-bar b{border-radius:inherit;background:linear-gradient(90deg,#1b9289,#62b9a9);height:100%;display:block}.finance-report-bar strong{color:#0f6f69;text-align:right}.finance-filter-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.attendance-report-filter-grid{grid-template-columns:repeat(3,minmax(170px,1fr));margin-bottom:12px}.finance-detail-summary,.attendance-report-summary{margin:14px 0}.finance-detail-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.attendance-report-detail-heading{margin-top:22px}.native-table-secondary{color:#71818c;margin-top:3px;font-size:11px;font-weight:500;display:block}.native-table-footnote{color:#71818c;margin:10px 0 0;font-size:12px}.teacher-rate-summary{flex-wrap:wrap;gap:5px;display:flex}.teacher-rate-summary span{background:#f1f7f6;border-radius:7px;min-width:72px;padding:5px 7px;display:grid}.teacher-rate-summary small{color:#71858a;font-size:10px}.teacher-rate-summary strong{color:#166f69;font-size:12px}@media (max-width:720px){.finance-subnav{grid-template-columns:1fr}.finance-subnav a{padding:10px 12px}.finance-report-bar{grid-template-columns:82px minmax(80px,1fr) 88px;gap:7px}.finance-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.attendance-report-filter-grid{grid-template-columns:1fr}}.schedule-row{display:contents}.schedule-head,.schedule-time,.schedule-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;min-height:72px;padding:10px}.schedule-head{z-index:2;color:#31414f;text-align:center;background:#f5f9f9;min-height:54px;font-weight:700;position:sticky;top:0}.schedule-time-head,.schedule-time{z-index:1;position:sticky;left:0}.schedule-time{color:#6b7280;background:#f8fafb;font-weight:600}.schedule-date{color:#6b7280;margin-top:2px;font-size:12px;font-weight:400}.schedule-cell{min-width:132px}.schedule-cell-button{text-align:left;width:100%;font:inherit;cursor:pointer}.schedule-cell-button:hover{background:#f3faf9;box-shadow:inset 0 0 0 1px #87bdb9}.schedule-cell-button:focus-visible{outline-offset:-2px;outline:2px solid #1677ff}.schedule-event{border-left:3px solid var(--brand);color:#1f2937;background:#eaf6f5;border-radius:8px;flex-direction:column;gap:2px;margin-bottom:6px;padding:8px;font-size:12px;display:flex}.schedule-event strong{color:#183b39;font-size:13px}.schedule-attendance-summary,.schedule-attendance-empty{border-radius:4px;margin-top:2px;padding:3px 6px;font-size:12px}.schedule-attendance-summary{color:#166534;background:#dcfce7}.schedule-attendance-empty{color:#6b7280;background:#f3f4f6}.schedule-class-board{gap:12px;max-width:100%;display:grid;overflow-x:auto}.schedule-class-column{background:#fff;border:1px solid #e5e7eb;min-width:260px}.schedule-class-head{background:#f3f6fb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;min-height:48px;padding:10px 12px;display:flex}.schedule-class-head span{color:#6b7280;font-size:12px}.schedule-inline-form{background:#fbfcff;border-bottom:1px solid #e5e7eb;gap:8px;padding:12px;display:grid}.schedule-class-events{min-height:180px;padding:12px}.schedule-empty,.schedule-empty-panel{color:#9ca3af;font-size:13px}.schedule-empty-panel{background:#fff;border:1px solid #e5e7eb;min-height:180px;padding:24px}.schedule-copy-summary{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.6}.schedule-validation-focus{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 16px;display:grid}.schedule-validation-item{border:1px solid var(--border);min-width:0;min-height:132px;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:8px;align-content:start;gap:5px;padding:12px;display:grid}.schedule-validation-item:disabled{cursor:not-allowed;opacity:.68}.schedule-validation-item span{border-radius:999px;width:fit-content;padding:2px 7px;font-size:12px;line-height:16px}.schedule-validation-item strong{color:#20323d;font-size:15px;line-height:20px}.schedule-validation-item small{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px;overflow:hidden}.schedule-validation-card-lessons{gap:4px;min-width:0;display:grid}.schedule-validation-card-lessons b{color:#33444f;text-overflow:ellipsis;white-space:nowrap;background:#ffffffb8;border-radius:6px;min-width:0;padding:4px 6px;font-size:12px;font-weight:700;line-height:16px;overflow:hidden}.schedule-validation-item em{color:var(--brand);margin-top:auto;font-size:12px;font-style:normal;font-weight:700}.schedule-validation-error{background:#fff7f6;border-color:#f0c2c0}.schedule-validation-error span{color:#b42318;background:#ffe4e0}.schedule-validation-warning{background:#fffaf0;border-color:#efd6a8}.schedule-validation-warning span{color:#9a6416;background:#fff1d6}.schedule-validation-lessons{gap:5px;min-width:180px;display:grid}.schedule-validation-lesson-chip{color:#24414a;width:100%;min-width:0;font:inherit;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#f8fbfb;border:1px solid #d8e8e7;border-radius:7px;padding:5px 7px;font-size:12px;line-height:16px;display:block;overflow:hidden}.schedule-validation-lesson-chip:hover{color:var(--brand);background:#eef8f7;border-color:#8cc5c1}.schedule-validation-lesson-chip:disabled{cursor:not-allowed;opacity:.6}.finance-reconciliation-queue{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.finance-reconciliation-item{border:1px solid var(--border);min-width:0;min-height:112px;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:8px;align-content:start;gap:5px;padding:12px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.finance-reconciliation-item:hover{border-color:#9ccfc9;transform:translateY(-1px);box-shadow:0 10px 22px #165c5b17}.finance-reconciliation-item span{border-radius:999px;width:fit-content;padding:2px 7px;font-size:12px;line-height:16px}.finance-reconciliation-item strong{color:#20323d;overflow-wrap:anywhere;min-width:0;font-size:15px;line-height:20px}.finance-reconciliation-item small{color:var(--muted);overflow-wrap:anywhere;font-size:12px;line-height:17px}.finance-reconciliation-item em{color:var(--brand);margin-top:auto;font-size:12px;font-style:normal;font-weight:700}.finance-reconciliation-exception{background:#fff7f6;border-color:#f0c2c0}.finance-reconciliation-exception span{color:#b42318;background:#ffe4e0}.finance-reconciliation-pending{background:#fffaf0;border-color:#efd6a8}.finance-reconciliation-pending span{color:#9a6416;background:#fff1d6}.finance-reconciliation-empty{border:1px dashed var(--border);color:var(--muted);border-radius:8px;margin-top:14px;padding:14px;font-size:13px}.attendance-section+.attendance-section{margin-top:24px}.attendance-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:16px;display:grid}.attendance-main-card{min-width:0}.attendance-side-card{position:sticky;top:88px}.attendance-layout-single{grid-template-columns:1fr}.attendance-section-title{color:#374151;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-bottom:12px;font-weight:700;display:flex}.attendance-section-title>span{gap:3px;display:grid}.attendance-longpress-hint{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.attendance-grid{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px;display:grid}.attendance-student{display:block}.attendance-student button{color:#111827;min-height:54px;font:inherit;text-align:left;cursor:pointer;border:1px solid #d1d5db;border-radius:6px;flex-direction:column;justify-content:center;align-items:flex-start;padding:7px 8px;display:flex;position:relative}.attendance-student button strong{font-size:13px;line-height:18px}.attendance-student button span{margin-top:2px;font-size:12px}.attendance-student button em{color:#fff;background:#1677ff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-style:normal;display:inline-flex;position:absolute;top:4px;right:5px}.attendance-present button{background:#dcfce7;border-color:#86efac}.attendance-pending button{background:#fff;border-color:#d1d5db}.attendance-late button{background:#ffedd5;border-color:#fdba74}.attendance-leave button{background:#dbeafe;border-color:#93c5fd}.attendance-absent button{background:#fee2e2;border-color:#fca5a5}@media (max-width:980px){.attendance-layout{grid-template-columns:1fr}.attendance-side-card{position:static}}@media (max-width:1280px){.app-header{padding:0 18px}.app-content{padding:22px}.native-action-grid,.native-metric-grid,.native-dashboard-grid,.native-dashboard-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-filter-panel{grid-template-columns:minmax(0,1fr)}}@media (min-width:761px){.mobile-schedule-page{gap:12px;font-size:13px}.mobile-schedule-page .page-title h1{font-size:28px;line-height:1.2}.mobile-schedule-page .page-title p{margin-top:3px;font-size:12px}.mobile-schedule-page>.native-card,.mobile-schedule-page .schedule-native-tabs .native-card{padding:16px 18px}.mobile-schedule-page .native-dashboard-section{margin-top:12px}.mobile-schedule-page .native-toolbar-actions{gap:6px}.mobile-schedule-page .native-toolbar-actions button,.mobile-schedule-page .native-toolbar-actions input,.mobile-schedule-page .native-toolbar-actions select{min-height:32px}.mobile-schedule-page .schedule-tab-switcher{margin-bottom:10px}}@media (max-width:760px){:root{--mobile-bottom-nav-height:76px}body{background:#f6f8f9}.operation-focus-grid{grid-template-columns:1fr}.operation-focus-item{min-height:112px}.native-shell{grid-template-columns:minmax(0,1fr)}.native-sidebar{display:none}.native-main{width:100%}.native-menu-button{color:#526170;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:8px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.native-menu-button:hover{color:var(--brand);background:var(--brand-soft)}.native-mobile-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:20px;font-weight:850;line-height:38px;display:block;overflow:hidden}.native-nav-backdrop{z-index:80;background:#0f172a57;border:0;display:block;position:fixed;inset:0}.native-mobile-drawer{z-index:90;border-right:1px solid var(--border);background:#fff;width:min(304px,84vw);max-width:100vw;transition:transform .18s;display:block;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-100%);box-shadow:16px 0 36px #0f172a2e}.native-nav-open .native-mobile-drawer{transform:translate(0)}.native-mobile-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.native-mobile-drawer-header .app-logo{flex:1}.native-mobile-drawer-header button{color:#526170;cursor:pointer;background:#fff;border:1px solid #dce4e9;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;margin-right:12px;display:inline-flex}.app-header{background:linear-gradient(135deg,#087a77 0%,#116f72 55%,#0d5665 100%);border-bottom:0;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;height:auto;min-height:104px;padding:12px 14px 14px;display:grid;position:sticky;top:0;box-shadow:0 12px 30px #0f4a522e}.native-search{background:#fffffff7;border:0;border-radius:16px;flex:1;grid-column:1/-1;width:auto;height:44px;font-size:15px;box-shadow:0 10px 24px #132c3529}.native-search-results{z-index:70;top:54px}.native-menu-button{color:#fff;background:#ffffff29;border-color:#ffffff61}.native-account{color:#fff;justify-content:flex-end;gap:4px}.native-account .native-primary,.native-account .native-user,.native-account>button:last-child{display:none}.native-account button{padding-inline:8px}.app-content{padding:8px 12px calc(var(--mobile-bottom-nav-height) + 24px);overflow-x:hidden}.native-bottom-nav{z-index:60;height:var(--mobile-bottom-nav-height);padding:7px 8px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-top:1px solid #dfe5eae6;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -10px 28px #17212b14}.native-bottom-nav a{color:#66717d;border-radius:16px;align-content:center;justify-items:center;gap:4px;min-width:0;font-size:12px;font-weight:600;display:grid}.native-bottom-nav a.active{color:var(--brand);background:linear-gradient(#e8f7f5,#ddf2ef);box-shadow:inset 0 0 0 1px #137b7814}.native-mobile-fab{right:14px;bottom:calc(var(--mobile-bottom-nav-height) + 18px);z-index:62;color:#fff;background:linear-gradient(145deg,#11928d,#05706e);border-radius:50%;place-items:center;gap:0;width:62px;height:62px;font-size:12px;font-weight:700;display:grid;position:fixed;box-shadow:0 16px 34px #07706e47}.native-mobile-fab span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.page-title h1{white-space:normal}.page-title{margin-bottom:8px}.page-title h1{font-size:22px;line-height:28px}.page-title p{font-size:13px;line-height:1.55}.native-page-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.native-page-heading>div:first-child{min-width:0}.native-page-heading>div:last-child{grid-template-columns:1fr;justify-content:stretch;width:148px;max-width:42vw;display:grid}.native-page-heading button{white-space:nowrap;justify-content:center;width:100%;min-height:32px;padding-inline:8px}.native-filter-grid{grid-template-columns:1fr}.quick-actions-card{display:none}.native-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:0;padding-bottom:2px;overflow-x:auto}.native-metric-grid .metric-card{text-align:center;border-radius:12px;min-width:84px;padding:14px 10px}.metric-card .native-stat{gap:7px}.metric-card .native-stat span{color:#5d6975;min-height:34px;font-size:12px;line-height:17px}.metric-card .native-stat strong{letter-spacing:0;font-size:26px}.metric-card:nth-child(n+5){display:none}.native-dashboard-grid,.native-dashboard-grid-wide{grid-template-columns:1fr;gap:8px;margin-top:8px}.native-card{border-radius:10px;padding:10px;box-shadow:0 1px 2px #16222d09}.native-card h2{margin-bottom:10px;font-size:16px}.native-dashboard-section{margin-top:8px}.native-page-stack,.native-form-stack,.native-tabs{gap:8px}.native-section-heading{margin-bottom:10px}.mobile-workbench-card{margin-top:12px;display:block}.mobile-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.mobile-section-heading h2{margin:0}.mobile-section-heading button{color:#61707e;font:inherit;background:0 0;border:0;font-size:13px}.mobile-task-list{display:grid}.mobile-task-row{border:0;border-bottom:1px solid var(--border);color:#263642;width:100%;min-height:86px;font:inherit;text-align:left;background:0 0;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 0;display:grid}.mobile-task-row:last-child{border-bottom:0}.mobile-task-icon{width:46px;height:46px;color:var(--brand);background:#e7f5f3;border-radius:50%;place-items:center;display:grid}.mobile-task-warning .mobile-task-icon{color:#c56f00;background:#fff4dd}.mobile-task-danger .mobile-task-icon{color:#d92d20;background:#fff0ef}.mobile-task-info .mobile-task-icon{color:#2368c4;background:#edf5ff}.mobile-task-success .mobile-task-icon{color:#14715f;background:#eaf7f3}.mobile-task-copy{gap:3px;min-width:0;display:grid}.mobile-task-copy>span{align-items:center;gap:8px;min-width:0;display:flex}.mobile-task-copy strong{color:var(--brand);font-size:17px}.mobile-task-copy em{color:#526170;background:#edf2f7;border-radius:7px;padding:2px 7px;font-size:12px;font-style:normal;font-weight:700}.mobile-task-copy b{color:#1f2933;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:21px;overflow:hidden}.mobile-task-copy small{color:#6c7884;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.mobile-task-action{min-width:68px;color:var(--brand);text-align:center;border:1px solid;border-radius:9px;padding:7px 10px;font-size:13px;font-weight:700}.mobile-empty-state{color:#66717d;text-align:center;align-content:center;gap:8px;min-height:132px;display:grid}.mobile-empty-state strong{color:#263642;font-size:16px}.mobile-empty-state span{font-size:13px;line-height:1.55}.mobile-empty-state button{border:1px solid var(--brand);min-height:36px;color:var(--brand);font:inherit;background:#fff;border-radius:9px;justify-self:center;padding:0 14px;font-weight:700}.mobile-home-page .native-dashboard-section:nth-of-type(n+4){display:none}.native-table-wrap{border-radius:12px}.native-table{min-width:0;font-size:13px}.native-table th{display:none}.native-table tr,.native-table td{display:block}.native-table tbody tr{border-bottom:1px solid var(--border);padding:12px 86px 12px 12px;position:relative}.native-table tbody tr:last-child{border-bottom:0}.native-table td{color:#34404a;border:0;padding:0;line-height:1.5}.native-table td:first-child{color:var(--brand);font-size:19px;font-weight:800}.native-table td:nth-child(2){color:#17212b;margin-top:2px;font-size:16px;font-weight:700}.native-table td:last-child{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.native-link-button{border:1px solid;border-radius:8px;min-height:36px;padding:0 12px;font-weight:700}.native-toolbar-actions{align-items:stretch}.native-toolbar-actions span{text-align:right;width:100%;margin-left:0}.native-toolbar-actions button{flex:120px}.native-section-heading{align-items:stretch}.native-section-heading h2,.native-section-heading select{flex:100%}.schedule-tab-switcher{width:100%}.schedule-tab-button{flex:120px}.schedule-native-tabs,.schedule-native-tabs .native-tabs-panel,.schedule-native-tabs .native-tabs-list,.schedule-native-tabs .native-card{min-width:0;max-width:100%}.schedule-grid,.schedule-class-board{overscroll-behavior-x:contain;width:100%;max-width:100%}.schedule-grid{grid-template-columns:72px repeat(7,minmax(128px,1fr))}.attendance-filter-panel,.attendance-filter-panel .native-filter-grid,.attendance-section,.attendance-section-title,.attendance-grid{min-width:0;max-width:100%}.attendance-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.attendance-stat-grid{border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:0}.attendance-mobile-summary{background:var(--border);grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:12px;padding:0;display:grid;overflow:hidden}.attendance-mobile-summary .native-stat{text-align:center;background:#fff;min-height:66px;padding:9px 4px}.attendance-mobile-summary .native-stat span{color:#3d4752;font-size:12px;line-height:15px}.attendance-mobile-summary .native-stat strong{color:var(--brand);letter-spacing:0;font-size:22px}.attendance-mobile-action-bar{z-index:24;bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 8px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #10182814;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:8px;margin:12px 0 0;padding:10px;display:grid;position:sticky;box-shadow:0 12px 34px #0f1f2e2e}.attendance-mobile-action-bar div{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2px;min-width:0;display:grid}.attendance-mobile-action-bar strong{color:#152331;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;overflow:hidden}.attendance-mobile-action-bar span{color:#657483;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.attendance-mobile-action-bar button{color:#1f2e3a;white-space:nowrap;background:#fff;border:1px solid #d7e0e6;border-radius:12px;min-width:0;min-height:38px;padding:0 6px;font-size:12px;font-weight:800}.attendance-mobile-action-bar button:disabled{color:#98a2ad}.attendance-empty-lessons{color:#697786;background:#f8fafb;border:1px dashed #c9d6dd;border-radius:12px;gap:6px;margin-top:14px;padding:18px;font-size:13px;line-height:1.55;display:grid}.attendance-empty-lessons strong{color:#263642;font-size:15px}.attendance-stat-grid .native-stat{text-align:center;min-height:62px;padding:8px 4px}.attendance-stat-grid .native-stat span{min-height:0;font-size:12px;line-height:14px}.attendance-stat-grid .native-stat strong{font-size:22px;line-height:24px}.attendance-filter-panel .native-lesson-picker{gap:10px;margin-top:14px;padding-bottom:2px;display:flex;overflow-x:auto}.attendance-filter-panel .native-lesson-picker label{background:#fff;border-radius:12px;flex:0 0 164px;min-height:112px;font-size:13px}.attendance-filter-panel .native-lesson-picker label:has(input:checked){border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand)}.attendance-filter-panel .native-lesson-picker input{accent-color:var(--brand);margin-top:2px}.attendance-section-title{align-items:flex-start}.attendance-section-title>span{flex:100%;font-size:14px;line-height:1.5}.attendance-longpress-hint{font-size:12px;line-height:16px}.attendance-section-title .native-table-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%;display:grid}.attendance-section-title .native-table-actions button{background:#fff;border:1px solid #dce4e9;border-radius:10px;min-height:40px;font-size:12px;font-weight:700}.attendance-student button{text-align:center;border-radius:10px;align-items:center;min-height:70px;padding:7px 5px}.attendance-student button strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;line-height:17px;overflow:hidden}.attendance-student button span{color:#fff;background:currentColor;border-radius:6px;padding:2px 6px;font-size:11px;font-weight:700}.attendance-student button em{background:#2676e8;top:6px;right:6px}.attendance-present button{color:#1f8f4d}.attendance-late button{color:#b46a08}.attendance-leave button{color:#2874ba}.attendance-absent button{color:#cc3129}.attendance-pending button{color:#7a858f}.attendance-present button span{background:#1f8f4d}.attendance-late button span{background:#b46a08}.attendance-leave button span{background:#2874ba}.attendance-absent button span{background:#cc3129}.attendance-pending button span{background:#7a858f}.attendance-side-card{position:static}.native-drawer-backdrop{justify-content:center;align-items:flex-end;padding:0}.native-drawer{overscroll-behavior:contain;border-radius:22px 22px 0 0;width:100%;height:min(82dvh,720px);max-height:calc(100dvh - 10px);max-width:100%!important}.native-drawer header{border-radius:22px 22px 0 0;grid-template-columns:minmax(78px,1fr) minmax(0,auto);align-items:center;gap:6px;min-height:50px;padding:7px 10px;display:grid}.native-drawer header h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;overflow:hidden}.native-drawer header>div{scrollbar-width:none;justify-content:flex-end;gap:6px;min-width:0;display:flex;overflow-x:auto}.native-drawer header>div::-webkit-scrollbar{display:none}.native-drawer header>div>.native-toolbar-actions{flex-wrap:nowrap;flex:none;gap:6px;width:auto;margin:0;display:flex}.native-drawer header button{white-space:nowrap;border-radius:9px;flex:none;justify-content:center;width:auto;min-width:0;min-height:34px;padding:4px 6px;font-size:13px}.native-drawer-body{padding:12px 16px calc(var(--mobile-bottom-nav-height) + 18px);-webkit-overflow-scrolling:touch}.native-drawer .native-form-stack,.native-drawer .native-form{gap:14px}.native-drawer input,.native-drawer select,.native-drawer textarea,.native-modal input,.native-modal select,.native-modal textarea{min-height:44px;font-size:16px}.native-modal-backdrop{align-items:flex-end;padding:0}.native-modal{border-radius:22px 22px 0 0;width:100%;max-height:min(78dvh,640px);overflow:auto}.native-modal header,.native-modal footer{z-index:2;background:#fff;position:sticky}.native-modal header{top:0}.native-modal footer{padding-bottom:calc(16px + env(safe-area-inset-bottom));bottom:0}.native-modal-body{padding:16px}.native-drawer .native-page-stack .native-card{padding:14px}.mobile-page>.page-title>.native-toolbar-actions,.mobile-page .page-title>.native-toolbar-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:8px;width:100%;margin-top:0;display:grid}.mobile-page .page-title>.native-toolbar-actions>div:first-child{display:none}.mobile-page .page-title>.native-toolbar-actions>.native-toolbar-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;margin-top:0;display:grid}.mobile-page .page-title{margin:0 0 8px;padding-top:0}.mobile-page .page-title h1,.mobile-page .page-title p{display:none}.mobile-page .page-title .native-toolbar-actions button{color:#20323d;background:#fff;border:1px solid #d8e3e7;border-radius:10px;min-height:36px;padding-inline:8px;font-size:13px;font-weight:800}.mobile-students-page>.native-card .native-toolbar-actions:first-child{grid-template-columns:minmax(0,1fr) 108px;align-items:stretch;gap:6px;display:grid;margin-bottom:8px!important}.mobile-students-page>.native-card .native-toolbar-actions:first-child input{grid-column:1/-1;width:100%!important}.mobile-students-page>.native-card .native-toolbar-actions:first-child select{width:100%!important}.mobile-students-page>.native-card .native-toolbar-actions:first-child input,.mobile-students-page>.native-card .native-toolbar-actions:first-child select{color:#24323d;min-height:38px;font:inherit;appearance:none;background-color:#fff;border:1px solid #d6e0e5;border-radius:10px;outline:0;padding:7px 12px;font-size:14px;box-shadow:0 1px 2px #16222d08}.mobile-students-page>.native-card .native-toolbar-actions:first-child select{background-image:linear-gradient(45deg,#0000 50%,#61707d 50%),linear-gradient(135deg,#61707d 50%,#0000 50%);background-position:calc(100% - 18px) 16px,calc(100% - 12px) 16px;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:34px}.mobile-students-page>.native-card .native-toolbar-actions:first-child input:focus,.mobile-students-page>.native-card .native-toolbar-actions:first-child select:focus{border-color:#0f8580;box-shadow:0 0 0 3px #0f85801c}.mobile-students-page .native-table tbody tr{grid-template-columns:minmax(86px,1fr) 36px minmax(86px,1fr) auto;align-items:center;gap:2px 7px;padding:7px 10px;display:grid}.mobile-students-page .native-table td{min-width:0;padding:0}.mobile-students-page .native-table td:first-child{color:var(--brand);grid-column:1/2;font-size:15px;font-weight:800;line-height:19px}.mobile-students-page .native-table td:nth-child(2){color:#101828;grid-column:2/3;margin:0;font-size:12px;font-weight:700;line-height:17px}.mobile-students-page .native-table td:nth-child(3){display:none}.mobile-students-page .native-table td:nth-child(4),.mobile-students-page .native-table td:nth-child(6),.mobile-students-page .native-table td:nth-child(7),.mobile-students-page .native-table td:nth-child(8){color:#5b6875;grid-column:3/4;font-size:12px;line-height:16px}.mobile-students-page .native-table td:nth-child(6),.mobile-students-page .native-table td:nth-child(7){display:inline}.mobile-students-page .native-table td:nth-child(6):after{content:" /"}.mobile-students-page .native-table td:nth-child(5),.mobile-students-page .native-table td:nth-child(9){grid-column:4/5;place-self:start end}.mobile-students-page .native-table td:nth-child(5) .student-status-stack{max-width:68px}.mobile-students-page .native-table td:nth-child(5) .native-status,.mobile-students-page .native-table td:nth-child(5) .student-arrears-badge{height:20px;min-height:20px;padding:0 6px;font-size:11px;line-height:20px}.mobile-students-page .native-table td:last-child{grid-column:1/-1;position:static;transform:none}.mobile-students-page.student-detail-mode .native-table tbody tr{grid-template-columns:minmax(0,1fr) 56px;align-items:start;gap:3px 10px}.mobile-students-page.student-detail-mode .native-table td:nth-child(8){display:none}.mobile-students-page.student-detail-mode .native-table td:first-child{grid-area:1/1/auto/2;min-height:22px}.mobile-students-page.student-detail-mode .native-table td:nth-child(2){color:#60717c;grid-area:3/1/auto/2}.mobile-students-page.student-detail-mode .native-table td:nth-child(4){color:#566772;grid-area:4/1/auto/2}.mobile-students-page.student-detail-mode .native-table td:nth-child(5){grid-area:1/2/auto/3;justify-self:end}.mobile-students-page.student-detail-mode .native-table td:nth-child(6){color:#1f2f38;text-overflow:ellipsis;white-space:nowrap;grid-area:2/1/auto/2;max-width:100%;font-size:13px;font-weight:700;line-height:18px;display:block;overflow:hidden}.mobile-students-page.student-detail-mode .native-table td:nth-child(6):after{content:""}.mobile-students-page.student-detail-mode .native-table td:nth-child(7){color:#60717c;grid-area:5/1/auto/2}.mobile-students-page.student-detail-mode .native-table td:nth-child(9){grid-area:2/2/auto/3;place-self:start end}.mobile-students-page.student-detail-mode .native-table td:last-child{grid-area:3/2/span 2/3;place-self:start end;display:block}.mobile-students-page.student-detail-mode .native-table td:last-child .native-toolbar-actions{margin-top:0;display:block}.mobile-students-page.student-detail-mode .native-table td:last-child button:not(:first-child){display:none}.mobile-students-page.student-detail-mode .native-table td:last-child button:first-child{min-width:44px;min-height:28px;padding-inline:6px;font-size:11px}.mobile-students-page.student-simple-mode .native-table tbody tr{grid-template-columns:minmax(0,1fr) auto}.mobile-students-page.student-simple-mode .native-table td:nth-child(2),.mobile-students-page.student-simple-mode .native-table td:nth-child(4),.mobile-students-page.student-simple-mode .native-table td:nth-child(6),.mobile-students-page.student-simple-mode .native-table td:nth-child(7),.mobile-students-page.student-simple-mode .native-table td:nth-child(8),.mobile-students-page.student-simple-mode .native-table td:nth-child(9),.mobile-students-page.student-simple-mode .native-table td:last-child{display:none}.mobile-students-page.student-simple-mode .native-table td:first-child{grid-column:1/2}.mobile-students-page.student-simple-mode .native-table td:nth-child(5){grid-column:2/3}.mobile-students-page .native-table td:last-child .native-toolbar-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:4px;display:grid}.mobile-students-page .native-table td:last-child button{white-space:nowrap;background:#fff;border:1px solid #dce4e9;border-radius:7px;min-height:28px;padding:0 4px;font-size:11px}.mobile-students-page .student-page-heading{gap:8px;display:grid}.mobile-students-page .student-page-actions{grid-template-columns:.72fr 1fr 1fr 1fr;width:100%}.mobile-students-page .student-page-actions button{min-height:36px;padding-inline:6px;font-size:12px}.mobile-students-page .student-detail-drawer-actions{display:contents!important}.mobile-students-page .student-detail-drawer-actions+button,.mobile-students-page .student-detail-drawer-actions button{min-height:32px;padding-inline:4px;font-size:12px}.mobile-students-page .native-drawer header:has(.student-detail-drawer-actions){grid-template-columns:minmax(64px,.9fr) repeat(5,minmax(44px,1fr));gap:4px}.mobile-students-page .native-drawer-body>.native-form-stack>.native-alert:first-child{display:none}.mobile-students-page .student-detail-orders .native-table-wrap{overflow:visible}.mobile-students-page .student-detail-orders .native-table tbody tr{background:#fff;border:1px solid #dce4e9;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:12px;display:grid}.mobile-students-page .student-detail-orders .native-table td{min-width:0;padding:0;font-size:12px;line-height:17px}.mobile-students-page .student-detail-orders .native-table td:first-child{color:#4c5b68;grid-column:1/-1}.mobile-students-page .student-detail-orders .native-table td:nth-child(2){color:#20323d;white-space:normal;word-break:break-word;grid-column:1/-1;font-size:13px;font-weight:800}.mobile-students-page .student-detail-orders .native-table td:nth-child(3),.mobile-students-page .student-detail-orders .native-table td:nth-child(4),.mobile-students-page .student-detail-orders .native-table td:nth-child(5){color:#526170;grid-column:auto}.mobile-students-page .student-detail-orders .native-table td:nth-child(6){color:var(--brand);justify-self:end;font-weight:800}.mobile-students-page .student-detail-orders .native-table td:nth-child(7){color:#66717d;justify-self:end}.mobile-students-page .student-detail-orders .student-order-no{max-width:100%}.mobile-students-page .student-clickable-row:active td{background:#eef8f7}.student-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-detail-summary-item{min-height:68px;padding:10px}.student-detail-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-detail-profile-item{grid-template-columns:64px minmax(0,1fr);min-height:44px;padding:7px 8px}.student-detail-profile-name,.student-detail-profile-phone,.student-detail-profile-notes{grid-column:1/-1}.student-detail-profile-item strong,.student-detail-profile-item a{font-size:13px}.student-detail-orders .native-table th,.student-detail-orders .native-table td{padding:7px 8px;font-size:12px}.student-detail-summary-item strong{font-size:18px;line-height:22px}.mobile-billing-page>.native-split-layout,.mobile-payments-page>.native-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid;margin-bottom:12px!important}.mobile-billing-page>.native-split-layout .native-card,.mobile-payments-page>.native-metric-grid .native-card{min-height:94px;padding:13px 10px}.mobile-billing-page>.native-split-layout .native-stat span,.mobile-payments-page>.native-metric-grid .native-stat span{min-height:32px;font-size:12px;line-height:16px}.mobile-billing-page>.native-split-layout .native-stat strong,.mobile-payments-page>.native-metric-grid .native-stat strong{font-size:22px}.mobile-billing-page .billing-aging-card{display:none}.mobile-billing-page .billing-orders-card{margin-top:12px}.mobile-billing-page .billing-orders-card>.native-section-heading{display:block}.mobile-billing-page .billing-orders-card>.native-section-heading h2{display:none}.mobile-billing-page .native-tabs-list,.mobile-schedule-page .native-tabs-list{border-bottom:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.mobile-billing-page .native-tab-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.mobile-billing-page .native-table tbody tr,.mobile-payments-page .native-table tbody tr{padding:14px}.mobile-billing-page .native-table td:last-child,.mobile-payments-page .native-table td:last-child{position:static;transform:none}.mobile-billing-page .native-table td:nth-child(n+7):not(:last-child),.mobile-payments-page .native-table td:nth-child(n+5):not(:last-child){display:none}.mobile-payments-page .native-table td:nth-child(5){display:block}.mobile-payments-page .native-table td:nth-child(6),.mobile-payments-page .native-table td:nth-child(7),.mobile-payments-page .native-table td:nth-child(8){display:none}.mobile-billing-page .native-table td:last-child .native-toolbar-actions,.mobile-payments-page .native-table td:last-child .native-toolbar-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.mobile-billing-page .native-table td:last-child button,.mobile-payments-page .native-table td:last-child button{background:#fff;border:1px solid #dce4e9;border-radius:9px;min-height:36px;font-size:13px}.mobile-billing-page .billing-orders-card{padding:12px}.mobile-billing-page .billing-orders-card .native-table tbody tr{grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:12px;display:grid}.mobile-billing-page .billing-orders-card .native-table td{border:0;min-width:0;padding:0;font-size:12px;line-height:17px}.mobile-billing-page .billing-orders-card .native-table td:first-child{color:#52636d;text-overflow:ellipsis;white-space:nowrap;grid-area:2/1/auto/-1;margin-top:1px;font-size:12px;font-weight:600;overflow:hidden}.mobile-billing-page .billing-orders-card .native-table td:first-child button{min-height:0;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;white-space:nowrap;background:0 0;border:0;padding:0}.mobile-billing-page .billing-orders-card .native-table td:nth-child(2){color:#1f2f38;grid-area:1/1;font-size:16px;font-weight:800;line-height:21px}.mobile-billing-page .billing-orders-card .native-table td:nth-child(3){color:var(--muted);grid-area:4/1/auto/-1}.mobile-billing-page .billing-orders-card .native-table td:nth-child(4){color:#52636d;text-overflow:ellipsis;white-space:nowrap;grid-area:3/1/auto/-1;display:block;overflow:hidden}.mobile-billing-page .billing-orders-card .native-table td:nth-child(5),.mobile-billing-page .billing-orders-card .native-table td:nth-child(6){display:none}.mobile-billing-page .billing-orders-card .native-table td:nth-child(9){color:#9a6416;white-space:nowrap;background:#fff1d6;border-radius:999px;grid-area:1/2;align-self:start;padding:4px 7px;font-size:13px;font-weight:800;line-height:18px;display:block}.mobile-billing-page .billing-orders-card .native-table td:nth-child(9) span{color:inherit}.mobile-billing-page .billing-orders-card .native-table td:nth-child(13){grid-area:5/1;width:fit-content;margin-top:2px;display:block}.mobile-billing-page .billing-orders-card .native-table td:nth-child(13) .native-tag{margin:0}.mobile-billing-page .billing-orders-card .native-table td:last-child{grid-area:6/1/auto/-1;margin-top:5px}.mobile-billing-page .billing-orders-card .native-table td:last-child .native-toolbar-actions{grid-template-columns:1fr auto;align-items:stretch}.mobile-billing-page .billing-orders-card .native-table td:last-child button{width:100%;min-height:34px}.mobile-payments-page .finance-filter-grid{grid-template-columns:1fr 1fr;gap:8px}.mobile-payments-page>.native-page-heading>.finance-page-actions{justify-content:stretch;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;max-width:none!important;display:grid!important}.mobile-payments-page>.native-page-heading>.finance-page-actions button{color:#20323d;background:#fff;border:1px solid #d8e3e7;border-radius:10px;width:100%;min-height:38px;padding-inline:8px;font-size:13px;font-weight:800}.mobile-payments-page .finance-filter-grid label:first-child,.mobile-payments-page .finance-filter-grid label:nth-child(6){grid-column:1/-1}.mobile-payments-page .finance-advanced-filter{display:none}.mobile-payments-page .finance-reconciliation-flow .native-section-heading>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.mobile-payments-page .finance-reconciliation-flow .native-section-heading button{min-height:36px;padding-inline:8px;font-size:12px}.mobile-payments-page .finance-reconciliation-queue{grid-template-columns:1fr}.mobile-payments-page .finance-reconciliation-item{min-height:88px}.mobile-payments-page .finance-student-detail-section .native-table td:nth-child(6){color:var(--brand);font-size:15px;font-weight:800;display:block}.mobile-payments-page .finance-query-section,.mobile-payments-page .finance-payment-ledger-section{padding:12px}.mobile-payments-page .finance-payment-ledger-section>h2{margin-bottom:10px;font-size:15px;line-height:20px}.mobile-payments-page .finance-payment-ledger-section .native-table tbody tr{grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:12px 12px 10px;display:grid;position:relative}.mobile-payments-page .finance-payment-ledger-section .native-table td{border:0;min-width:0;padding:0;font-size:12px;line-height:17px}.mobile-payments-page .finance-payment-ledger-section .native-table td:first-child{color:var(--muted);grid-area:2/1}.mobile-payments-page .finance-payment-ledger-section .native-table td:nth-child(2){color:#1f2f38;grid-area:1/1;font-size:16px;font-weight:800;line-height:21px}.mobile-payments-page .finance-payment-ledger-section .native-table td:nth-child(3),.mobile-payments-page .finance-payment-ledger-section .native-table td:nth-child(4){color:#52636d;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;overflow:hidden}.mobile-payments-page .finance-payment-ledger-section .native-table td:nth-child(5){color:var(--brand);white-space:nowrap;background:#eef8f7;border-radius:999px;grid-area:1/2/span 2;align-self:start;padding:4px 7px;font-size:13px;font-weight:800;line-height:18px;display:block}.mobile-payments-page .finance-payment-ledger-section .native-table td:last-child{grid-column:1/-1;margin-top:4px}.mobile-payments-page .finance-payment-ledger-section .native-table td:last-child .native-link-button{width:100%;min-height:34px}.mobile-courses-page>.native-card,.mobile-imports-page>.native-card,.mobile-settings-page>.native-card,.mobile-settings-page .native-tabs-panel>.native-card{padding:12px}.mobile-courses-page .page-title>.native-toolbar-actions,.mobile-settings-page .page-title>.native-toolbar-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.mobile-courses-page .page-title>.native-toolbar-actions>.native-toolbar-actions,.mobile-settings-page .page-title>.native-toolbar-actions>.native-toolbar-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.mobile-courses-page .page-title button,.mobile-settings-page .page-title button{color:#20323d;background:#fff;border:1px solid #d8e3e7;border-radius:10px;min-height:36px;padding-inline:6px;font-size:12px;font-weight:800}.mobile-courses-page .native-tabs-list,.mobile-settings-page .native-tabs-list,.mobile-imports-page .native-tab-list{overscroll-behavior-x:contain;scrollbar-width:none;border-bottom:0;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.mobile-courses-page .native-tabs-list::-webkit-scrollbar{display:none}.mobile-settings-page .native-tabs-list::-webkit-scrollbar{display:none}.mobile-imports-page .native-tab-list::-webkit-scrollbar{display:none}.mobile-courses-page .native-tabs{gap:8px}.mobile-courses-page .native-tabs-list button,.mobile-settings-page .native-tabs-list button,.mobile-imports-page .native-tab-list button{color:#263640;white-space:nowrap;background:#fff;border:1px solid #d8e3e7;border-radius:10px;flex:none;min-height:36px;padding:0 12px;font-size:13px;font-weight:800}.mobile-settings-page .native-tabs-list button:disabled{display:none}.mobile-courses-page .native-tabs-list button.active,.mobile-settings-page .native-tabs-list button.active,.mobile-imports-page .native-tab-list button.active{border-color:var(--brand);background:var(--brand);color:#fff}.mobile-courses-page .native-tabs-panel,.mobile-settings-page .native-tabs-panel{min-width:0;padding-top:4px}.mobile-courses-page .native-tabs-panel{margin-top:-12px;padding-top:0}.mobile-courses-page .native-tabs-panel>.native-form-stack{gap:8px}.mobile-courses-page .native-form-stack>.native-toolbar-actions:first-child,.mobile-settings-page .native-card>.native-toolbar-actions,.mobile-settings-page .native-card>.native-section-heading+.native-toolbar-actions{grid-template-columns:minmax(0,1fr) minmax(0,112px);gap:8px;width:100%;display:grid;margin-bottom:10px!important}.mobile-courses-page .native-form-stack>.native-toolbar-actions:first-child input,.mobile-settings-page .native-card>.native-toolbar-actions input{grid-column:1/-1;width:100%!important}.mobile-courses-page .native-form-stack>.native-toolbar-actions:first-child select,.mobile-settings-page .native-card>.native-toolbar-actions select,.mobile-settings-page .native-card>.native-section-heading+.native-toolbar-actions select{width:100%!important}.mobile-courses-page .native-form-stack>.native-toolbar-actions:first-child input,.mobile-courses-page .native-form-stack>.native-toolbar-actions:first-child select,.mobile-settings-page .native-card>.native-toolbar-actions input,.mobile-settings-page .native-card>.native-toolbar-actions select,.mobile-settings-page .native-card>.native-section-heading+.native-toolbar-actions input,.mobile-settings-page .native-card>.native-section-heading+.native-toolbar-actions select{background:#fff;border:1px solid #d6e0e5;border-radius:10px;min-height:38px;padding:7px 12px;font-size:14px}.mobile-courses-page .native-table tbody tr,.mobile-imports-page .native-table tbody tr,.mobile-settings-page .native-table tbody tr{grid-template-columns:minmax(0,1fr) 64px;align-items:start;gap:4px 10px;padding:12px;display:grid}.mobile-courses-page .native-table td,.mobile-imports-page .native-table td,.mobile-settings-page .native-table td{border:0;min-width:0;padding:0;font-size:12px;line-height:17px}.mobile-courses-page .native-table td.native-table-empty,.mobile-imports-page .native-table td.native-table-empty,.mobile-settings-page .native-table td.native-table-empty{color:#66717d;text-align:center;grid-column:1/-1;justify-self:stretch;place-items:center;min-height:86px;font-size:14px;display:grid}.mobile-courses-page .native-table td:first-child,.mobile-imports-page .native-table td:first-child,.mobile-settings-page .native-table td:first-child{color:var(--brand);text-overflow:ellipsis;white-space:nowrap;grid-area:1/1;font-size:16px;font-weight:800;line-height:21px;overflow:hidden}.mobile-courses-page .native-table td:nth-child(2),.mobile-imports-page .native-table td:nth-child(2),.mobile-settings-page .native-table td:nth-child(2){color:#1f2f38;text-overflow:ellipsis;white-space:nowrap;grid-area:2/1;font-size:13px;font-weight:700;line-height:18px;overflow:hidden}.mobile-courses-page .native-table td:nth-child(3),.mobile-courses-page .native-table td:nth-child(4),.mobile-courses-page .native-table td:nth-child(5),.mobile-imports-page .native-table td:nth-child(3),.mobile-imports-page .native-table td:nth-child(4),.mobile-settings-page .native-table td:nth-child(3),.mobile-settings-page .native-table td:nth-child(5),.mobile-settings-page .native-table td:nth-child(6){color:#60717c;text-overflow:ellipsis;white-space:nowrap;grid-column:1;overflow:hidden}.mobile-courses-page .native-table tbody tr:has(td:nth-child(9)) td:nth-child(6){color:#52636d;white-space:normal;word-break:break-word;grid-column:1/-1}.mobile-courses-page .native-table tbody tr:has(td:nth-child(9)) td:nth-child(7){color:#60717c;grid-column:1}.mobile-courses-page .native-table td:nth-last-child(2),.mobile-courses-page .native-table td:last-child,.mobile-imports-page .native-table td:nth-last-child(2),.mobile-imports-page .native-table td:last-child,.mobile-settings-page .native-table td:nth-last-child(2),.mobile-settings-page .native-table td:last-child{grid-column:2;justify-self:end}.mobile-courses-page .native-table td:nth-last-child(2),.mobile-imports-page .native-table td:nth-last-child(2),.mobile-settings-page .native-table td:nth-last-child(2){grid-row:1}.mobile-courses-page .native-table td:last-child,.mobile-imports-page .native-table td:last-child,.mobile-settings-page .native-table td:last-child{grid-row:2/span 2;position:static;transform:none}.mobile-courses-page .native-table td:last-child .native-toolbar-actions,.mobile-settings-page .native-table td:last-child .native-row-actions,.mobile-imports-page .native-table td:last-child .native-row-actions{grid-template-columns:1fr;gap:5px;display:grid}.mobile-courses-page .native-table td:last-child button,.mobile-settings-page .native-table td:last-child button,.mobile-imports-page .native-table td:last-child button{white-space:nowrap;background:#fff;border:1px solid #dce4e9;border-radius:7px;min-width:44px;min-height:28px;padding:0 6px;font-size:11px}.mobile-imports-page>.native-split-layout{grid-template-columns:1fr;gap:12px}.mobile-imports-page textarea{min-height:136px;font-size:13px}.mobile-imports-page .native-toolbar-actions{gap:8px}.mobile-imports-page .native-toolbar-actions button,.mobile-imports-page .native-file-button{border-radius:10px;min-height:38px;font-size:12px;font-weight:800}.mobile-imports-page .native-stat-grid{background:var(--border);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden}.mobile-imports-page .native-stat-grid .native-stat{text-align:center;background:#fff;min-height:64px;padding:8px 4px}.mobile-imports-page .native-stat-grid .native-stat span{min-height:0;font-size:12px;line-height:14px}.mobile-imports-page .native-stat-grid .native-stat strong{font-size:20px;line-height:24px}.mobile-settings-page .native-card>.native-toolbar-actions:first-of-type{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.mobile-settings-page .native-card>.native-toolbar-actions:first-of-type .native-card{min-height:70px;padding:8px 6px}.mobile-settings-page .native-card>.native-toolbar-actions:first-of-type .native-stat{text-align:center}.mobile-settings-page .native-card>.native-toolbar-actions:first-of-type .native-stat span{min-height:0;font-size:12px;line-height:14px}.mobile-settings-page .native-card>.native-toolbar-actions:first-of-type .native-stat strong{font-size:20px}.mobile-settings-page .native-tag-list{max-height:74px;overflow:hidden}.mobile-settings-page .native-table td:nth-child(4){grid-column:1/-1;max-height:74px;overflow:hidden}.mobile-schedule-page .page-title .native-toolbar-actions button:first-child,.mobile-schedule-page .page-title .native-toolbar-actions button:nth-child(2),.mobile-schedule-page .page-title .native-toolbar-actions button:nth-child(3),.mobile-schedule-page .page-title .native-toolbar-actions button:nth-child(4){display:none}.mobile-schedule-page .page-title>.native-toolbar-actions,.mobile-schedule-page .page-title .native-toolbar-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-schedule-page .page-title .native-toolbar-actions button:nth-child(5),.mobile-schedule-page .page-title .native-toolbar-actions button:nth-child(6){border-color:#cfe0e2;justify-content:center;align-items:center;min-height:40px;display:inline-flex;box-shadow:0 5px 14px #15525614}.mobile-schedule-page .page-title .native-toolbar-actions button:nth-child(6){border-color:var(--brand);background:var(--brand);color:#fff}.mobile-schedule-page .schedule-overview-card .native-section-heading{grid-template-columns:1fr;align-items:center;gap:6px;margin-bottom:8px;display:grid}.mobile-schedule-page .schedule-overview-card .native-section-heading>.native-toolbar-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;margin-top:0;display:grid}.mobile-schedule-page .schedule-overview-card .native-section-heading>.native-toolbar-actions button{color:#20323d;background:#fff;border:1px solid #d8e3e7;border-radius:10px;min-height:34px;padding-inline:8px;font-size:13px;font-weight:800}.mobile-schedule-page .schedule-overview-card{display:none}.mobile-schedule-page .schedule-overview-grid{gap:8px}.mobile-schedule-page .schedule-overview-grid .operation-focus-item{gap:8px;min-height:94px;padding:12px}.mobile-schedule-page .schedule-overview-grid .operation-focus-icon{width:36px;height:36px}.mobile-schedule-page .schedule-overview-grid .operation-focus-copy{gap:2px}.mobile-schedule-page .schedule-overview-grid .operation-focus-copy strong{font-size:26px}.mobile-schedule-page .schedule-overview-card .native-section-heading>.native-toolbar-actions button:nth-child(3),.mobile-schedule-page .schedule-overview-grid .operation-focus-item:nth-child(4),.mobile-schedule-page .schedule-tab-switcher .schedule-tab-button:nth-child(5),.mobile-schedule-page .schedule-native-tabs .native-tabs-list button:nth-child(5){display:none}.mobile-schedule-page>.native-card .native-toolbar-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:6px 8px;display:grid}.mobile-schedule-page>.native-card{padding:10px}.mobile-schedule-page>.native-card .native-toolbar-actions input,.mobile-schedule-page>.native-card .native-toolbar-actions select,.mobile-schedule-page>.native-card .native-toolbar-actions button{color:#263642;min-height:34px;font:inherit;background:#fff;border:1px solid #dce4e9;border-radius:8px;width:100%!important}.mobile-attendance-page>.page-title{margin-bottom:8px}.mobile-attendance-page>.page-title.native-page-heading{display:block}.mobile-attendance-page>.page-title>div:first-child{display:none}.mobile-attendance-page>.page-title>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;max-width:none;display:grid}.mobile-attendance-page>.page-title>div:last-child button{color:#20323d;background:#fff;border:1px solid #d8e3e7;border-radius:10px;width:100%;min-height:36px;font-size:13px;font-weight:800}.mobile-attendance-page>.page-title>div:last-child .native-primary{border-color:var(--brand);background:var(--brand);color:#fff}.mobile-attendance-page .native-dashboard-section .native-section-heading{gap:8px;margin-bottom:8px}.mobile-schedule-page .schedule-grid{overflow-x:auto}.mobile-schedule-page .schedule-tab-switcher{scrollbar-width:none;flex-wrap:nowrap;gap:6px;margin-bottom:8px;overflow-x:auto}.mobile-schedule-page .schedule-tab-switcher::-webkit-scrollbar{display:none}.mobile-schedule-page .schedule-tab-button{white-space:nowrap;flex:none;min-height:36px;padding-inline:12px}.mobile-schedule-page .schedule-traditional-card{border-radius:12px;margin-top:0;padding:10px}.mobile-schedule-page .schedule-traditional-card>.native-section-heading{align-items:center;margin-bottom:8px;display:flex}.mobile-schedule-page .schedule-traditional-card>.native-section-heading h2{flex:auto;font-size:14px;line-height:18px}.mobile-schedule-page .schedule-traditional-tip{margin-bottom:8px;padding:8px 10px;font-size:12px}.mobile-schedule-page .schedule-traditional-grid{min-width:1050px}.mobile-schedule-page .schedule-traditional-corner,.mobile-schedule-page .schedule-traditional-day{min-height:66px}.mobile-schedule-page .schedule-traditional-day strong{font-size:14px}.mobile-schedule-page .schedule-traditional-time,.mobile-schedule-page .schedule-traditional-cell{min-height:84px}.mobile-schedule-page .schedule-traditional-time{padding-inline:3px}.mobile-schedule-page .schedule-traditional-time strong{font-size:13px}.mobile-schedule-page .schedule-traditional-cell{gap:5px;padding:5px}.mobile-schedule-page .schedule-traditional-lesson{padding:7px}.mobile-schedule-page .schedule-traditional-empty{opacity:.48;min-height:72px}.mobile-schedule-page .schedule-board-card{border-radius:12px;margin-top:0;padding:9px}.mobile-schedule-page .schedule-board-card>.native-section-heading{align-items:center;margin-bottom:7px;display:flex}.mobile-schedule-page .schedule-board-card>.native-section-heading h2{flex:auto;font-size:14px;line-height:18px}.mobile-schedule-page .schedule-board-heading-actions{flex-wrap:nowrap;flex:none;width:auto;display:flex}.mobile-schedule-page .schedule-board-heading-actions span{text-align:center;width:auto;margin:0}.mobile-schedule-page .schedule-board-fullscreen-button{min-height:32px;padding-inline:8px}.mobile-schedule-page .schedule-filter-panel{grid-template-columns:minmax(0,1fr);gap:7px;margin-bottom:7px;padding:8px}.mobile-schedule-page .schedule-filter-navigation{grid-template-columns:auto minmax(118px,1fr) auto auto;gap:5px;display:grid}.mobile-schedule-page .schedule-filter-navigation input{width:100%}.mobile-schedule-page .schedule-filter-navigation button{width:100%;padding-inline:7px}.mobile-schedule-page .schedule-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.mobile-schedule-page .schedule-board-toolbar{grid-template-columns:1fr;gap:7px;margin-bottom:7px;padding:8px 9px;display:grid}.mobile-schedule-page .schedule-board-toolbar>div:first-child span{font-size:11px;line-height:15px}.mobile-schedule-page .schedule-board-toolbar .native-toolbar-actions{flex-wrap:wrap;gap:5px;width:100%;display:flex}.mobile-schedule-page .schedule-board-toolbar button{flex:100px;min-height:34px}.mobile-schedule-page .schedule-board-display-switch{width:100%}.mobile-schedule-page .schedule-board-display-switch button{flex:1 1 0;min-height:32px}.mobile-schedule-page .schedule-board-move-tip{margin-bottom:7px;padding:8px 9px;font-size:12px}.mobile-schedule-page .schedule-board-scroll{border-radius:9px;max-height:none;overflow:auto hidden}.mobile-schedule-page .schedule-board-card-fullscreen{border-radius:0;width:100vw;height:100dvh;padding:8px}.mobile-schedule-page .schedule-board-card-fullscreen .schedule-board-scroll{flex:auto;min-height:0;max-height:none;overflow:auto}.mobile-schedule-page .schedule-board-corner strong,.mobile-schedule-page .schedule-board-date strong,.mobile-schedule-page .schedule-board-grade strong{font-size:12px}.mobile-schedule-page .schedule-board-class{padding-inline:7px}.mobile-schedule-page .schedule-board-class strong{font-size:12px}.mobile-schedule-page .schedule-board-lesson{padding:6px}.mobile-schedule-page .schedule-board-lesson.merged>*{width:min(132px,100vw - 242px);max-width:132px;position:sticky;left:208px}.mobile-schedule-page .schedule-board-empty{opacity:.38}.mobile-schedule-page .schedule-matrix-card{border-radius:12px;padding:10px 12px}.mobile-schedule-page .schedule-matrix-card .native-section-heading{margin-bottom:6px}.mobile-schedule-page .schedule-matrix-card .native-section-heading h2{font-size:15px;line-height:18px}.mobile-schedule-page .schedule-matrix-card .schedule-grid{border-radius:8px;grid-template-columns:58px repeat(7,minmax(104px,1fr))}.mobile-schedule-page .schedule-matrix-card .schedule-head,.mobile-schedule-page .schedule-matrix-card .schedule-time,.mobile-schedule-page .schedule-matrix-card .schedule-cell{min-height:54px;padding:6px;font-size:12px;line-height:16px}.mobile-schedule-page .schedule-matrix-card .schedule-head{font-size:13px;font-weight:800}.mobile-schedule-page .schedule-matrix-card .schedule-date{max-height:30px;margin-top:2px;font-size:11px;line-height:15px;overflow:hidden}.mobile-schedule-page .schedule-matrix-card .schedule-time{font-size:13px;font-weight:800}.mobile-schedule-page .schedule-matrix-card .schedule-cell-button{min-height:0}.mobile-schedule-page .schedule-matrix-card .schedule-event{border-radius:7px;gap:2px;padding:6px 7px}.mobile-schedule-page .schedule-matrix-card .schedule-event strong{max-height:32px;font-size:12px;line-height:16px;overflow:hidden}.mobile-schedule-page .schedule-matrix-card .schedule-event span{font-size:11px;line-height:14px}.mobile-schedule-page .schedule-validation-focus{grid-template-columns:1fr}.mobile-schedule-page .schedule-validation-item{min-height:0;padding:10px}.mobile-schedule-page .schedule-validation-card-lessons{gap:3px}.mobile-schedule-page .schedule-validation-card-lessons b{padding:3px 6px;font-size:11px}.mobile-schedule-page .schedule-validation-lessons{min-width:0}.mobile-schedule-lessons{display:none}}@media (max-width:1120px){.native-dashboard-grid,.native-dashboard-grid-wide{grid-template-columns:1fr}}@media (min-width:761px) and (max-width:1080px){.native-shell{grid-template-columns:200px minmax(0,1fr)}}.login-page{background:#f3f5f8;flex-direction:column;min-height:100vh;padding:24px;display:flex}.login-panel{width:min(420px,100%);margin:auto}.compliance-footer{color:#718089;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 14px;padding:14px 20px;font-size:12px;line-height:1.5;display:flex}.compliance-footer a{color:inherit;text-decoration:none}.compliance-footer a:hover{color:var(--brand);text-decoration:underline}.compliance-footer-public-security{align-items:center;gap:5px;display:inline-flex}.compliance-footer-public-security img{flex:none;display:block}.compliance-footer-login{padding-bottom:max(0px, env(safe-area-inset-bottom));flex:none;margin-top:20px}.compliance-footer-app{background:#ffffff8c;border-top:1px solid #d2dde1cc}@media (max-width:760px){.compliance-footer-app{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}.native-login-panel{border:1px solid var(--border);background:#fff;border-radius:16px;padding:34px;box-shadow:0 18px 50px #203a4214}.login-brand{color:#1677ff;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.login-panel h1{margin:20px 0 0;font-size:24px}.native-login-panel h1{color:#20323d}.native-login-panel>p{color:var(--muted);margin-top:7px}.native-login-notice{background:var(--brand-soft);color:var(--brand);border-radius:8px;margin-top:20px;padding:10px 12px;font-size:13px}.native-form{gap:17px;margin-top:26px;display:grid}.native-form label{color:#455563;gap:7px;font-size:13px;font-weight:600;display:grid}.native-form input,.native-form select,.native-form textarea{color:#263642;min-height:40px;font:inherit;background:#fff;border:1px solid #dce4e9;border-radius:8px;outline:none;padding:8px 11px;font-weight:400}.native-form input:focus,.native-form select:focus,.native-form textarea:focus{border-color:#78aaa7;box-shadow:0 0 0 3px #137b7817}.native-form-error{color:#b42318;background:#fff1f0;border-radius:8px;padding:9px 11px;font-size:13px}.native-form-success{color:#14715f;background:#eaf7f3;border-radius:8px;padding:9px 11px;font-size:13px}.native-submit{background:var(--brand);color:#fff;min-height:42px;font:inherit;cursor:pointer;border:0;border-radius:8px;font-weight:700}.native-submit:hover{background:var(--brand-hover)}.native-submit:disabled{cursor:wait;opacity:.65}button:disabled,.native-primary:disabled{cursor:not-allowed;opacity:.58}button.danger,.danger{color:var(--danger)}.native-page-stack{gap:16px;display:grid}.native-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:22px 24px}.native-card h2{color:#1d303b;margin-bottom:20px;font-size:15px;font-weight:800}.native-description-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.native-description-grid div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:110px minmax(0,1fr);min-height:46px;display:grid}.native-description-grid dt,.native-description-grid dd{align-items:center;padding:9px 12px;display:flex}.native-description-grid dt{color:#657480;background:#f7fafb;font-size:13px;font-weight:600}.native-description-grid dd{color:#263642}.native-account-form{max-width:480px}.native-split-layout{grid-template-columns:minmax(320px,.85fr) minmax(0,1.35fr);align-items:start;gap:16px;display:grid}.native-form-stack{gap:14px;display:grid}.native-field{color:#344054;gap:7px;font-size:13px;display:grid}.native-field-label{gap:4px;font-weight:600;display:flex}.native-field-label b{color:#d92d20}.native-field small{color:#667085}.native-form-stack input,.native-form-stack select,.native-form-stack textarea,.native-field input,.native-field select,.native-field textarea{border:1px solid var(--border-strong);border-radius:var(--radius-md);color:#101828;background:#fff;width:100%;min-height:38px;padding:8px 10px;transition:border-color .15s,box-shadow .15s,background .15s}.native-form-stack input:focus,.native-form-stack select:focus,.native-form-stack textarea:focus,.native-field input:focus,.native-field select:focus,.native-field textarea:focus{box-shadow:var(--focus-ring);border-color:#137b7885;outline:0}.native-field select[multiple]{min-height:110px}.native-multi-check{flex-wrap:wrap;gap:8px;display:flex}.native-multi-check label{border:1px solid var(--border-strong);border-radius:var(--radius-md);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:8px 12px;display:inline-flex}.native-multi-check label:has(input:checked){border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong)}.native-multi-check input{width:auto;margin:0}.native-tab-list{flex-wrap:wrap;gap:6px;display:flex}.native-tab-list button{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:#fff;padding:8px 12px}.native-tab-list button.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.native-file-button{border:1px solid var(--border-strong);border-radius:var(--radius-md);cursor:pointer;background:#fff;align-items:center;min-height:38px;padding:8px 12px;display:inline-flex;position:relative}.native-file-button input{opacity:0;width:1px;height:1px;position:absolute}.native-modal-backdrop{z-index:1200;background:#10182873;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.native-modal{background:#fff;border-radius:14px;width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 24px 48px #1018283d}.native-modal header,.native-modal footer{border-bottom:1px solid #eaecf0;justify-content:space-between;gap:12px;padding:16px 20px;display:flex}.native-modal footer{border-top:1px solid #eaecf0;border-bottom:0;justify-content:flex-end}.native-modal header h2{margin:0;font-size:18px}.native-modal-body{padding:20px}@media (max-width:980px){.native-split-layout{grid-template-columns:1fr}}.native-tabs{gap:16px;display:grid}.native-tabs-list{border-bottom:1px solid var(--border);gap:4px;display:flex;overflow-x:auto}.native-tabs-list button{color:#667085;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:10px 14px}.native-tabs-list button.active{border-bottom-color:var(--brand);color:var(--brand);font-weight:700}.native-tabs-list button:disabled{color:#98a2b3;cursor:default}.native-tabs-side{grid-template-columns:180px minmax(0,1fr);align-items:start}.native-tabs-side .native-tabs-list{border:0;display:grid}.native-tabs-side .native-tabs-list button{text-align:left;border:0;border-left:2px solid #0000;border-radius:6px}.native-tabs-side .native-tabs-list button.active{border-left-color:var(--brand);background:var(--brand-soft)}.native-tabs-panel{min-width:0}.native-dropdown{position:relative}.native-dropdown summary{cursor:pointer;list-style:none;display:block}.native-dropdown summary::-webkit-details-marker{display:none}.native-dropdown-menu{z-index:80;border:1px solid var(--border);background:#fff;border-radius:9px;min-width:132px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 28px #10182829}.native-dropdown-menu button{text-align:left;background:0 0;border:0;justify-content:flex-start}.native-dropdown-menu button:hover{background:var(--brand-soft)}.native-tag-input{gap:7px;display:grid}.native-tag-input .native-tag-list button{background:var(--brand-soft);min-height:26px;color:var(--brand);border:1px solid #b8d6d3;border-radius:999px;padding:2px 8px}@media (max-width:800px){.native-tabs-side{grid-template-columns:1fr}.native-tabs-side .native-tabs-list{display:flex}}.billing-orders-card .native-table{table-layout:fixed;min-width:1040px}.mobile-billing-page>.native-split-layout,.billing-aging-card .native-split-layout{grid-template-columns:repeat(3,minmax(0,1fr))}.billing-followup-card .native-split-layout{grid-template-columns:repeat(4,minmax(0,1fr))}.billing-orders-card .native-table th,.billing-orders-card .native-table td{vertical-align:top;word-break:normal}.billing-student-cell,.billing-status-cell,.billing-followup-cell,.student-identity-cell,.student-contact-cell,.student-learning-cell,.student-status-stack{gap:4px;min-width:0;display:grid}.billing-student-cell strong,.student-contact-cell strong,.student-learning-cell strong{color:#1d2939}.student-learning-cell{gap:8px}.student-learning-item{border-bottom:1px dashed #d8e2ea;gap:3px;padding-bottom:7px;display:grid}.student-learning-item:last-child{border-bottom:0;padding-bottom:0}.student-learning-course-line,.student-detail-course-cell,.student-placement-course{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.student-learning-class{color:#667085;font-size:12px;line-height:1.45}.student-subject-chips{flex-wrap:wrap;gap:4px;display:inline-flex}.student-subject-chip,.student-subject-empty{color:#475467;white-space:nowrap;background:#f3f7f9;border:1px solid #c7d7e0;border-radius:999px;align-items:center;min-height:20px;padding:1px 7px;font-size:11px;font-weight:700;line-height:16px;display:inline-flex}.student-subject-math{color:#175cd3;background:#edf5ff;border-color:#b8d5ff}.student-subject-english{color:#5d3fd3;background:#f2f0ff;border-color:#c5bdf5}.student-subject-physics{color:#087f6d;background:#eafaf6;border-color:#a6ded2}.student-subject-chemistry{color:#b54708;background:#fff5eb;border-color:#f3caa7}.student-subject-chinese{color:#b42318;background:#fff0f1;border-color:#efb8bd}.student-subject-count{color:#0f766e;background:#edf8f6;border-color:#b9d7d2}.student-subject-empty{color:#b54708;background:#fff7e8;border-color:#f4c47d}.student-placement-subject-grid{gap:10px;display:grid}.student-placement-subject-row{background:#f8fbfc;border:1px solid #dbe5ea;border-radius:12px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.billing-student-cell span,.billing-status-cell span,.billing-status-cell small,.billing-followup-cell span,.billing-followup-cell small,.student-identity-cell small,.student-contact-cell span,.student-learning-cell span,.student-status-stack small{color:#667085;font-size:12px}.billing-course-cell{color:#344054;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:20px;display:-webkit-box;overflow:hidden}.billing-money-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.billing-money-chip{background:#f8fafc;border:1px solid #cbd5e1;border-radius:9px;gap:2px;min-width:0;padding:7px 8px;display:grid}.billing-money-chip small{color:#64748b;font-size:11px;line-height:14px}.billing-money-chip strong{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.billing-money-chip.paid{background:#edf9f3;border-color:#a7d9c2}.billing-money-chip.paid small,.billing-money-chip.paid strong{color:#087443}.billing-money-chip.debt{background:#fff2ef;border-color:#f2b8ad}.billing-money-chip.debt small,.billing-money-chip.debt strong{color:#b42318}.billing-money-chip.debt.settled{background:#f0faf5;border-color:#b9dccd}.billing-money-chip.debt.settled small,.billing-money-chip.debt.settled strong{color:#087443}.billing-metric-card{border-top:3px solid #7a99b8;overflow:hidden}.billing-metric-paid{border-top-color:#26a269}.billing-metric-debt{border-top-color:#e05a47}.billing-metric-paid .native-stat strong{color:#087443}.billing-metric-debt .native-stat strong{color:#b42318}.student-paid-badge{color:#087443;background:#eaf7f0;border-radius:999px;width:fit-content;padding:2px 7px;font-size:11px;font-weight:700}.mobile-students-page>.native-card .native-table{min-width:860px}@media (max-width:800px){.mobile-billing-page>.native-split-layout,.mobile-payments-page>.native-metric-grid{grid-template-columns:1fr;gap:8px}.mobile-billing-page>.native-split-layout .native-card,.mobile-payments-page>.native-metric-grid .native-card{min-height:0;padding:11px 12px}.mobile-billing-page>.native-split-layout .native-stat,.mobile-payments-page>.native-metric-grid .native-stat{grid-template-columns:minmax(0,1fr) auto;align-items:center}.mobile-billing-page>.native-split-layout .native-stat span,.mobile-payments-page>.native-metric-grid .native-stat span{min-height:0}.mobile-billing-page>.native-split-layout .native-stat strong,.mobile-payments-page>.native-metric-grid .native-stat strong{font-size:20px}.mobile-billing-page .billing-followup-card .native-split-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-billing-page .billing-orders-card .native-table{table-layout:auto;min-width:0}.mobile-billing-page .billing-orders-card .native-table tbody tr{grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;padding:14px;display:grid}.mobile-billing-page .billing-orders-card .native-table td{border:0!important;grid-area:auto/1/auto/-1!important;margin:0!important;padding:0!important;display:block!important}.mobile-billing-page .billing-orders-card .native-table td:first-child{grid-area:2/1!important}.mobile-billing-page .billing-orders-card .native-table td:nth-child(2){grid-area:1/1!important}.mobile-billing-page .billing-orders-card .native-table td:nth-child(3){grid-row:3!important}.mobile-billing-page .billing-orders-card .native-table td:nth-child(4){grid-row:4!important}.mobile-billing-page .billing-orders-card .native-table td:nth-child(5){justify-self:end;grid-area:1/2/span 2!important}.mobile-billing-page .billing-orders-card .native-table td:nth-child(6){grid-row:5!important}.mobile-billing-page .billing-orders-card .native-table td:nth-child(7),.mobile-billing-page .billing-orders-card .native-table td:last-child{grid-row:6!important}.mobile-billing-page .billing-money-chip{padding:7px}.mobile-billing-page .billing-money-chip strong{font-size:13px}.mobile-billing-page .billing-followup-cell{align-items:center;gap:8px;display:flex}.mobile-students-page>.native-card .native-table{table-layout:auto;min-width:0}.mobile-students-page .native-table tbody tr,.mobile-students-page.student-detail-mode .native-table tbody tr,.mobile-students-page.student-simple-mode .native-table tbody tr{grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;padding:14px;display:grid}.mobile-students-page .native-table td,.mobile-students-page.student-detail-mode .native-table td,.mobile-students-page.student-simple-mode .native-table td{min-width:0;padding:0;grid-area:auto/1/auto/-1!important;display:block!important}.mobile-students-page .native-table td:first-child{grid-area:1/1!important}.mobile-students-page .native-table td:nth-child(2){grid-row:2!important}.mobile-students-page .native-table td:nth-child(3){grid-row:3!important}.mobile-students-page .native-table td:nth-child(4){justify-self:end;grid-area:1/2/span 2!important}.mobile-students-page .native-table td:last-child{grid-row:4!important}.mobile-students-page.student-simple-mode .native-table td:nth-child(2){display:none!important}.mobile-students-page .student-identity-cell{gap:3px}.mobile-students-page .student-name-cell{color:var(--brand);font-size:16px;font-weight:800}.mobile-students-page .student-contact-cell,.mobile-students-page .student-learning-cell{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:6px}.mobile-students-page .student-contact-cell{grid-template-columns:92px minmax(0,1fr);align-items:baseline}.mobile-students-page .student-learning-item{gap:4px}.mobile-students-page .student-learning-course-line strong{font-size:13px}.mobile-students-page .student-subject-chip{min-height:19px;padding-inline:6px;font-size:10px}.mobile-students-page .student-status-stack{justify-items:end;max-width:132px}.mobile-students-page .student-status-stack small{text-align:right}.mobile-students-page .student-arrears-badge,.mobile-students-page .student-paid-badge{height:auto;min-height:22px;padding:2px 7px;line-height:18px}.mobile-students-page .native-table td:last-child .native-toolbar-actions,.mobile-students-page.student-detail-mode .native-table td:last-child .native-toolbar-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:2px;display:grid}.mobile-students-page.student-detail-mode .native-table td:last-child button:not(:first-child){display:inline-flex}.mobile-students-page .native-table td:last-child button{justify-content:center;min-height:34px}}@media (max-width:1120px){.teacher-fee-filter-grid,.teacher-fee-stat-grid{grid-template-columns:repeat(3,minmax(130px,1fr))}.schedule-list-item{grid-template-columns:88px 78px minmax(190px,1fr) minmax(130px,.7fr)}.schedule-list-item>.native-tag,.schedule-list-actions{grid-column:span 2}}@media (max-width:760px){.schedule-list-toolbar,.teacher-schedule-toolbar,.teacher-fees-title{flex-direction:column;align-items:stretch}.schedule-list-item{grid-template-columns:78px 1fr auto;gap:9px;padding:11px}.schedule-list-time{grid-row:1/span 2}.schedule-list-subject{grid-column:2}.schedule-list-main,.schedule-list-meta{grid-column:2/-1}.schedule-list-item>.native-tag{grid-area:1/3}.schedule-list-actions{grid-column:1/-1;justify-content:stretch}.schedule-list-actions button{flex:88px}.teacher-schedule-person>header{grid-template-columns:1fr;gap:11px}.teacher-schedule-export button{flex:120px}.teacher-fee-filter-grid,.teacher-fee-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-fees-page .native-section-heading{flex-direction:column;align-items:stretch}.teacher-fees-page .native-section-heading select{width:100%}}
