:root{--bg:#f7f9fc;--panel:#ffffff;--line:#e8edf4;--line-strong:#dde5ef;--text:#162033;--muted:#6b778c;--blue:#3b82f6;--blue-soft:#eef4ff;--green:#16a34a;--green-soft:#ecfdf3;--orange:#f59e0b;--orange-soft:#fff7e8;--red:#ef4444;--red-soft:#fff1f2;--purple:#8b5cf6;--purple-soft:#f4efff;--radius:14px;--radius-sm:10px;--content:1240px;--sidebar:232px;--shadow:none;--panel-shadow:0 14px 36px rgba(15,23,42,.04);--hero-shadow:0 18px 48px rgba(15,23,42,.05);--modal-shadow:0 24px 80px rgba(15,23,42,.22)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font:14px/1.5 Segoe UI,Inter,Roboto,Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{display:flex;min-height:100vh}.sidebar{width:var(--sidebar);background:#fff;border-right:1px solid var(--line);padding:18px 14px 16px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:0;min-height:0}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:750;margin-bottom:20px;padding:0 8px;letter-spacing:.2px}.brand-mark{width:34px;height:34px;border-radius:10px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:800}.sidebar-nav-scroll{flex:1 1 auto;min-height:0;overflow:auto;padding-bottom:12px}.nav-section{margin:18px 0 8px;padding:0 10px;color:#93a0b4;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.nav{display:flex;flex-direction:column;gap:4px}.nav a{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;color:#546177}.nav a.active{background:var(--blue-soft);color:var(--blue);font-weight:600}.nav a:hover{background:#f6f8fb}.nav .icon{width:20px;height:20px;display:grid;place-items:center;opacity:.95;flex:0 0 20px;font-size:14px}.sidebar-foot{margin-top:auto;border-top:1px solid var(--line);padding-top:12px;color:#7e8aa0;background:#fff}.sidebar-account{display:grid;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #eef2f7}.sidebar-profile{padding-left:0;align-items:center;gap:10px}.sidebar-profile .avatar{width:34px;height:34px;font-size:13px}.sidebar-profile strong{font-size:13px;line-height:1.2}.sidebar-profile small{font-size:11px;line-height:1.35}.sidebar-signout{justify-content:center;height:34px;border-radius:10px;font-size:12px;gap:6px;padding:0 10px}.sidebar-signout .btn-icon{width:14px;height:14px;flex:0 0 14px}.sidebar-signout .btn-icon svg{width:14px;height:14px}.main{flex:1;min-width:0}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px;position:sticky;top:0;z-index:5}.topbar-ghost{background:transparent;border-bottom:none}.topbar-copy{display:grid;gap:4px;min-width:0}.topbar-copy strong{font-size:16px;line-height:1.2}.topbar-ghost .topbar-copy strong{font-size:20px}.topbar-copy small{color:var(--muted);font-size:12px}.search{display:flex;align-items:center;gap:10px;background:#f6f8fb;border:1px solid transparent;padding:10px 12px;border-radius:12px;min-width:320px;color:#8b97aa}.search .search-icon{width:18px;height:18px;display:grid;place-items:center;color:#73809a}.search input{border:none;background:transparent;outline:none;width:100%;font:inherit;color:#2c3850}.actions{display:flex;align-items:center;gap:12px}.icon-btn{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;color:#5f6b81;line-height:0}.icon-btn.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.profile{display:flex;align-items:center;gap:12px;padding-left:8px}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:700}.profile small{display:block;color:var(--muted)}.page{padding:22px}.page-inner{max-width:var(--content);margin:0 auto}.page-inner.page-inner-wide{max-width:none}.hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.hero h1{font-size:30px;line-height:1.15;margin:0 0 6px;font-weight:750;letter-spacing:.1px}.hero p{margin:0;color:var(--muted);font-size:15px}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700}.badge.blue{background:var(--blue-soft);color:var(--blue)}.badge.green{background:var(--green-soft);color:var(--green)}.badge.orange{background:var(--orange-soft);color:#b66b00}.badge.red{background:var(--red-soft);color:var(--red)}.badge.purple{background:var(--purple-soft);color:var(--purple)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.kpi-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.kpi-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center}.kpi-icon.blue{background:var(--blue-soft);color:var(--blue)}.kpi-icon.green{background:var(--green-soft);color:var(--green)}.kpi-icon.orange{background:var(--orange-soft);color:var(--orange)}.kpi-icon.purple{background:var(--purple-soft);color:var(--purple)}.kpi-value{font-size:34px;line-height:1.1;font-weight:700;margin:4px 0 6px}.kpi-label{color:var(--muted);font-weight:500}.kpi-meta{color:var(--green);font-weight:700;font-size:13px}.kpi-meta.muted,.muted{color:var(--muted);font-weight:600}.kpi-panel{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--line)}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.kpi-grid.cols-3{grid-template-columns:repeat(3,1fr)}.kpi-grid.cols-2{grid-template-columns:repeat(2,1fr)}.kpi-item{background:var(--panel);padding:14px 16px;min-width:0}.kpi-item .kpi-value{font-size:28px;margin:6px 0 4px}.kpi-item .kpi-label{font-size:13px}.kpi-item .kpi-meta{font-size:12px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.section-title h2,.section-title h3{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.01em}.section-title p{margin:4px 0 0;color:var(--muted)}.btn-row{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:#344053;font-weight:650;line-height:1}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.soft{background:#f6f8fb}.btn.danger{background:var(--red-soft);border-color:#f0b4bd;color:var(--red)}.btn-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}.btn-icon svg{width:18px;height:18px}.icon-only-btn{width:40px;min-width:40px;padding:0;border-radius:12px}.primary-button.icon-only-btn{width:44px;padding:0}.btn:hover,.primary-button:hover{transform:translateY(-1px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.btn:hover{box-shadow:0 10px 24px #0f172a14}.btn.primary:hover,.primary-button:hover{box-shadow:0 14px 28px #3b82f638}.btn.soft:hover{border-color:#d6e2f4;background:#f9fbff}.btn.danger:hover{box-shadow:0 12px 24px #ef44441f}.chart-box{height:280px;display:flex;align-items:flex-end;gap:22px;padding:18px 10px 6px}.bar-group{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:10px;height:100%}.bar-track{height:210px;width:28px;background:#f2f5f9;border-radius:999px;position:relative;display:flex;align-items:flex-end}.bar{width:100%;border-radius:999px;background:linear-gradient(180deg,#8eb6ff,#4f8dff)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fcfdff}table{width:100%;border-collapse:collapse}th,td{padding:14px 12px;text-align:left;border-top:1px solid var(--line);white-space:nowrap}th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#8a96aa}tr:first-child th,table thead tr:first-child td{border-top:none}.sheet-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fcfdff}.sheet-table{min-width:980px;border-collapse:separate;border-spacing:0}.sheet-table th{position:sticky;top:0;background:#f6f9fd;z-index:1;box-shadow:inset 0 -1px 0 var(--line)}.sheet-table th,.sheet-table td{border-top:1px solid var(--line);border-right:1px solid var(--line);vertical-align:top;white-space:normal}.sheet-table th:last-child,.sheet-table td:last-child{border-right:none;position:sticky;right:0}.sheet-table th:last-child{z-index:4;box-shadow:inset 1px 0 0 var(--line),inset 0 -1px 0 var(--line),-10px 0 24px #0f172a0d}.sheet-table td:last-child{z-index:2;background:#fcfdff;box-shadow:inset 1px 0 0 var(--line),-10px 0 24px #0f172a0a}.sheet-table tbody tr:hover td{background:#f8fbff}.sheet-table tbody tr:hover td:last-child{background:#f8fbff}.sheet-primary{display:flex;flex-direction:column;gap:4px}.sheet-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sheet-note{min-width:220px;max-width:320px}.student-page-shell,.branch-page-shell,.resource-page-shell{display:grid;gap:18px}.student-page-hero,.branch-page-hero,.resource-page-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:24px;border:1px solid rgba(148,163,184,.18);border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:var(--hero-shadow)}.student-page-copy{max-width:760px}.student-page-eyebrow{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:#3b82f614;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.student-page-copy h1,.branch-page-copy h1,.resource-page-copy h1{margin:0;font-size:32px;line-height:1.08;letter-spacing:-.02em}.topbar-ghost+.page .branch-page-copy h1,.topbar-ghost+.page .resource-page-copy h1,.topbar-ghost+.page .student-page-copy h1,.topbar-ghost+.page .attendance-hero-copy h1,.topbar-ghost+.page .hero h1{display:none}.student-page-copy p{margin:0;color:#5f6b81;font-size:15px;line-height:1.7}.student-page-actions{display:flex;align-items:flex-start}.student-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.student-metric-card,.branch-metric-card,.resource-metric-card{padding:16px 18px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#fffffff0;box-shadow:var(--panel-shadow)}.student-metric-card{display:grid;gap:6px}.student-metric-card strong{font-size:30px;line-height:1;font-weight:760;letter-spacing:-.03em}.student-metric-card small{color:#6b778c;font-size:12px;line-height:1.5}.student-metric-label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.student-metric-card.accent-blue .student-metric-label{color:#2563eb}.student-metric-card.accent-green .student-metric-label{color:#15803d}.student-metric-card.accent-orange .student-metric-label{color:#c2410c}.student-metric-card.accent-slate .student-metric-label{color:#475569}.student-table-card,.branch-table-card,.resource-table-card{padding:18px;border-radius:22px;box-shadow:var(--panel-shadow)}.student-table-toolbar,.branch-table-toolbar,.resource-table-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.student-table-toolbar h3{margin:0;font-size:18px;letter-spacing:-.01em}.student-table-toolbar p{margin:6px 0 0;color:#6b778c;font-size:13px}.student-toolbar-actions,.resource-toolbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.student-filter-field,.student-filter-select,.branch-toolbar-search,.resource-toolbar-search{display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border:1px solid var(--line-strong);border-radius:14px;background:#fbfcff;color:#475467;min-width:0;box-shadow:inset 0 1px #ffffffa6}.student-filter-field{min-width:280px}.student-filter-field input,.student-filter-select select,.branch-toolbar-search input,.resource-toolbar-search input{border:none;background:transparent;outline:none;font:inherit;color:#162033;width:100%}.student-filter-select select{padding-right:6px}.student-filter-icon,.branch-filter-icon,.resource-filter-icon{display:inline-flex;align-items:center;justify-content:center;color:#7b879c}.student-filter-icon .btn-icon{width:16px;height:16px;flex:0 0 16px}.student-filter-icon .btn-icon svg{width:16px;height:16px}.student-sheet-table{min-width:1080px}.student-sheet-table thead th,.branch-sheet-table thead th,.resource-sheet-table thead th{background:#f7faff;color:#5f6b81}.student-sheet-table th,.student-sheet-table td{padding:10px 12px}.student-sheet-table tbody td{vertical-align:middle}.student-name-cell,.student-contact-cell,.student-progress-cell,.branch-name-cell,.resource-primary-cell{display:grid;gap:6px}.student-name-cell strong,.student-contact-cell strong{font-size:15px;line-height:1.35}.student-name-link{padding:0;border:none;background:transparent;color:#162033;font:inherit;font-size:15px;font-weight:700;line-height:1.35;text-align:left}.student-name-link:hover{color:var(--blue)}.student-inline-badges{display:flex;flex-wrap:wrap;gap:6px}.student-inline-meta{display:flex;gap:8px 12px;flex-wrap:wrap;color:#667085;font-size:11px}.student-inline-meta span{display:inline-flex;align-items:center;gap:6px}.student-inline-meta span:before{content:"";width:4px;height:4px;border-radius:50%;background:#c0cad9}.student-inline-meta span:first-child:before{display:none}.student-mini-progress{height:6px;border-radius:999px;background:#e9eef8;overflow:hidden;max-width:180px}.student-mini-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8)}.student-progress-meta{display:flex;align-items:baseline;gap:6px;color:#667085;font-size:11px}.student-progress-meta strong{font-size:14px;color:#162033}.student-note-cell{color:#5f6b81;line-height:1.65}.student-primary-inline{display:flex;align-items:center;gap:10px;min-width:0}.student-primary-inline strong{white-space:nowrap}.student-name-cell,.student-contact-cell,.student-progress-cell{min-width:0}.student-inline-meta-compact{gap:6px 10px;flex-wrap:nowrap;min-width:0}.student-inline-meta-compact span{white-space:nowrap}.student-inline-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-progress-meta-inline strong{white-space:nowrap}.student-note-compact{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-row-actions,.branch-row-actions,.resource-row-actions{justify-content:center;min-width:96px}.student-sheet-table tbody .badge,.resource-sheet-table tbody .badge{padding:5px 10px;font-size:11px;line-height:1.2}.student-row-actions{gap:6px;min-width:70px}.student-row-actions .icon-only-btn{width:32px;min-width:32px;height:32px;border-radius:10px}.student-row-actions .btn-icon{width:16px;height:16px;flex:0 0 16px}.student-row-actions .btn-icon svg{width:16px;height:16px}.student-empty-state{display:grid;justify-items:center;text-align:center;gap:10px;padding:42px 18px;border:1px dashed var(--line-strong);border-radius:18px;background:linear-gradient(180deg,#fcfdff,#f7faff)}.student-empty-icon{width:56px;height:56px;border-radius:18px;background:#eef4ff;color:#2563eb;display:grid;place-items:center}.student-empty-icon .btn-icon{width:24px;height:24px;flex:0 0 24px}.student-empty-icon .btn-icon svg{width:24px;height:24px}.student-empty-state h4{margin:0;font-size:18px}.student-empty-state p{margin:0;max-width:420px;color:#6b778c;line-height:1.7}.branch-page-copy{min-width:0;flex:1;display:grid;gap:16px}.branch-page-actions{display:flex;align-items:flex-start}.branch-metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.branch-metric-card{display:grid;place-items:center;align-content:center;justify-content:center;min-height:88px;padding:12px 14px;text-align:center;border-radius:16px}.branch-page-shell .branch-page-hero{padding:0;background:transparent;border:none;box-shadow:none}.branch-page-shell,.resource-page-shell{margin-top:-21px}.branch-metric-card strong{display:block;font-size:32px;line-height:1;font-weight:760;letter-spacing:-.03em}.branch-metric-card span{display:block;width:100%;margin-top:6px;color:#607086;font-weight:600;line-height:1.3;font-size:13px;text-align:center}.branch-filter-icon .btn-icon{width:16px;height:16px;flex:0 0 16px}.branch-filter-icon .btn-icon svg{width:16px;height:16px}.branch-toolbar-summary,.resource-toolbar-summary{display:flex;align-items:center;justify-content:flex-end}.branch-toolbar-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.toolbar-primary-button{height:40px;padding:0 13px;border-radius:13px;box-shadow:0 10px 20px #3b82f626}.toolbar-primary-button .btn-icon{width:16px;height:16px;flex:0 0 16px}.toolbar-primary-button .btn-icon svg{width:16px;height:16px}.branch-sheet-table{min-width:1180px}.branch-sheet-table th,.branch-sheet-table td{padding:9px 12px}.branch-sheet-table td:last-child,.branch-sheet-table th:last-child{padding-left:8px;padding-right:8px}.branch-name-cell{gap:0}.branch-name-cell strong{font-size:15px;line-height:1.35}.branch-sheet-table tbody td{vertical-align:middle}.branch-sheet-table tbody .badge{padding:5px 10px;font-size:11px;line-height:1.2}.branch-row-actions{gap:6px;min-width:70px}.branch-row-actions .icon-only-btn{width:32px;min-width:32px;height:32px;border-radius:10px}.branch-row-actions .btn-icon{width:16px;height:16px;flex:0 0 16px}.branch-row-actions .btn-icon svg{width:16px;height:16px}.branch-empty-state{display:grid;place-items:center;padding:28px 18px;color:#6b778c;text-align:center}.branch-modal-card{width:min(640px,100%);padding:20px}.branch-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-form-span-2{grid-column:1 / -1}.branch-form-actions{justify-content:flex-start;gap:8px}.branch-modal-card .form-grid{gap:14px}.branch-modal-card .form-grid label{gap:7px}.branch-modal-card .form-grid label span{font-size:13px;font-weight:700;color:#344053}.branch-modal-card .form-grid input,.branch-modal-card .form-grid select{height:42px;padding:10px 12px}.branch-modal-card .form-grid textarea{min-height:92px;padding:10px 12px}.resource-page-copy{min-width:0;flex:1;display:grid;gap:16px}.resource-page-actions{display:flex;align-items:flex-start}.resource-metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.resource-metric-card{display:grid;place-items:center;align-content:center;justify-content:center;min-height:88px;padding:12px 14px;text-align:center;border-radius:16px}.resource-page-shell .resource-page-hero{padding:0;background:transparent;border:none;box-shadow:none}.resource-metric-card strong{display:block;font-size:32px;line-height:1;font-weight:760;letter-spacing:-.03em}.resource-metric-card span{display:block;width:100%;margin-top:6px;color:#607086;font-weight:600;line-height:1.3;font-size:13px;text-align:center}.resource-filter-icon .btn-icon{width:16px;height:16px;flex:0 0 16px}.resource-filter-icon .btn-icon svg{width:16px;height:16px}.resource-sheet-table{min-width:1240px}.resource-sheet-table th,.resource-sheet-table td{padding:10px 12px}.resource-sheet-table tbody td{vertical-align:middle}.resource-primary-cell strong{font-size:15px}.resource-primary-cell span{color:#6b778c;font-size:12px}.resource-primary-inline{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}.resource-primary-inline strong,.resource-primary-inline span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-empty-state{display:grid;place-items:center;padding:28px 18px;color:#6b778c;text-align:center}.resource-row-actions{gap:6px;min-width:70px}.resource-row-actions .icon-only-btn{width:32px;min-width:32px;height:32px;border-radius:10px}.resource-row-actions .btn-icon{width:16px;height:16px;flex:0 0 16px}.resource-row-actions .btn-icon svg{width:16px;height:16px}.resource-modal-card{width:min(680px,100%);padding:20px}.resource-modal-card-wide{width:min(840px,100%)}.resource-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-form-span-2{grid-column:1 / -1}.resource-form-actions{justify-content:flex-start;gap:8px}.resource-modal-card .form-grid{gap:14px}.resource-modal-card .form-grid label{gap:7px}.resource-modal-card .form-grid label span{font-size:13px;font-weight:700;color:#344053}.resource-modal-card .form-grid input,.resource-modal-card .form-grid select{height:42px;padding:10px 12px}.resource-modal-card .form-grid textarea{min-height:92px;padding:10px 12px}.resource-page-actions-stack{display:grid;gap:10px;justify-items:stretch}.resource-page-actions-stack>.btn,.resource-page-actions-stack>.primary-button{min-width:220px}.modal-backdrop{position:fixed;inset:0;background:#0f172a3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:24px;z-index:40}.modal-card{width:min(1080px,100%);max-height:min(90vh,900px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--modal-shadow)}.modal-card .section-title{position:sticky;top:-20px;z-index:2;margin:-20px -20px 18px;padding:18px 20px 16px;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.compact-admin-page .hero p,.compact-admin-page .section-title p,.compact-admin-page .helper-text,.compact-admin-page .step-preview,.compact-admin-page .footer-note,.compact-admin-page .warning-list,.compact-admin-page .kpi-meta{display:none}.compact-admin-page .section-title{margin-bottom:12px}.compact-admin-page .card{padding-top:18px;padding-bottom:18px}.compact-admin-page .inline-summary .small.muted,.compact-admin-page .notice,.compact-admin-overview .stat-mini .small.muted,.compact-admin-overview .list-item .small.muted{display:none}.person{display:flex;align-items:center;gap:12px}.person-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:#4f46e5;font-weight:700}.list{display:flex;flex-direction:column;gap:14px}.list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid var(--line)}.list-item:first-child{border-top:none;padding-top:0}.small{font-size:12px}.stat-stack{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-mini{padding:0;border:none;border-radius:0;background:transparent}.stat-mini h4{margin:0 0 8px;font-size:12px;text-transform:uppercase;color:#8a96aa;letter-spacing:.04em}.stat-mini strong{font-size:24px}.timeline{display:flex;flex-direction:column;gap:12px}.timeline-row{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:flex-start}.timeline-time{font-weight:700;color:#5c677a}.timeline-card{border-left:2px solid var(--blue);padding-left:12px}.two-column{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.notice{padding:16px 18px;border-radius:16px;background:#fbfdff;border:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.notice+.notice{margin-top:12px}.progress{height:8px;background:#eff3f8;border-radius:999px;overflow:hidden;margin-top:8px}.progress>span{display:block;height:100%;background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:999px}.footer-note{padding-top:12px;color:#8a96aa;font-size:12px}.login-chip{padding:6px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#5a667c;font-weight:600}.link{color:var(--blue);font-weight:600;border:none;background:transparent;padding:0}.page-stack{display:flex;flex-direction:column;gap:18px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.section-heading h2{margin:0;font-size:28px}.section-heading p,.muted-text{margin:6px 0 0;color:var(--muted)}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:14px 12px;text-align:left;border-top:1px solid var(--line);white-space:nowrap}.data-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#8a96aa}.data-table tr:first-child th,.data-table thead tr:first-child td{border-top:none}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#f7f9fc,#eef4ff)}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 24px 60px #16203314}.auth-card h2{margin:0 0 8px}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;background:var(--blue-soft);color:var(--blue);margin-bottom:14px}.form-grid{display:grid;gap:16px;margin-top:18px}.form-grid label{display:grid;gap:8px}.form-grid span{font-weight:600;color:#475467}.form-grid input,.form-grid select{border:1px solid var(--line-strong);background:#f8fbff;border-radius:12px;padding:12px 14px;outline:none}.form-grid textarea{border:1px solid var(--line-strong);background:#f8fbff;border-radius:12px;padding:12px 14px;outline:none;resize:vertical;min-height:108px}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.full-span{grid-column:1 / -1}.primary-button{height:44px;border-radius:12px;border:1px solid var(--blue);background:var(--blue);color:#fff;font-weight:700;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-button:disabled{opacity:.7;cursor:not-allowed}.form-error{padding:10px 12px;border-radius:12px;background:var(--red-soft);color:var(--red);font-weight:600}.helper-text{padding:12px 14px;border-radius:12px;background:#f8fbff;border:1px dashed var(--line-strong);color:#667085}.login-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-top:18px}.login-quick-card{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#fbfdff;text-align:left;color:#162033;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.login-quick-card strong{font-size:13px;line-height:1.3}.login-quick-card span{font-size:12px;color:#667085}.login-quick-card small{font-size:12px;font-weight:700;color:#2563eb}.login-quick-card:hover{border-color:#cfe0ff;box-shadow:0 10px 22px #3b82f614;transform:translateY(-1px)}.data-setup-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.9fr);gap:18px;align-items:start}.setup-main{min-width:0}.setup-sidebar{position:sticky;top:86px}.step-pill-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.step-pill{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fbfdff;text-align:left;color:inherit}.step-pill.active{border-color:var(--blue);box-shadow:0 0 0 3px #2072ff14;background:#f4f8ff}.step-pill span{font-weight:700;color:#344053}.step-card{scroll-margin-top:84px}.step-card-header{width:100%;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.step-card-actions{display:flex;align-items:center;gap:10px}.step-toggle-text{font-size:12px;font-weight:700;color:#667085}.step-preview{display:none;margin-top:10px;padding:12px 14px;border-radius:12px;background:#f8fbff;border:1px dashed var(--line-strong);color:#667085}.step-card.collapsed>:not(.step-card-header):not(.step-preview){display:none}.step-card.collapsed .step-preview{display:block}.step-card.active .step-preview{display:none}.card-subgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.inline-summary{padding:14px 16px;border-radius:14px;background:#fbfdff;border:1px solid var(--line)}.inline-summary strong{display:block;margin-bottom:10px}.student-profile-modal{width:min(800px,100%);min-height:min(680px,84vh);max-height:84vh;display:flex;flex-direction:column}.student-profile-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 12px}.student-profile-tab{height:36px;padding:0 13px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#f8fbff;color:#475467;font-size:12px;font-weight:700}.student-profile-tab.active{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8;box-shadow:0 0 0 3px #3b82f614}.student-profile-form{gap:12px;flex:1;min-height:0;overflow:auto;padding-right:2px;align-content:start}.student-tab-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-height:360px;align-content:start}.student-profile-form .inline-summary{padding:10px 12px;border-radius:14px}.student-profile-form .inline-summary strong{margin-bottom:0;font-size:14px;letter-spacing:-.01em}.student-profile-form label{gap:6px}.student-profile-form label span{font-size:12px;font-weight:700;color:#344053}.student-profile-form input,.student-profile-form select{height:40px}.student-profile-form textarea{min-height:84px}.student-profile-form .resource-form-actions{position:sticky;bottom:0;z-index:2;padding-top:10px;padding-bottom:4px;background:linear-gradient(180deg,#fff0,#fffffff5 18%,#fff)}.currency-input-shell{position:relative}.currency-input-shell input{padding-right:34px}.currency-input-suffix{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:13px;font-weight:700;color:#667085;pointer-events:none}.student-detail-modal{width:min(820px,100%)}.student-profile-insight-modal{width:min(980px,100%)}.student-profile-sections{display:grid;gap:16px}.student-profile-section{display:grid;gap:10px}.student-finance-card,.student-report-card,.student-special-plan-card,.student-promotion-card{padding:16px 18px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff)}.student-finance-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.student-finance-head strong{display:block;font-size:15px;color:#101828}.student-finance-head span{display:block;margin-top:4px;font-size:12px;color:#667085}.student-finance-paid{font-size:14px;font-weight:800;color:#1d4ed8}.student-tuition-progress{display:grid;gap:10px;margin-top:14px}.parent-tuition-progress{margin-top:16px}.student-tuition-bar{height:10px;border-radius:999px;background:#e9eef8;overflow:hidden}.student-tuition-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8)}.student-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.student-report-grid div,.student-report-notes div{padding:12px 14px;border-radius:16px;background:#f8fbff;border:1px solid rgba(148,163,184,.14)}.student-report-grid span{display:block;font-size:11px;font-weight:800;color:#667085;text-transform:uppercase;letter-spacing:.05em}.student-report-grid strong{display:block;margin-top:4px;font-size:14px;color:#101828}.student-report-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.student-report-notes strong{display:block;margin-bottom:6px;font-size:13px;color:#101828}.student-report-notes p,.student-promotion-card p{margin:0;font-size:13px;line-height:1.65;color:#475467}.student-video-link{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-weight:700}.student-special-plan-card{font-size:13px;line-height:1.7;color:#475467}.student-promotion-list,.student-detail-layout{display:grid;gap:12px}.student-detail-table-wrap{border-radius:16px}.student-detail-table th,.student-detail-table td{padding:12px 14px;white-space:normal;vertical-align:top}.student-detail-table th{width:220px;background:#f8fbff;color:#5f6b81;font-size:12px;text-transform:none;letter-spacing:0}.warning-list{display:grid;gap:10px}.warning-item{padding:12px 14px;border-radius:12px;background:var(--orange-soft);color:#8a5a00;font-weight:600}.compact-list{gap:10px}.compact-list .list-item{padding:10px 0}.student-pick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.student-pick{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fbfdff;color:var(--text);text-align:left}.student-pick.selected{border-color:var(--blue);background:var(--blue-soft)}.student-pick strong{display:block;margin-bottom:6px}.quick-setup-panel{padding:18px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f4f8ff)}.card.flat{padding:14px}.schedule-page-shell{display:grid;gap:14px;background:transparent;margin-top:-21px}.topbar-ghost+.page .hero{margin-top:-21px}.tuition-hero p{display:none}.schedule-page-hero{display:grid;gap:18px;padding:2px 2px 0;background:transparent;border:none;box-shadow:none}.schedule-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;width:100%}.schedule-hero-copy{display:grid;gap:8px;flex:1;max-width:none}.schedule-hero-copy h1{margin:0;font-size:30px;line-height:1.15;font-weight:750;letter-spacing:.1px;color:#162033}.schedule-hero-note{margin:0;font-size:15px;line-height:1.58;color:#6b778c;max-width:860px}.schedule-hero-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin-left:auto;flex-wrap:nowrap}.schedule-toolbar-controls{margin-left:auto;justify-content:flex-end}.schedule-month-switcher{display:flex;align-items:center;justify-content:center;gap:3px;height:36px;padding:0 4px;border:1px solid #e8edf4;border-radius:12px;background:#fff;box-shadow:none}.schedule-month-switcher strong{font-size:13px;font-weight:650;color:#344053;text-transform:capitalize;min-width:92px;line-height:36px;text-align:center}.schedule-switcher-arrow{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:999px;background:#f8fafc;color:#667085;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.schedule-switcher-arrow:hover{background:#eef2f7;color:#344053;transform:translateY(-1px)}.schedule-switcher-arrow .btn-icon{width:14px;height:14px;flex:0 0 14px}.schedule-switcher-arrow .btn-icon svg{width:14px;height:14px}.schedule-view-toggle{height:36px;min-width:72px;padding:0 12px;border-radius:12px}.schedule-board-card{padding:10px;border:1px solid #e8edf4;border-radius:16px;background:#fff;box-shadow:none}.schedule-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.schedule-toolbar-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.schedule-toolbar-filters .student-filter-field{min-width:280px}.schedule-toolbar .student-filter-select,.schedule-toolbar .student-filter-field,.schedule-filter-pill{height:36px;border:1px solid #e8edf4;border-radius:12px;background:#fff;box-shadow:none}.schedule-toolbar .student-filter-select select,.schedule-toolbar .student-filter-field input{font-size:13px;color:#516075}.schedule-toolbar .student-filter-icon{color:#93a0b4}.schedule-filter-pill{padding:0 14px;font-weight:650;color:#516075}.schedule-toolbar-foot{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:2px 0 14px}.schedule-legend{display:flex;flex-wrap:wrap;gap:10px}.schedule-legend-item{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:#f8fbff;color:#475569;font-size:12px;font-weight:700}.schedule-legend-dot{width:8px;height:8px;border-radius:999px;display:block}.schedule-legend-dot-blue{background:#3b82f6}.schedule-legend-dot-orange{background:#f59e0b}.schedule-legend-dot-green{background:#22c55e}.schedule-legend-dot-warning{background:#fb923c;box-shadow:0 0 0 3px #fb923c2e}.schedule-toolbar-meta{font-size:12px;font-weight:700;color:#64748b}.schedule-sheet-wrap{border-radius:16px;border:1px solid #e8edf4;background:#fff;box-shadow:none;overflow:hidden}.schedule-sheet-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.schedule-col-time,.schedule-col-court{width:76px}.schedule-col-day{width:calc((100% - 152px)/var(--schedule-day-count))}.schedule-sheet-table th,.schedule-sheet-table td{border-right:1px solid #e8edf4;border-bottom:1px solid #e8edf4;vertical-align:top}.schedule-sheet-table thead th{position:sticky;top:0;z-index:3}.schedule-axis-head{padding:12px 10px;background:#fff;color:#6f7d92;font-size:12px;font-weight:700;text-transform:none;letter-spacing:0;text-align:center}.schedule-axis-time{min-width:76px;left:0;z-index:5}.schedule-axis-court{min-width:76px;left:76px;z-index:5}.schedule-axis-court,.schedule-axis-court-cell{box-shadow:1px 0 #e8edf4}.sticky-left{position:sticky;left:0}.sticky-left-2{position:sticky;left:76px}.schedule-day-head-cell{padding:0;text-align:center;background:#fff;color:#6f7d92;font-size:12px;font-weight:700}.schedule-day-head-inline{display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 12px;background:#fff;white-space:nowrap}.schedule-day-head-label{text-transform:none;font-size:12px;font-weight:700;color:#6f7d92}.schedule-date-head-label{font-size:12px;font-weight:700;color:#6f7d92}.schedule-axis-time-cell,.schedule-axis-court-cell{background:#fff;color:#6f7d92}.schedule-axis-time-cell{padding:10px 8px;text-align:left}.schedule-axis-time-cell strong{display:grid;justify-items:center;font-size:12px;font-weight:700;color:#6f7d92;line-height:1.15}.schedule-time-part{display:grid;justify-items:center}.schedule-time-dash{display:block;line-height:1}.schedule-axis-time-cell>span{display:none}.schedule-axis-time-cell strong .schedule-time-part,.schedule-axis-time-cell strong .schedule-time-dash{display:grid}.schedule-axis-time-cell-empty strong{display:none}.schedule-axis-time-cell-empty{color:transparent}.schedule-axis-court-cell{padding:9px 8px;font-size:11px;font-weight:700;text-align:left;color:#6f7d92;line-height:1.2}.schedule-grid-cell{padding:6px 8px 8px;background:#fff;vertical-align:top}.schedule-grid-entry{width:100%;padding:7px 9px;border:none;border-radius:0;background:transparent;text-align:left;display:flex;flex-direction:column;align-items:stretch;gap:5px;color:#162033;cursor:pointer;box-sizing:border-box}.schedule-grid-entry.empty{position:relative;background:transparent}.schedule-grid-entry.filled{position:relative;background:transparent;cursor:default;padding-top:0}.schedule-grid-entry:hover,.schedule-grid-entry.filled:hover{background:transparent}.schedule-grid-entry.status-completed{background:#fbfefc}.schedule-grid-entry.status-in_progress{background:#fbfdff}.schedule-grid-entry.status-planned{background:#fffefb}.schedule-grid-entry.has-replacement{box-shadow:none}.schedule-grid-actions{position:absolute;top:-4px;right:-2px;display:flex;flex-direction:column;gap:4px;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .16s ease,transform .16s ease;z-index:2}.schedule-grid-entry:hover .schedule-grid-actions,.schedule-grid-entry:focus-within .schedule-grid-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.schedule-grid-action-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #e8edf4;color:#9aa6ba;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,color .16s ease}.schedule-grid-action-btn:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #d7e2ef;color:#344053}.schedule-grid-action-btn .btn-icon svg{width:13px;height:13px}.schedule-grid-line{display:grid;gap:2px}.schedule-grid-footer{display:grid;gap:4px}.schedule-grid-line-inline{display:flex;align-items:flex-start;gap:6px}.schedule-grid-line-inline strong{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.schedule-grid-line-inline span{flex:1 1 auto}.schedule-grid-inline-value{display:inline-flex;align-items:flex-start;gap:0;flex-wrap:wrap}.schedule-staff-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;width:max-content}.schedule-staff-stack span{display:inline-flex;align-items:center;gap:0;flex:0 0 auto}.schedule-inline-icon-head{display:inline-flex;align-items:center;justify-content:center;margin-right:2px;line-height:1;flex:0 0 auto}.schedule-inline-icon-head .schedule-inline-icon{transform:none}.schedule-inline-icon-tail{display:inline-flex;align-items:center;justify-content:center;margin-left:2px;line-height:1;flex:0 0 auto}.schedule-inline-icon-tail .schedule-inline-icon{transform:none}.schedule-grid-line-muted strong,.schedule-grid-line-muted span{color:#7f8ea8}.schedule-grid-line strong{font-size:10px;color:#516075;font-weight:700}.schedule-grid-line span{font-size:11px;line-height:1.4;color:#162033}.schedule-grid-line-inline strong,.schedule-grid-line-inline span{font-size:10px;line-height:1.35}.schedule-grid-student-summary{display:grid;align-content:start;gap:3px;margin-top:-1px;min-height:calc((var(--student-row-count, 1) * 22px) + ((var(--student-row-count, 1) - 1) * 4px))}.schedule-grid-chip-cloud{display:grid;align-content:start;gap:4px}.schedule-student-chip{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;max-width:100%;width:fit-content;min-height:22px;padding:0 8px;border:none;border-radius:11px;background:#eef4ff;color:#4f8dff;font-size:10px;font-weight:700;line-height:1.1;cursor:pointer}.schedule-student-chip .status-note{display:inline-flex;align-items:center;color:#8a96aa;font-weight:500;font-style:normal}.schedule-inline-icon{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px}.schedule-inline-icon svg{width:12px;height:12px}.schedule-inline-icon-repeat{width:11px;height:11px}.schedule-inline-icon-repeat svg{width:11px;height:11px}.schedule-inline-icon-history{width:10px;height:10px}.schedule-inline-icon-history svg{width:10px;height:10px}.schedule-inline-icon-muted{color:#ef4444}.schedule-inline-icon-replacement{color:#2563eb}.schedule-grid-line-muted .schedule-inline-icon-muted{color:#ef4444}.schedule-grid-line .schedule-inline-icon-replacement{color:#2563eb}.schedule-student-chip .schedule-inline-icon-excused_absent{color:#f87171}.schedule-student-chip .schedule-inline-icon-makeup_out{color:#fb923c}.schedule-student-chip .schedule-inline-icon-makeup_in{color:#60a5fa}.schedule-student-chip:hover{background:#e7f0ff}.schedule-student-chip,.schedule-student-chip .status-note{overflow-wrap:anywhere;word-break:break-word;white-space:normal}.schedule-grid-more-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:12px;background:#f6f8fb;color:#7b889b;font-size:11px;font-weight:700}.schedule-student-age-inline{font-size:11px;font-weight:500;color:#64748b}.schedule-grid-empty{display:block;min-height:1px}.schedule-grid-note{display:flex;align-items:flex-start;gap:6px;padding:7px 9px;border-radius:12px;background:#fff;color:#6b778c;font-size:11px;line-height:1.55;border:1px solid #eef2f7}.schedule-grid-note-icon{display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;flex:0 0 auto}.schedule-grid-note-icon .btn-icon{width:12px;height:12px;flex:0 0 12px}.schedule-grid-note-icon .btn-icon svg{width:12px;height:12px}.schedule-grid-warning{padding:7px 9px;border-radius:12px;background:#fff7e8;color:#b66b00;font-size:11px;font-weight:700}.schedule-grid-warning-conflict{display:flex;align-items:flex-start;gap:6px;background:#fff1f2;color:#c2410c}.schedule-grid-warning-conflict .btn-icon{width:12px;height:12px;flex:0 0 12px;margin-top:1px}.schedule-grid-warning-conflict .btn-icon svg{width:12px;height:12px}.schedule-grid-warning-conflict span{font-size:11px;line-height:1.45;color:inherit}.schedule-insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.schedule-insight-card{padding:18px;border-radius:16px;background:#fff;border:1px solid #e8edf4;box-shadow:none}.schedule-insight-card .section-title{margin-bottom:10px}.schedule-insight-card .section-title h3{font-size:18px;color:#162033}.schedule-insight-list{display:grid;gap:12px}.schedule-insight-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid #eef2f7}.schedule-insight-row:first-child{border-top:none;padding-top:0}.schedule-insight-row strong{font-size:24px;line-height:1;color:#162033}.schedule-insight-row span{font-size:13px;color:#6b778c;text-align:right}.schedule-grid-empty-row{padding:18px;text-align:center;color:#64748b;background:#fff}.schedule-day-highlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.schedule-day-highlight div{padding:12px;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:inset 0 0 0 1px #93c5fd24;display:grid;gap:4px}.schedule-day-highlight span{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.schedule-day-highlight strong{font-size:20px;line-height:1;color:#0f172a}.schedule-detail-body{display:grid;gap:14px}.schedule-court-group{display:grid;gap:10px;padding:12px;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #94a3b81f}.schedule-court-group-title{font-size:12px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.08em}.attendance-page-shell{display:grid;gap:18px;padding-bottom:10px;margin-top:-21px}.attendance-hero-shell{display:grid;gap:0}.attendance-hero-copy{gap:16px}.attendance-toolbar-card{padding:12px 14px;border:1px solid #e8edf4;border-radius:24px;background:#fff;box-shadow:0 20px 45px #0f172a09}.attendance-mobile-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.attendance-date-pill,.attendance-week-button,.attendance-nav-button,.attendance-session-tile,.attendance-status-chip,.attendance-upload-foot .btn{transition:all .18s ease}.attendance-date-pill,.attendance-week-button,.attendance-nav-button{border:1px solid #e7edf6;background:#fff;color:#1b2640}.attendance-date-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:46px;padding:0 16px;border-radius:16px;box-shadow:0 12px 30px #0f172a0a}.attendance-date-pill strong{font-size:15px;line-height:1;color:#22304d}.attendance-date-pill-icon{font-size:15px;opacity:.8}.attendance-nav-button{width:42px;height:42px;border-radius:14px;font-size:24px;line-height:1}.attendance-week-button{height:46px;padding:0 16px;border-radius:16px;font-size:14px;font-weight:700}.attendance-layout{display:grid;gap:18px}.attendance-session-card,.attendance-detail-card,.attendance-insight-card,.attendance-media-card,.attendance-admin-card{padding:18px;border:1px solid #e8edf4;border-radius:24px;background:#fff;box-shadow:0 20px 45px #0f172a09}.attendance-session-card,.attendance-detail-card{background:linear-gradient(180deg,#fff,#fcfdff)}.attendance-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.attendance-section-title h3{margin:0;font-size:20px;line-height:1.2;color:#172132;letter-spacing:-.03em}.attendance-section-title p{margin:5px 0 0;font-size:13px;line-height:1.55;color:#7a879c}.attendance-session-header,.attendance-detail-header{display:grid;gap:14px}.attendance-session-header-top,.attendance-detail-header{align-items:start}.attendance-session-header-top{display:flex;justify-content:space-between;gap:12px}.attendance-session-heading h3,.attendance-detail-heading h3{margin:0;font-size:20px;line-height:1.2;color:#172132;letter-spacing:-.03em}.attendance-session-heading p,.attendance-detail-heading p{margin:5px 0 0;font-size:13px;line-height:1.55;color:#7a879c}.attendance-section-controls{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;flex-wrap:wrap}.attendance-staff-filter{display:grid;gap:6px}.attendance-staff-filter span{font-size:11px;font-weight:700;color:#76839b;text-transform:uppercase;letter-spacing:.06em;text-align:left}.attendance-staff-filter select{height:42px;padding:0 12px;border:1px solid #dbe3ee;border-radius:14px;background:#fff;color:#162033;font:inherit}.attendance-session-timeline,.attendance-student-list,.attendance-insight-list{display:grid;gap:12px}.attendance-session-tile{position:relative;display:grid;grid-template-columns:12px minmax(0,1fr);gap:14px;padding:14px 16px;border:1px solid #e9eef6;border-radius:20px;background:#fff;text-align:left;box-shadow:0 10px 24px #0f172a08}.attendance-session-tile:hover{transform:translateY(-1px);border-color:#d7e4ff}.attendance-session-tile.active{border-color:#cddcff;background:linear-gradient(180deg,#fff,#f7faff);box-shadow:0 18px 38px #3b82f617}.attendance-session-dot{width:8px;height:8px;margin-top:8px;border-radius:999px;background:#9aa6ba;box-shadow:0 0 0 4px #94a3b81f}.attendance-session-tile.active .attendance-session-dot{background:#2f67ff;box-shadow:0 0 0 4px #2f67ff1f}.attendance-session-content{display:grid;gap:6px}.attendance-session-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.attendance-session-topline strong{font-size:14px;color:#30415f}.attendance-session-badge-stack{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.attendance-role-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;background:#f4f7fb;color:#607086;font-size:11px;font-weight:700;border:1px solid #e5ebf3}.attendance-session-content h4{margin:0;font-size:18px;line-height:1.25;color:#162033;letter-spacing:-.02em}.attendance-session-content p,.attendance-session-content span{margin:0;font-size:13px;line-height:1.5;color:#7b879c}.attendance-mini-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.attendance-mini-badge.green{background:#e9f9ef;color:#1c924a}.attendance-mini-badge.amber{background:#fff4e5;color:#ca7c00}.attendance-mini-badge.blue{background:#eef4ff;color:#316cff}.attendance-mini-badge.purple{background:#f4ecff;color:#8a37ff}.attendance-mini-badge.red{background:#feeaea;color:#d9485f}.attendance-detail-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.attendance-detail-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.attendance-detail-body{display:grid;gap:16px}.attendance-session-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.attendance-summary-card{padding:16px 18px;border:1px solid #edf2f8;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff)}.attendance-session-summary span{display:block;margin-bottom:5px;font-size:11px;font-weight:700;color:#76839b;text-transform:uppercase;letter-spacing:.06em}.attendance-session-summary strong{font-size:14px;line-height:1.45;color:#162033}.attendance-detail-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.attendance-student-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.attendance-student-card{display:grid;gap:12px;padding:16px;border:1px solid #e8edf4;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff)}.attendance-student-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.attendance-student-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:radial-gradient(circle at 30% 20%,#fff,#e8f0ff);border:1px solid #dbe6fb;color:#2b5eff;font-size:15px;font-weight:800;letter-spacing:.02em}.attendance-student-meta{display:grid;gap:3px}.attendance-student-meta strong{display:block;font-size:15px;line-height:1.35;color:#162033}.attendance-student-meta span{display:block;font-size:12px;line-height:1.45;color:#7a879d}.attendance-student-meta small{display:block;font-size:12px;line-height:1.45;color:#8a96ab}.attendance-assignment-pill{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:22px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:700}.attendance-assignment-pill.tone-red{background:#feecef;color:#d14343}.attendance-assignment-pill.tone-amber{background:#fff4e5;color:#c98212}.attendance-assignment-pill.tone-blue{background:#eef4ff;color:#316cff}.attendance-assignment-pill.tone-slate{background:#f2f4f7;color:#667085}.attendance-status-row{display:flex;flex-wrap:wrap;gap:8px}.attendance-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid #dfE7f2;border-radius:999px;background:#fff;color:#506076;font-size:12px;font-weight:700}.attendance-status-chip.active{box-shadow:inset 0 0 0 1px #4f8dff0d}.attendance-status-chip.tone-green.active{border-color:#b9e7c9;background:#e9f9ef;color:#15803d}.attendance-status-chip.tone-amber.active{border-color:#f9ddb0;background:#fff4e5;color:#b76d05}.attendance-status-chip.tone-red.active{border-color:#f7c1c7;background:#feecec;color:#d14343}.attendance-status-chip.tone-slate.active{border-color:#d9dfe8;background:#f4f6f8;color:#667085}.attendance-status-chip.tone-blue.active{border-color:#caddff;background:#eef4ff;color:#316cff}.attendance-student-card input,.attendance-admin-card input,.attendance-admin-card select{height:42px;padding:0 12px;border:1px solid #dbe3ee;border-radius:14px;background:#fff;color:#162033}.attendance-save-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding-top:6px}.attendance-save-summary{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px 12px;border-radius:16px;background:#f8fbff;color:#6e7a90;font-size:12px}.attendance-save-summary strong{font-size:15px;color:#162033}.attendance-empty-state{padding:20px;border:1px dashed #d7e0ec;border-radius:18px;background:#fbfdff;color:#6f7c92;text-align:center}.attendance-insight-grid{display:grid;gap:18px}.attendance-insight-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #eef2f7}.attendance-insight-item:first-child{padding-top:0;border-top:none}.attendance-insight-item strong{display:block;font-size:14px;color:#162033}.attendance-insight-item span{display:block;margin-top:4px;font-size:12px;line-height:1.5;color:#738198}.attendance-insight-divider{height:1px;background:#eef2f7}.attendance-insight-list.compact .attendance-insight-item{padding:10px 0}.attendance-upload-dropzone{position:relative;display:grid;place-items:center;min-height:220px;padding:18px;border:1px dashed #d7e0ec;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);cursor:pointer;overflow:hidden}.attendance-upload-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.attendance-upload-empty{display:grid;gap:6px;text-align:center;color:#7d8aa0}.attendance-upload-empty strong{font-size:15px;color:#1c2740}.attendance-photo-preview{overflow:hidden;border-radius:18px;border:1px solid #edf2f8;background:#f8fbff}.attendance-photo-preview img{display:block;width:100%;max-height:260px;object-fit:cover}.attendance-upload-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px}.attendance-upload-foot span{font-size:12px;color:#7a879b}.attendance-media-card,.attendance-insight-card{min-height:100%}.attendance-weekday-grid{display:flex;flex-wrap:wrap;gap:10px}.attendance-weekday-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e8edf4;border-radius:999px;background:#fff;color:#344054;font-size:12px;font-weight:600}@media(min-width:900px){.attendance-layout{grid-template-columns:360px minmax(0,1fr);align-items:start}.attendance-session-card{padding-right:16px}.attendance-session-timeline{max-height:calc(100vh - 310px);overflow:auto;padding-right:4px}.attendance-detail-header-actions{margin-left:auto}.attendance-insight-grid{grid-template-columns:1.1fr 1.6fr}}@media(max-width:899px){.attendance-student-list,.attendance-save-bar{grid-template-columns:1fr}.attendance-detail-header,.attendance-session-header-top{display:grid}.attendance-detail-header-actions{justify-content:flex-start}.attendance-session-summary{grid-template-columns:1fr}}@media(max-width:640px){.attendance-page-shell{gap:14px}.attendance-mobile-hero-actions{gap:8px}.attendance-date-pill{height:42px;padding:0 12px}.attendance-week-button{height:42px;padding:0 14px}.attendance-nav-button{width:38px;height:38px}.attendance-toolbar-card,.attendance-session-card,.attendance-detail-card,.attendance-insight-card,.attendance-media-card,.attendance-admin-card{padding:14px;border-radius:18px}.attendance-section-controls{width:100%;justify-content:stretch}.attendance-staff-filter{min-width:0;flex:1 1 100%}.attendance-session-summary{grid-template-columns:1fr}.attendance-detail-actions,.attendance-upload-foot{justify-content:flex-start}.attendance-student-card{padding:14px}.attendance-session-topline{align-items:flex-start}.attendance-session-badge-stack{justify-content:flex-start}}.schedule-session-stack,.schedule-slot-stack{display:grid;gap:8px}.schedule-slot-item{padding:13px 14px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:linear-gradient(180deg,#fff,#f9fbff);display:grid;gap:10px;text-align:left;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.schedule-slot-item:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0f}.schedule-slot-item.filled{box-shadow:inset 0 0 0 1px #60a5fa38,0 14px 28px #2563eb0f}.schedule-slot-item.empty{background:linear-gradient(180deg,#fbfdff,#f8fbff);border-style:dashed}.schedule-slot-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.schedule-slot-head strong{display:block;font-size:14px;line-height:1.4;color:#0f172a}.schedule-slot-head span{display:block;margin-top:4px;font-size:12px;color:#64748b}.schedule-slot-lines{display:grid;gap:8px}.schedule-slot-line{display:grid;gap:4px}.schedule-slot-line span{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.schedule-slot-line strong{font-size:13px;line-height:1.45;color:#0f172a}.schedule-slot-warning{padding:8px 10px;border-radius:12px;background:#fff7ed;color:#b45309;font-size:12px;font-weight:700}.schedule-session-item{padding:12px 13px;border:1px solid rgba(148,163,184,.16);border-radius:16px;background:linear-gradient(180deg,#fff,#f9fbff);display:grid;gap:8px;text-align:left;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.schedule-session-item:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a0f}.schedule-session-item.active{border-color:#3b82f652;box-shadow:0 16px 28px #3b82f61f;background:linear-gradient(180deg,#f8fbff,#fff)}.schedule-session-item-head{display:grid;gap:7px}.schedule-session-item-topline{display:flex;justify-content:space-between;gap:10px;align-items:center}.schedule-session-time{font-size:12px;font-weight:800;color:#1d4ed8}.schedule-session-title{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#0f172a}.schedule-session-item-meta{display:grid;gap:4px;font-size:12px;color:#64748b}.schedule-session-warning-row{display:flex;gap:6px;flex-wrap:wrap}.schedule-empty-state,.schedule-loading-state,.schedule-roster-empty{padding:18px;border:1px dashed rgba(148,163,184,.24);border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f6faff);color:#64748b;display:grid;gap:8px}.schedule-empty-steps{display:grid;gap:6px;font-size:12px;line-height:1.55;color:#475569}.schedule-empty-steps span{display:block}.schedule-selected-session{display:grid;gap:14px;padding:14px;border-radius:20px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:inset 0 0 0 1px #94a3b81f}.schedule-selected-session-placeholder{padding:0;background:transparent;box-shadow:none}.schedule-selected-session-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.schedule-selected-session-head h4{margin:0;font-size:17px;letter-spacing:-.03em}.schedule-selected-session-head span{display:block;margin-top:4px;font-size:12px;color:#64748b}.schedule-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-detail-grid div{padding:12px;border:1px solid rgba(148,163,184,.12);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);display:grid;gap:6px}.schedule-detail-grid span{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.schedule-detail-grid strong{font-size:13px;line-height:1.45;color:#0f172a}.schedule-assignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-assignment-card{padding:14px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 0 0 1px #94a3b81f;display:grid;gap:10px}.schedule-assignment-card-wide{grid-column:1 / -1}.schedule-assignment-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.schedule-assignment-head span{display:block;font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.schedule-assignment-head strong{display:block;margin-top:4px;font-size:15px;color:#0f172a}.schedule-assignment-meta{font-size:12px;line-height:1.55;color:#64748b}.schedule-chip-cloud{display:flex;flex-wrap:wrap;gap:8px}.schedule-pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 11px;border-radius:999px;font-size:12px;font-weight:700}.schedule-pill-coach{background:#eff6ff;color:#1d4ed8}.schedule-pill-assistant{background:#f5f3ff;color:#6d28d9}.schedule-pill-empty{background:#f8fafc;color:#64748b}.schedule-pill-info{background:#ecfeff;color:#0f766e}.schedule-pill-muted{background:#f8fafc;color:#64748b}.schedule-conflict-box{padding:12px 14px;border:1px solid rgba(245,158,11,.22);border-radius:18px;background:linear-gradient(180deg,#fffaf0,#fff5dd);display:grid;gap:10px}.schedule-conflict-title{display:flex;align-items:center;gap:8px;color:#9a6700}.schedule-conflict-title .btn-icon{color:inherit}.schedule-conflict-tags{display:flex;gap:6px;flex-wrap:wrap}.schedule-conflict-list{margin:0;padding-left:18px;color:#8a5a00;display:grid;gap:6px}.schedule-conflict-alert{display:grid;gap:10px;padding:12px 14px;border:1px solid #fecdd3;border-radius:18px;background:linear-gradient(180deg,#fff7f7,#fff1f2)}.schedule-conflict-alert-head{display:flex;align-items:center;gap:8px;color:#c2410c}.schedule-conflict-alert-head .btn-icon{width:14px;height:14px;flex:0 0 14px;color:inherit}.schedule-conflict-alert-head .btn-icon svg{width:14px;height:14px}.schedule-conflict-alert-head strong{font-size:13px;line-height:1.45;color:inherit}.schedule-conflict-alert-list{display:grid;gap:8px}.schedule-conflict-alert-item{display:grid;gap:4px}.schedule-conflict-alert-item strong{font-size:12px;color:#9a3412}.schedule-conflict-alert-item span{font-size:12px;line-height:1.5;color:#7c2d12}.schedule-roster-panel{display:grid;gap:10px}.schedule-roster-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.schedule-roster-head strong{font-size:14px}.schedule-roster-head span{font-size:12px;color:#64748b}.schedule-roster-table-wrap{border-radius:18px;overflow:hidden}.schedule-roster-table th,.schedule-roster-table td{padding:9px 10px;font-size:12px}.schedule-roster-table thead th{background:#f8fbff}.schedule-roster-table{min-width:100%}.schedule-modal-card{width:min(840px,100%);background:#fff;border:1px solid #e8edf4;box-shadow:0 24px 60px #0f172a1f}.schedule-modal-card .section-title{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #eef2f7}.schedule-modal-card .section-title h3{font-size:18px;color:#162033}.schedule-modal-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0}.schedule-modal-summary div{display:grid;gap:4px;padding:12px 14px;border-radius:16px;background:#fbfcfe;border:1px solid #eef2f7}.schedule-modal-summary span{font-size:11px;font-weight:700;color:#8a96aa;text-transform:uppercase;letter-spacing:.04em}.schedule-modal-summary strong{font-size:13px;color:#162033;line-height:1.45}.schedule-modal-summary select{height:40px;border:1px solid #e8edf4;border-radius:12px;background:#fff;color:#344053;padding:0 10px;font:inherit}.schedule-replacement-note{display:grid;gap:8px;margin-top:14px}.schedule-replacement-note span{font-size:12px;font-weight:700;color:#516075}.schedule-replacement-note textarea{min-height:72px;padding:12px 14px;border:1px solid #e8edf4;border-radius:14px;background:#fff;color:#162033;resize:vertical;font:inherit;box-shadow:none}.schedule-student-detail-modal{width:min(640px,100%)}.schedule-student-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-student-detail-grid div{padding:12px;border:1px solid rgba(148,163,184,.12);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);display:grid;gap:6px}.schedule-student-detail-grid span{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.schedule-student-detail-grid strong{font-size:13px;line-height:1.45;color:#0f172a}.schedule-assignment-modal-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-end;margin-bottom:14px}.schedule-assignment-modal-summary{display:grid;gap:4px}.schedule-assignment-modal-summary span{font-size:11px;font-weight:700;color:#8a96aa;text-transform:uppercase;letter-spacing:.04em}.schedule-assignment-modal-summary strong{font-size:15px;line-height:1.4;color:#162033}.schedule-assignment-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.schedule-assignment-stat{min-width:90px;display:grid;gap:4px;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid #e8edf4;box-shadow:none}.schedule-assignment-stat span{font-size:11px;font-weight:700;color:#8a96aa;text-transform:uppercase;letter-spacing:.04em}.schedule-assignment-stat strong{font-size:18px;line-height:1;color:#162033}.schedule-assignment-search{min-width:280px}.schedule-assignment-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:14px;align-items:start}.schedule-assignment-primary,.schedule-assignment-sidebar,.schedule-assignment-column{display:grid;gap:12px}.schedule-assignment-column-head{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;background:#fbfcfe;border:1px solid #eef2f7;box-shadow:none}.schedule-assignment-column-head .btn-icon{color:#93a0b4}.schedule-assignment-column-head strong{display:block;font-size:14px;color:#162033}.schedule-assignment-column-head span{display:block;margin-top:4px;font-size:12px;line-height:1.5;color:#6b778c}.schedule-assignment-quick-actions{display:flex;gap:8px;flex-wrap:wrap}.schedule-assignment-picker,.schedule-student-picker{display:grid;gap:10px;max-height:420px;overflow:auto;padding-right:2px}.schedule-picker-empty{padding:16px 14px;border-radius:16px;background:#fbfcfe;border:1px dashed #e8edf4;box-shadow:none}.schedule-pick-card{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border-radius:16px;background:#fff;border:1px solid #e8edf4;box-shadow:none;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.schedule-pick-card:hover{transform:translateY(-1px);border-color:#dbe5f0;background:#fcfdff}.schedule-pick-card.selected{background:#f7fbff;border-color:#cfe0ff;box-shadow:none}.schedule-pick-card input{margin-top:3px}.schedule-pick-card strong{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;font-size:13px;line-height:1.45;color:#0f172a}.schedule-pick-card>div>span{display:block;margin-top:4px;font-size:12px;line-height:1.5;color:#64748b}.schedule-student-age-inline{display:inline;font-size:11px;font-weight:500;line-height:1.4;color:#64748b}.schedule-student-setting-box{display:grid;gap:8px;margin-top:10px}.schedule-student-setting-box select,.schedule-student-setting-box input{height:36px;padding:0 10px;border:1px solid #e8edf4;border-radius:10px;background:#fff;color:#162033;font-size:12px}.schedule-student-setting-box input{height:38px}.schedule-student-summary-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.modal-backdrop-nested{background:#0f172a1f;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.schedule-bulk-modal{width:min(560px,100%);display:grid;gap:16px;background:#fff;border:1px solid #e8edf4;box-shadow:0 24px 60px #0f172a1f}.schedule-bulk-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.schedule-bulk-modal-grid label,.schedule-bulk-weekdays{display:grid;gap:8px}.schedule-bulk-modal-grid span,.schedule-bulk-weekdays>span{font-size:12px;font-weight:700;color:#516075}.schedule-bulk-modal-grid input{height:40px;padding:0 12px;border:1px solid #e8edf4;border-radius:12px;background:#fff;color:#162033}.schedule-bulk-preset-list{display:flex;flex-wrap:wrap;gap:8px}.schedule-bulk-preset-btn.selected{background:#f7fbff;border-color:#cfe0ff;color:#3b82f6;box-shadow:none}.schedule-bulk-weekday-list{display:flex;flex-wrap:wrap;gap:10px}.schedule-bulk-weekday-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid #e8edf4;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background .16s ease}.schedule-bulk-weekday-chip:hover{transform:translateY(-1px);border-color:#dbe5f0;background:#fcfdff}.schedule-bulk-weekday-chip.selected{background:#f7fbff;border-color:#cfe0ff;box-shadow:none}.schedule-bulk-weekday-chip input{margin:0}.schedule-bulk-weekday-chip span{font-size:13px;font-weight:600;color:#0f172a}.schedule-bulk-hint{padding:12px 14px;border-radius:16px;background:#fbfcfe;border:1px solid #eef2f7;box-shadow:none;font-size:12px;line-height:1.6;color:#6b778c}@media(max-width:1200px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.grid-2,.two-column,.data-setup-layout,.card-subgrid,.student-pick-grid{grid-template-columns:1fr}.stat-stack,.kpi-grid{grid-template-columns:repeat(2,1fr)}.student-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-table-toolbar{flex-direction:column}.student-filter-field{min-width:0;width:100%}.branch-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-table-toolbar{flex-direction:column;align-items:stretch}.branch-toolbar-search{min-width:0}.branch-toolbar-summary{justify-content:flex-start}.resource-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-table-toolbar{flex-direction:column;align-items:stretch}.resource-toolbar-search{min-width:0}.resource-toolbar-actions{flex-direction:column;align-items:stretch}.resource-toolbar-summary{justify-content:flex-start}.schedule-calendar-layout{grid-template-columns:1fr}.schedule-detail-panel{position:static;max-height:none}.schedule-toolbar-foot{flex-direction:column;align-items:flex-start}.schedule-assignment-layout{grid-template-columns:1fr}}@media(max-width:980px){.app{display:block}.sidebar{position:relative;height:auto;width:auto;border-right:none;border-bottom:1px solid var(--line)}.sidebar-foot{position:static;margin-top:14px}.topbar{padding:0 16px}.topbar-copy{width:100%}.search{min-width:0;flex:1}.page{padding:18px}.hero{flex-direction:column}.student-page-hero{padding:20px}.branch-page-hero{padding:20px;flex-direction:column}.branch-page-actions,.branch-page-actions .primary-button{width:100%}.resource-page-hero{padding:20px;flex-direction:column}.resource-page-actions,.resource-page-actions .primary-button{width:100%}.schedule-page-hero{padding:18px}.schedule-hero-top{flex-direction:column;align-items:flex-start}.schedule-hero-actions{justify-content:flex-start;flex-wrap:wrap;margin-left:0}.schedule-toolbar{flex-direction:column;align-items:stretch}.schedule-toolbar-controls{margin-left:0;justify-content:flex-start}.schedule-month-switcher{justify-content:space-between}.schedule-hero-button-row{justify-content:stretch}.schedule-toolbar-filters .student-filter-field{min-width:0;width:100%}.schedule-insight-grid{grid-template-columns:1fr}.schedule-day-highlight{grid-template-columns:repeat(3,minmax(0,1fr))}.schedule-assignment-grid{grid-template-columns:1fr}.schedule-assignment-modal-head{flex-direction:column;align-items:stretch}.schedule-assignment-stats{justify-content:flex-start}.schedule-assignment-search{min-width:0;width:100%}.schedule-bulk-modal-grid{grid-template-columns:1fr}}@media(max-width:700px){.grid-4,.grid-3,.grid-2,.stat-stack{grid-template-columns:1fr}.topbar{gap:10px;align-items:center;height:auto;padding:12px 16px;flex-direction:column}.profile div{display:none}.search{padding:10px 12px;width:100%}.hero h1{font-size:28px}.kpi-grid,.form-grid.two-columns,.student-metric-grid{grid-template-columns:1fr}.student-page-copy h1{font-size:28px}.student-inline-meta{display:grid;gap:6px}.student-inline-meta span:before{display:none}.branch-page-copy h1{font-size:28px}.branch-metric-strip,.branch-form-grid{grid-template-columns:1fr}.resource-page-copy h1{font-size:28px}.resource-metric-strip,.resource-form-grid{grid-template-columns:1fr}.schedule-weekday-cell{padding:10px 6px;font-size:11px}.schedule-day-cell{min-height:112px;padding:8px}.schedule-day-chip{padding:5px 6px}.schedule-detail-grid,.schedule-modal-summary,.schedule-day-highlight{grid-template-columns:1fr}.schedule-month-switcher strong{min-width:132px}.schedule-legend{gap:8px}.schedule-legend-item{font-size:11px}}
