:root{--bg0: #f0f8ff;--bg1: #e8f4fc;--bg2: #dceef9;--surface: #ffffff;--surface-2: #eef7fd;--text: #0f2744;--muted: #5b7a94;--accent: #38bdf8;--accent-2: #0ea5e9;--danger: #e11d48;--line: #cfe4f5;--radius: 14px;--font: "DM Sans", system-ui, sans-serif;--display: "Instrument Serif", Georgia, serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:radial-gradient(1100px 520px at 8% -8%,rgba(56,189,248,.28),transparent 55%),radial-gradient(900px 480px at 95% 0%,rgba(186,230,253,.55),transparent 50%),linear-gradient(165deg,var(--bg0),var(--bg1) 50%,var(--bg2));background-attachment:fixed}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;align-items:start}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:4px 0 24px #0e74900f;overflow:hidden}.sidebar-inner{height:100%;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem .85rem;overflow-y:auto}.sidebar-footer{margin-top:auto;padding-top:.75rem;border-top:1px solid var(--line);flex-shrink:0}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sidebar-close,.mobile-topbar,.nav-backdrop{display:none}.nav-group{margin-bottom:.4rem;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.nav-group-bar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:0;background:var(--surface-2);color:var(--text);font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.55rem .75rem;cursor:pointer;text-align:left}.nav-group-bar:hover{background:#e0f2fe}.nav-group.open .nav-group-bar{border-bottom:1px solid var(--line)}.nav-group-chevron{color:var(--muted);font-size:.75rem;line-height:1}.nav-group-panel{padding:.35rem .3rem .4rem}.nav-group-panel a{margin-bottom:.15rem}.brand{font-family:var(--display);font-size:1.8rem;letter-spacing:.02em;padding:0 .5rem}.brand span{color:var(--accent-2)}.nav a{display:block;padding:.65rem .8rem;border-radius:10px;color:var(--muted);margin-bottom:.25rem}.nav a.active,.nav a:hover{background:var(--surface-2);color:var(--text)}.main{padding:1.5rem 2rem 3rem}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}a.btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}h1,h2{font-family:var(--display);font-weight:400;margin:0 0 .5rem}.muted{color:var(--muted)}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem;box-shadow:0 4px 16px #0e74900d}.stat{font-size:2rem;font-family:var(--display)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.75rem .9rem;border-bottom:1px solid var(--line);font-size:.92rem}th{color:var(--muted);font-weight:600}.btn{border:0;border-radius:999px;padding:.55rem 1rem;background:var(--accent-2);color:#fff;font-weight:600;cursor:pointer}.btn.secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.btn.danger{background:var(--danger);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.field input,.field select,.field textarea{background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--text);padding:.7rem .8rem}.field select{color-scheme:light}.field select option,.field select optgroup{background-color:#fff;color:#0f2744}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:2rem;box-shadow:0 16px 48px #0e74901f}.login-card h1{font-size:2.4rem}.error{color:var(--danger);font-size:.9rem;margin:.5rem 0 1rem}.reasons{margin:.5rem 0 0;padding-left:1.1rem;color:var(--danger)}.pill{display:inline-block;padding:.2rem .55rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:.75rem;font-weight:600}.pill-warn{background:#fef3c7;color:#92400e}.term-banner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.25rem;padding:.85rem 1rem;border:1px solid var(--line);background:linear-gradient(120deg,#f0f9ff,#fff 55%)}.term-banner-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.1rem;font-size:.85rem}.empty-state{text-align:center;padding:2rem 1.25rem;border:1px dashed var(--line);border-radius:var(--radius);background:#ffffffa6}.empty-state-icon{font-size:1.6rem;margin-bottom:.5rem;opacity:.7}.progress-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:.35rem}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent-2),var(--accent))}.bar-chart{display:flex;flex-direction:column;gap:.55rem}.bar-chart-row{display:grid;grid-template-columns:minmax(80px,1.2fr) 3fr auto;gap:.55rem;align-items:center}.bar-chart-label{font-size:.85rem}.bar-chart-track{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.bar-chart-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#7dd3fc);border-radius:999px;min-width:2px}.bar-chart-value{font-size:.85rem;font-weight:600;min-width:2ch;text-align:right}.timeline{display:flex;flex-direction:column;gap:0;border-left:2px solid var(--line);margin-left:.4rem;padding-left:1rem}.timeline-item{position:relative;padding:.65rem 0}.timeline-dot{position:absolute;left:-1.35rem;top:1rem;width:10px;height:10px;border-radius:50%;background:var(--accent-2);border:2px solid #fff;box-shadow:0 0 0 1px var(--line)}.dash-week-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:.75rem}.onboarding-tip{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f274459;display:grid;place-items:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.5rem;box-shadow:0 20px 60px #0e74902e;color:var(--text)}.tt-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}.tt-view-toggle{display:inline-flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.tt-view-toggle button{border:0;background:transparent;color:var(--muted);padding:.45rem .9rem;cursor:pointer}.tt-view-toggle button.active{background:var(--accent-2);color:#fff;font-weight:600}.tt-legend{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;font-size:.85rem}.tt-legend-item{display:inline-flex;align-items:center;gap:.35rem}.tt-legend-item:before{content:"";width:10px;height:10px;border-radius:2px;border:1px solid #cbd5e1}.tt-legend-item.class:before{background:#dbeafe;border-color:#93c5fd}.tt-legend-item.exam:before{background:#ffedd5;border-color:#fdba74}.tt-board{background:#fff;color:#1e293b;border:1px solid #cfe4f5;border-radius:12px;overflow:hidden;box-shadow:0 8px 28px #0e74901a}.tt-scroll{overflow-x:auto}.tt-grid{display:grid;min-width:720px;background:#f8fafc}.tt-corner,.tt-col-head,.tt-time{background:#f1f5f9;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:.55rem .45rem;font-size:.8rem;font-weight:600;color:#334155}.tt-col-head{text-align:center}.tt-col-sub{font-weight:400;color:#64748b;font-size:.75rem;margin-top:.15rem}.tt-time{display:flex;align-items:flex-start;justify-content:flex-end;padding-right:.5rem;color:#64748b;font-variant-numeric:tabular-nums}.tt-cell{min-height:56px;background:#fff;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:3px;display:flex;flex-direction:column;gap:3px;cursor:cell;text-align:left}.tt-cell:hover{background:#f8fafc}.tt-event{border-radius:4px;padding:.25rem .35rem;font-size:.72rem;line-height:1.25;display:flex;flex-direction:column;gap:.1rem;cursor:pointer;border:1px solid transparent;color:#0f172a}.tt-event strong{font-size:.74rem;font-weight:650}.tt-event.class{background:#dbeafe;border-color:#93c5fd}.tt-event.exam{background:#ffedd5;border-color:#fdba74}.tt-room{color:#64748b}.tt-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#e2e8f0;gap:1px}.tt-month-head{background:#f1f5f9;padding:.55rem;text-align:center;font-size:.8rem;font-weight:600;color:#334155}.tt-month-cell{min-height:110px;background:#fff;border:0;padding:.4rem;display:flex;flex-direction:column;gap:.25rem;cursor:pointer;text-align:left;color:inherit;font:inherit}.tt-month-cell:hover{background:#f8fafc}.tt-month-cell.muted-month{background:#f8fafc;color:#94a3b8}.tt-month-cell.today .tt-month-num{background:#2563eb;color:#fff;border-radius:999px;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center}.tt-month-num{font-size:.85rem;font-weight:600}.tt-month-events{display:flex;flex-direction:column;gap:2px;overflow:hidden}.tt-month-chip{font-size:.68rem;border-radius:3px;padding:.12rem .28rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a}.tt-month-chip.class{background:#dbeafe}.tt-month-chip.exam{background:#ffedd5}.tt-month-more{font-size:.68rem;color:#64748b}.tt-picker{background:#fff;color:var(--text)}.grade-input{width:4.5rem;padding:.35rem .45rem;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text)}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.85rem}.pagination-meta{margin:0;font-size:.85rem}.pagination-actions{gap:.4rem}.dash-hero{background:linear-gradient(135deg,#38bdf829,#fffffff2 55%),#fff}.dash-hero-meta{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.dash-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.dash-kpi .stat{font-size:1.75rem;margin-top:.2rem}.dash-kpi-hint{font-size:.78rem;margin-top:.25rem}.dash-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.65rem;margin-top:.75rem}.dash-quick-link{display:flex;flex-direction:column;gap:.2rem;padding:.85rem .95rem;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);transition:background .15s ease,border-color .15s ease}.dash-quick-link:hover{background:#e0f2fe;border-color:#93c5fd}.dash-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.dash-list-item{padding:.65rem 0;border-bottom:1px solid var(--line)}.dash-list-item:last-child{border-bottom:0;padding-bottom:0}.dash-bar-row{display:flex;flex-direction:column;gap:.3rem}.dash-bar-label{display:flex;justify-content:space-between;gap:.75rem;font-size:.9rem}.dash-bar-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.dash-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#0ea5e9)}.tab-bar{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.25rem}.tab-bar button{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:.45rem .95rem;font:inherit;font-weight:600;cursor:pointer}.tab-bar button.active{background:var(--accent-2);border-color:var(--accent-2);color:#fff}@media(max-width:900px){.shell{grid-template-columns:1fr}.mobile-topbar{display:flex;align-items:center;gap:.65rem;position:sticky;top:0;z-index:40;padding:.7rem .85rem;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-brand{flex:1;font-size:1.35rem;padding:0;min-width:0}.mobile-menu-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;cursor:pointer;flex-shrink:0}.mobile-menu-btn span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px}.mobile-notify{min-width:42px;height:42px;border-radius:10px;border:1px solid var(--line);background:#e0f2fe;color:#0369a1;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;border:0;padding:0;margin:0;background:#0f274466;cursor:pointer}.sidebar{position:fixed;top:0;left:0;z-index:50;width:min(320px,88vw);height:100vh;height:100dvh;border-right:1px solid var(--line);border-bottom:0;transform:translate(-105%);transition:transform .22s ease;box-shadow:none}.sidebar.open{transform:translate(0);box-shadow:12px 0 40px #0e74902e}.sidebar-inner{height:100%;max-height:none;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.sidebar-close{display:inline-flex;padding:.4rem .75rem;font-size:.85rem}.sidebar .sidebar-head .brand{font-size:1.4rem}.mobile-notify.has-unread{background:var(--accent-2);border-color:var(--accent-2);color:#fff}.main{padding:1rem .85rem calc(2rem + env(safe-area-inset-bottom,0px));min-width:0}.topbar{align-items:flex-start;flex-direction:column}.topbar .row{width:100%}.topbar .btn,.topbar a.btn{flex:1 1 auto}h1{font-size:1.65rem;word-break:break-word}h2{font-size:1.25rem}.grid{grid-template-columns:1fr}.card{padding:.95rem}.table-wrap{margin:0 -.15rem;border-radius:10px;-webkit-overflow-scrolling:touch}table{min-width:560px}th,td{padding:.65rem .7rem;font-size:.86rem}.btn{min-height:40px;padding:.55rem .9rem}.pagination{flex-direction:column;align-items:stretch}.pagination-actions{width:100%}.pagination-actions .btn{flex:1}.tab-bar{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:.15rem}.tab-bar button{flex:0 0 auto;white-space:nowrap}.dash-hero-meta{justify-content:flex-start}.dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-kpi .stat{font-size:1.4rem}.dash-quick-grid,.dash-panels{grid-template-columns:1fr}.login-page{padding:2rem 1rem 1rem;align-items:start}.login-card{padding:1.35rem}.login-card h1{font-size:1.9rem}.modal-card{width:min(100%,520px);max-height:min(90dvh,90vh);overflow-y:auto}.tt-toolbar{flex-direction:column;align-items:stretch}.tt-view-toggle{width:100%}.tt-view-toggle button{flex:1}.tt-month-cell{min-height:72px;padding:.3rem}.tt-month-chip{font-size:.6rem}.field input,.field select,.field textarea{font-size:16px}.row{gap:.45rem}}@media(max-width:480px){.dash-kpi-grid{grid-template-columns:1fr 1fr}.stat{font-size:1.5rem}table{min-width:480px}}
