:root{--brand-teal:#49a5b2;--brand-green:#84c77a;--brand-indigo:#6378af;--brand-teal-600:#3d8b96;--brand-teal-050:#e9f4f6;--brand-indigo-600:#52689a;--bg:#f6f8fa;--surface:#fff;--surface-2:#f0f3f6;--border:#e2e8ee;--text:#1c2430;--text-muted:#5c6875;--radius:8px;--shadow-sm:0 1px 2px #1c24300f;--shadow:0 2px 8px #1c243014;--font-ui:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace}[data-theme=dark]{--bg:#0f151c;--surface:#171f29;--surface-2:#1e2833;--border:#2a3744;--text:#e7edf3;--text-muted:#9aa8b6;--brand-teal-050:#12252a;--shadow-sm:0 1px 2px #0000004d;--shadow:0 2px 8px #00000059}*{box-sizing:border-box}body{font-family:var(--font-ui);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}code,kbd,.mono{font-family:var(--font-mono)}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.btn-brand{background:var(--brand-teal);border-color:var(--brand-teal);color:#fff}.btn-brand:hover{background:var(--brand-teal-600);border-color:var(--brand-teal-600);color:#fff}.badge-role{font-family:var(--font-mono);background:var(--brand-teal-050);color:var(--brand-teal-600);border-radius:6px;padding:.2rem .5rem;font-size:.72rem}.chip-blue{color:var(--brand-indigo-600);background:#e7eefc}.chip-teal{background:var(--brand-teal-050);color:var(--brand-teal-600)}.chip-green{color:#4f9f43;background:#eaf6e6}:root{--topbar-h:56px;--sidebar-w:240px}.app-topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);z-index:1030;align-items:center;gap:.75rem;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.app-topbar-brand{color:var(--text);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:flex}.app-topbar-spacer{flex:1}.app-topbar-user{align-items:center;gap:.5rem;display:flex}.app-topbar-user .user-name{font-size:.88rem}.app-shell{padding-top:var(--topbar-h);min-height:100vh;display:flex}.app-sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);top:var(--topbar-h);height:calc(100vh - var(--topbar-h));flex-shrink:0;align-self:flex-start;padding:1rem;position:sticky;overflow-y:auto}.app-main{flex:1;min-width:0;padding:1.5rem}.app-nav-link{border-radius:var(--radius);color:var(--text-muted);align-items:center;gap:.6rem;padding:.55rem .7rem;font-size:.92rem;text-decoration:none;display:flex}.app-nav-link:hover{background:var(--surface-2);color:var(--text)}.app-nav-link.active{background:var(--brand-teal-050);color:var(--brand-teal-600);font-weight:600}.app-nav-link i{text-align:center;width:18px}.app-hamburger{color:var(--text);background:0 0;border:0;font-size:1.2rem;display:none}.offcanvas.app-offcanvas{background:var(--surface);color:var(--text);width:var(--sidebar-w)!important}.app-offcanvas .offcanvas-header{border-bottom:1px solid var(--border)}:focus-visible{outline:2px solid var(--brand-teal);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media (width<=991.98px){.app-sidebar{display:none}.app-hamburger{align-items:center;display:inline-flex}.app-topbar-user .user-name,.app-topbar-user .user-role{display:none}}.pagination{--bs-pagination-color:var(--text-muted);--bs-pagination-bg:var(--surface);--bs-pagination-border-color:var(--border);--bs-pagination-hover-color:var(--brand-teal-600);--bs-pagination-hover-bg:var(--surface-2);--bs-pagination-hover-border-color:var(--border);--bs-pagination-focus-color:var(--brand-teal-600);--bs-pagination-focus-bg:var(--surface-2);--bs-pagination-active-bg:var(--brand-teal);--bs-pagination-active-border-color:var(--brand-teal);--bs-pagination-disabled-bg:var(--surface);--bs-pagination-disabled-border-color:var(--border);flex-wrap:wrap}.session-card[draggable=true]{cursor:grab}.session-card.dragging{opacity:.45}.schedule-col.drop-target{outline:2px dashed var(--brand-teal);outline-offset:-4px;background:var(--brand-teal-050)}@media (width<=991.98px){.session-card[draggable=true]{cursor:pointer}}.login-split{min-height:100vh;display:flex}.login-brand{background:linear-gradient(140deg, var(--brand-teal) 0%, var(--brand-indigo) 100%);color:#fff;flex-direction:column;flex:45%;justify-content:center;padding:3rem;display:flex;position:relative;overflow:hidden}.login-brand h1{font-size:2rem;font-weight:700}.login-brand .tagline{opacity:.9;max-width:30ch;font-size:1.05rem}.login-brand .brand-mark{margin-bottom:1rem;font-size:3rem}.login-brand:after{content:"";background:#ffffff14;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;right:-80px}.login-form-side{background:var(--bg);flex:55%;justify-content:center;align-items:center;padding:2rem;display:flex}.login-form-card{width:100%;max-width:380px}@media (width<=767.98px){.login-brand{display:none}}.schedule-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:.75rem;display:grid}.schedule-col{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.schedule-col-head{background:var(--surface-2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;padding:.6rem .75rem;display:flex}.schedule-col-body{flex-direction:column;gap:.5rem;min-height:120px;padding:.5rem;display:flex}.session-card{border-radius:var(--radius);border:1px solid #0000;padding:.55rem .65rem;line-height:1.35;transition:transform 80ms,box-shadow 80ms}.session-card[role=button]{cursor:pointer}.session-card[role=button]:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.session-card.is-cancelled{opacity:.5}.session-card.is-cancelled .fw-600{text-decoration:line-through}.roster-item:hover{background:var(--surface-2)}.roster-item{cursor:pointer}@media (width<=900px){.schedule-grid{grid-template-columns:1fr}}.page-head{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.page-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-teal-600);align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:.72rem;font-weight:600;display:inline-flex}.page-title{color:var(--text);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.6rem;font-weight:700;line-height:1.1}.page-sub{color:var(--text-muted);margin:0;font-size:.92rem}.page-eyebrow:before{content:"";background:linear-gradient(90deg, var(--brand-teal), var(--brand-green));border-radius:2px;width:20px;height:2px;display:inline-block}.app-card{box-shadow:var(--shadow-sm);transition:box-shadow .15s}.table>:not(caption)>*>*{padding:.75rem .9rem}.table thead th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border);font-size:.74rem;font-weight:600}.table tbody tr{transition:background .1s}.filter-bar{flex-wrap:wrap;align-items:end;gap:.75rem;padding:.85rem 1rem;display:flex}.filter-field{flex-direction:column;gap:.25rem;min-width:150px;display:flex}.filter-field label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:600}.time-grid{border-collapse:separate;border-spacing:0;width:100%;min-width:720px}.time-grid thead th{z-index:2;background:var(--surface-2);text-align:center;border-bottom:1px solid var(--border);padding:.6rem .5rem;position:sticky;top:0}.time-grid .tg-day{color:var(--text);font-size:.9rem;font-weight:600}.time-grid .tg-date{color:var(--text-muted);font-size:.72rem}.tg-time-col{text-align:center;vertical-align:middle;width:64px;color:var(--text-muted);background:var(--surface-2);z-index:1;border-right:1px solid var(--border);font-size:.82rem;position:sticky;left:0}.tg-cell{border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:top;min-width:130px;height:1px;padding:.4rem}.time-grid tbody tr:last-child .tg-cell{border-bottom:0}.time-grid .session-card{margin-bottom:.4rem}.time-grid .session-card:last-child{margin-bottom:0}.session-card .sc-meta{color:var(--text-muted);flex-direction:column;gap:.1rem;margin-top:.25rem;font-size:.76rem;display:flex}.session-card .sc-foot{justify-content:space-between;align-items:center;margin-top:.35rem;font-size:.76rem;display:flex}.session-card .sc-actions{opacity:0;gap:.25rem;transition:opacity .1s;display:inline-flex}.session-card:hover .sc-actions{opacity:1}.sc-btn{border:1px solid var(--border);width:24px;height:22px;color:var(--text-muted);cursor:pointer;background:#ffffff80;border-radius:5px;font-size:.7rem;line-height:1}.sc-btn:hover{color:var(--brand-teal-600);border-color:var(--brand-teal)}[data-theme=dark] .sc-btn{background:#0003}@media (width<=991.98px){.session-card .sc-actions{opacity:1}.time-grid{min-width:640px}}.tg-day-link{color:inherit;border-radius:6px;padding:2px 4px;text-decoration:none;transition:background .12s;display:block}.tg-day-link:hover{background:var(--brand-teal-050);color:var(--brand-teal)}.day-canvas{max-height:calc(100vh - 240px);padding:0;display:flex;overflow:auto}.dc-gutter{z-index:3;background:var(--surface);border-right:1px solid var(--border);flex:0 0 56px;position:sticky;left:0}.dc-hours{position:relative}.dc-hour-line{position:absolute;left:0;right:0}.dc-hour-label{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);position:absolute;top:-8px;right:6px}.dc-lane-head{height:40px;color:var(--text);background:var(--surface-2);border-bottom:1px solid var(--border);z-index:2;justify-content:center;align-items:center;font-size:.82rem;font-weight:600;display:flex;position:sticky;top:0}.dc-lanes{flex:1;display:flex}.dc-lane{border-right:1px solid var(--border);flex:1 1 0;min-width:150px}.dc-lane:last-child{border-right:0}.dc-lane-body{background:var(--surface);position:relative}.dc-lane-body.dc-lane-hot{background:var(--brand-teal-050)}.dc-lane-body.dc-lane-hot:after{z-index:0}.dc-grid-line{border-top:1px solid var(--border);opacity:.6;z-index:1;pointer-events:none;position:absolute;left:0;right:0}.dc-event{cursor:grab;box-shadow:var(--shadow-sm);-webkit-user-select:none;user-select:none;touch-action:none;z-index:2;border:1px solid #0000000f;border-radius:6px;padding:.3rem .45rem;font-size:.78rem;line-height:1.2;position:absolute;left:4px;right:4px;overflow:hidden}.dc-event:hover{box-shadow:var(--shadow)}.dc-event-time{opacity:.8;font-size:.72rem;font-weight:600}.dc-event-title{font-weight:600}.dc-event-meta{opacity:.85;margin-top:.1rem;font-size:.7rem}.dc-dragging-origin{opacity:.35}.dc-placeholder{border:2px dashed var(--brand-teal);background:var(--brand-teal-050);pointer-events:none;z-index:4;border-radius:6px;position:absolute;left:4px;right:4px}.dc-time-badge{z-index:1090;pointer-events:none;background:var(--brand-teal);color:#fff;font-family:var(--font-mono);box-shadow:var(--shadow);border-radius:4px;padding:3px 6px;font-size:.72rem;font-weight:600;line-height:1;position:fixed;transform:translateY(-100%)}.dc-ghost{z-index:1080;pointer-events:none;opacity:.9;width:160px;box-shadow:var(--shadow);position:fixed;transform:rotate(1deg)}@media (width<=767.98px){.dc-lane{min-width:120px}.day-canvas{max-height:calc(100vh - 200px)}}.week-canvas{max-height:calc(100vh - 240px);padding:0;display:flex;overflow:auto}.week-canvas .wc-gutter{z-index:5;background:var(--surface);border-right:1px solid var(--border);flex:0 0 52px;position:sticky;left:0}.wc-hours{position:relative}.wc-day-head{background:var(--surface-2);border-bottom:1px solid var(--border);z-index:4;justify-content:center;align-items:center;height:34px;font-size:.8rem;display:flex;position:sticky;top:0}.wc-day-head .tg-day{font-weight:700}.wc-day-head .tg-date{color:var(--text-muted);margin-left:.35rem;font-size:.74rem}.wc-lane-head{height:24px;color:var(--text-muted);background:var(--surface);border-bottom:1px solid var(--border);z-index:3;white-space:nowrap;justify-content:center;align-items:center;font-size:.68rem;font-weight:600;display:flex;position:sticky;top:34px;overflow:hidden}.week-canvas .wc-day{border-right:2px solid var(--border);flex-direction:column;display:flex}.week-canvas .wc-day:last-child{border-right:0}.week-canvas .wc-day-today .wc-day-head{background:var(--brand-teal-050);color:var(--brand-teal)}.wc-lanes{flex:1;display:flex}.wc-lane{border-right:1px solid var(--border);flex:0 0 110px;width:110px}.wc-lane:last-child{border-right:0}.wc-lane-body{background:var(--surface)}.wc-event{padding:.18rem .3rem;font-size:.7rem;left:2px;right:2px}.wc-event .dc-event-time{font-size:.66rem}.wc-event .dc-event-title{white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:600;overflow:hidden}.wc-event .wc-event-hover{opacity:.9;margin-top:.1rem;font-size:.66rem;display:none}.wc-event:hover{z-index:6;box-shadow:var(--shadow)}.wc-event:hover .wc-event-hover{display:block}@media (width<=767.98px){.wc-lane{flex-basis:96px;width:96px}.week-canvas{max-height:calc(100vh - 200px)}}.sheet-overlay{z-index:1200;opacity:0;background:#1c243061;justify-content:center;align-items:flex-end;transition:opacity .18s;display:flex;position:fixed;inset:0}.sheet-overlay.is-open{opacity:1}.action-sheet{background:var(--surface);width:100%;max-width:460px;padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom,0));border-radius:16px 16px 0 0;transition:transform .18s;transform:translateY(12px);box-shadow:0 -6px 24px #1c24302e}.sheet-overlay.is-open .action-sheet{transform:translateY(0)}.action-sheet-head{border-bottom:1px solid var(--border);margin-bottom:.35rem;padding:.6rem .8rem .4rem}.action-sheet-title{font-weight:700}.action-sheet-sub{color:var(--text-muted);font-size:.8rem}.action-sheet-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:.7rem;padding:.8rem .85rem;font-size:.92rem;display:flex}.action-sheet-item i{text-align:center;width:20px;color:var(--brand-teal)}.action-sheet-item:hover{background:var(--surface-2)}.action-sheet-item.is-danger,.action-sheet-item.is-danger i{color:#c0392b}.action-sheet-item.is-disabled{color:var(--text-muted);cursor:default}.action-sheet-item.is-disabled i{color:var(--text-muted)}.action-sheet-cancel{background:var(--surface-2);width:100%;color:var(--text);cursor:pointer;border:0;border-radius:10px;margin-top:.35rem;padding:.75rem;font-weight:600}.action-sheet-cancel:hover{background:var(--border)}.slot-card{cursor:pointer;transition:box-shadow .12s,transform .12s}.slot-card:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.slot-card:focus-visible{outline:2px solid var(--brand-teal);outline-offset:2px}@media (width>=768px){.sheet-overlay{align-items:center}.action-sheet{border-radius:14px}}.att-group-head{border-bottom:1px solid var(--border);background:var(--surface-2);border-radius:12px 12px 0 0;padding:.6rem .9rem}.att-group-title{letter-spacing:.02em;font-weight:700}.att-group-sub{color:var(--text-muted);font-size:.82rem}.att-group-sub .att-time{font-family:var(--font-mono);color:var(--brand-teal);font-weight:600}.att-grid{border-collapse:collapse;width:100%;font-size:.85rem}.att-grid th,.att-grid td{border:1px solid var(--border)}.att-grid thead th{background:var(--surface-2);text-align:center;white-space:nowrap;padding:.35rem .4rem;font-weight:600}.att-grid .att-socio{text-align:center;width:56px;color:var(--text-muted);padding:.3rem .4rem}.att-grid .att-name{min-width:180px;padding:.3rem .6rem}.att-grid .att-date{width:40px}.att-cell{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;width:40px;padding:.3rem 0;transition:background .1s}.att-cell:hover{background:var(--surface-2)}.att-cell:focus-visible{outline:2px solid var(--brand-teal);outline-offset:-2px}.att-mark{font-size:.82rem;font-weight:700}.att-present{background:#84c77a47}.att-present .att-mark{color:#2e7d32}.att-absent{background:#c0392b2e}.att-absent .att-mark{color:#c0392b}.att-excused{background:#6378af33}.att-excused .att-mark{color:#4759a8}.att-legend{text-align:center;border-radius:3px;min-width:1.3em;padding:0 .25em;font-weight:700;display:inline-block}.att-legend.att-present{color:#2e7d32}.att-legend.att-absent{color:#c0392b}.att-legend.att-excused{color:#4759a8}@media print{.no-print,.app-sidebar,.app-topbar,.app-nav-link{display:none!important}.app-content,.app-main{margin:0!important;padding:0!important}.print-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;display:block!important}.att-group{break-inside:avoid;page-break-inside:avoid;border:1px solid #000;box-shadow:none!important}.att-grid th,.att-grid td{border:1px solid #000}.att-cell{cursor:default}.att-present,.att-absent,.att-excused{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.bg-brand{background-color:var(--brand-teal)!important;color:#fff!important}
