:root{--bg:#0d0d0e;--sidebar:#111112;--surface:#171719;--surface-2:#1d1d20;--surface-3:#242427;--line:#2c2c30;--line-soft:#222225;--text:#f3f0ed;--muted:#9d9996;--muted-2:#6f6d6b;--accent:#7f294e;--accent-deep:#49122a;--accent-soft:#351b27;--accent-light:#d896b4;--success:#68c2a4;--radius:18px}*{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--bg)}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.brand{letter-spacing:-.035em;align-items:center;gap:11px;font-size:22px;font-weight:760;display:inline-flex}.brand-mark{color:#f3c3d8;background:linear-gradient(145deg,#401625,#1d1418);border:1px solid #71304c;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;box-shadow:inset 0 1px #ffffff0d}.brand-word{transform:translateY(-1px)}.eyebrow,.section-kicker,.step-label{color:var(--accent-light);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:800}.primary-button,.secondary-button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 18px;font-weight:720;transition:all .18s;display:inline-flex}.primary-button{color:#fff;background:#9c3b67;box-shadow:0 8px 28px #49122a40}.primary-button:hover{background:#b44c7b;transform:translateY(-1px)}.secondary-button{background:var(--surface-3);border-color:#36363a}.secondary-button:hover{border-color:#525258}.landing-shell{isolation:isolate;background:#070708 url(/stoodent-landing-bg.png) 50%/cover no-repeat;place-items:center;min-height:100svh;display:grid;position:relative;overflow:hidden}.landing-shade{z-index:-1;background:radial-gradient(#04040505 0%,#04040514 46%,#04040559 100%);position:absolute;inset:0}.landing-stage{place-items:center;width:min(1180px,100% - 80px);min-height:100svh;padding:16vh 0 11vh;display:grid}.landing-hero{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.landing-hero h1{color:#f1f1eff0;letter-spacing:-.075em;text-shadow:0 0 24px #d1e1e81a,1px 1px #879aa266;margin:0;font-family:Segoe UI Light,Helvetica Neue,Arial,sans-serif;font-size:clamp(86px,12.5vw,190px);font-weight:200;line-height:.88;animation:1.15s cubic-bezier(.16,1,.3,1) both stoodent-slide-in}.landing-subtitle{color:#e7e5e3cc;letter-spacing:.52em;text-indent:.52em;margin:30px 0 0;font-size:clamp(12px,1.25vw,18px);font-weight:420;animation:.8s .62s both stoodent-fade-up}.hero-login{grid-template-columns:auto minmax(180px,1fr) minmax(150px,.68fr) minmax(170px,.8fr) auto;align-items:end;gap:24px;width:min(1080px,100%);margin-top:56px;animation:.8s .83s both stoodent-fade-up;display:grid}.login-caption{color:#eae7e47a;letter-spacing:.32em;align-self:center;font-size:10px;font-weight:800}.login-line{color:#ece9e7a8;border-bottom:1px solid #e6e6e46e;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0;min-height:50px;padding:0 2px;display:grid}.login-line:focus-within{border-color:#ffffffeb;box-shadow:0 7px 12px -12px #fffffff2}.login-line>span{letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:760}.login-line input{height:48px;box-shadow:none;color:#f5f3f0;background:0 0;border:0;border-radius:0;padding:0;font-size:17px;font-weight:470}.login-line input:focus{box-shadow:none;border:0}.login-line input::placeholder{color:#e7e3e047}.login-submit{color:#f7f5f2e6;letter-spacing:.15em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#08080961;border:1px solid #e7e7e580;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:126px;height:48px;padding:0 18px;font-size:12px;font-weight:760;transition:all .2s;display:inline-flex}.login-submit:hover{color:#fff;background:#ffffff14;border-color:#fff;transform:translate(3px)}.login-note{color:#e6e3e052;letter-spacing:.2em;text-transform:uppercase;margin:17px 0 0;font-size:10px;animation:.8s 1s both stoodent-fade-up}.login-error{color:#e6a3b6;letter-spacing:.08em;margin:17px 0 0;font-size:11px;font-weight:680;animation:.25s both stoodent-fade-up}.login-line input[aria-invalid=true]{color:#f2c3d0}@keyframes stoodent-slide-in{0%{opacity:0;filter:blur(7px);transform:translate(-34vw)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes stoodent-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.status-pill,.sync-state{color:#aaa6a3;align-items:center;gap:8px;font-size:13px;font-weight:650;display:inline-flex}.status-pill i,.sync-state i{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #68c2a480}.start-form,.modal-form,.quick-event form,.group-create form,.settings-panel form{gap:18px;display:grid}label{color:#b7b2af;gap:8px;font-size:13px;font-weight:700;display:grid}input,textarea,select{width:100%;color:var(--text);background:#121214;border:1px solid #343438;border-radius:10px;outline:none;padding:13px 14px;transition:all .18s}input:focus,textarea:focus,select:focus{border-color:#a04770;box-shadow:0 0 0 3px #7f294e2e}textarea{resize:vertical}.app-frame{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);border-right:1px solid var(--line-soft);flex-direction:column;height:100vh;padding:25px 17px 18px;display:flex;position:sticky;top:0}.sidebar-brand{padding:0 8px 25px}.workspace-switcher{background:#18181a;border:1px solid #29292d;border-radius:13px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:66px;padding:10px;display:grid}.workspace-switcher .workspace-avatar,.profile-avatar{background:var(--accent-soft);color:#e8adc7;border-radius:10px;place-items:center;font-weight:800;display:grid}.workspace-avatar{width:38px;height:38px}.workspace-switcher span:nth-child(2){gap:3px;min-width:0;display:grid}.workspace-switcher small{color:var(--muted-2);letter-spacing:.14em;font-size:9px;font-weight:800}.workspace-switcher strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.group-navigation{border-bottom:1px solid var(--line-soft);gap:5px;margin-top:28px;padding-bottom:18px;display:grid}.group-navigation a{color:#b4abae;border-radius:10px;align-items:center;gap:12px;width:100%;height:47px;padding:0 12px;font-size:14px;font-weight:680;display:flex}.group-navigation a:hover{color:#eadbe1;background:#19191b}.group-navigation a.active{color:#f3d3e0;background:linear-gradient(90deg,#351723,#26191e);box-shadow:inset 3px 0 #9c3b67}.main-navigation{gap:5px;margin-top:19px;display:grid}.nav-heading{color:#5e5c5c;letter-spacing:.14em;padding:0 12px 10px;font-size:10px;font-weight:800}.main-navigation a,.sidebar-bottom a,.sidebar-bottom button{color:#969291;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;height:47px;padding:0 12px;font-size:14px;font-weight:680;display:flex}.main-navigation a:hover,.sidebar-bottom a:hover,.sidebar-bottom button:hover{color:#dad5d2;background:#19191b}.main-navigation a.active,.sidebar-bottom a.active{color:#f3d3e0;background:linear-gradient(90deg,#351723,#26191e);box-shadow:inset 3px 0 #9c3b67}.sidebar-bottom{border-top:1px solid var(--line-soft);gap:5px;margin-top:auto;padding-top:18px;display:grid}.app-main{min-width:0}.topbar{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line-soft);background:#0d0d0eeb;justify-content:space-between;align-items:center;height:82px;padding:0 31px;display:flex;position:sticky;top:0}.topbar h1{letter-spacing:-.02em;margin:0 0 4px;font-size:19px}.topbar p{color:var(--muted-2);margin:0;font-size:12px}.topbar-actions{align-items:center;gap:15px;display:flex}.search-button{border:1px solid var(--line);color:#777473;cursor:text;background:#151517;border-radius:10px;align-items:center;gap:10px;width:245px;height:42px;padding:0 12px;display:flex}.search-button kbd{color:#918e8c;background:#242427;border:1px solid #353539;border-radius:5px;margin-left:auto;padding:2px 6px;font-size:10px}.profile-avatar{border-radius:50%;width:37px;height:37px}.mobile-menu{display:none}.page-content{width:min(1460px,100% - 56px);margin:0 auto;padding:39px 0 70px}.content-stack{gap:25px;display:grid}.surface{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.welcome-row,.page-intro{justify-content:space-between;align-items:flex-end;gap:30px;padding:9px 2px 5px;display:flex}.welcome-row h2,.page-intro h2{letter-spacing:-.04em;margin:8px 0 7px;font-size:34px}.welcome-row p:last-child,.page-intro p:last-child{color:var(--muted);margin:0}.metric-row{border:1px solid var(--line);background:var(--surface);border-radius:15px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.metric-row article{border-right:1px solid var(--line);align-items:center;gap:17px;min-height:94px;padding:20px 24px;display:flex}.metric-row article:last-child{border:0}.metric-icon{color:#d89ab6;background:var(--accent-soft);border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.metric-icon svg{width:21px}.metric-row article div{gap:3px;display:grid}.metric-row strong{font-size:25px}.metric-row small{color:var(--muted)}.dashboard-grid{grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:22px;display:grid}.daily-note-panel,.upcoming-panel,.quick-event,.group-create,.settings-panel{padding:25px}.section-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.section-heading h3,.quick-event h3,.group-create h3{letter-spacing:-.025em;margin:7px 0 0;font-size:20px}.section-heading a{color:#c987a5;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.autosave{color:var(--muted-2);font-size:11px}.daily-note-panel textarea{min-height:245px;box-shadow:none;background:0 0;border:0;margin-top:22px;padding:0;font-size:16px;line-height:1.75}.empty-compact{text-align:center;min-height:220px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-compact svg{color:#78405a;margin-bottom:15px}.empty-compact strong{color:#d6d0cd}.empty-compact p{margin:7px 0 0;font-size:13px}.event-list{margin-top:20px;display:grid}.event-row{border-bottom:1px solid var(--line-soft);align-items:center;gap:13px;padding:14px 0;display:flex}.event-row>i{background:var(--event-color);border-radius:5px;width:4px;height:38px}.event-row div{gap:5px;display:grid}.event-row span{color:var(--muted);font-size:12px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:45px;display:flex}.empty-icon{color:#d49ab4;background:var(--accent-soft);border-radius:18px;place-items:center;width:62px;height:62px;margin-bottom:20px;display:grid}.empty-state h3{margin:0 0 10px;font-size:23px}.empty-state p{max-width:550px;color:var(--muted);margin:0 0 25px;line-height:1.65}.card-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:17px;display:grid}.subject-card{border:1px solid color-mix(in srgb, var(--subject-color) 38%, #323237);background:linear-gradient(145deg, color-mix(in srgb, var(--subject-color) 18%, #18181a), #171719 70%);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:300px;padding:22px;display:flex}.subject-top{justify-content:space-between;align-items:center;display:flex}.subject-monogram{background:color-mix(in srgb, var(--subject-color) 32%, #1a1a1c);border:1px solid color-mix(in srgb, var(--subject-color) 58%, #2e2e32);color:#fff;border-radius:10px;place-items:center;min-width:45px;height:38px;padding:0 10px;font-size:12px;font-weight:800;display:grid}.subject-dot{background:var(--subject-color);border-radius:50%;width:9px;height:9px}.subject-card h3{margin:0 0 7px;font-size:21px}.subject-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.subject-card-copy{margin:20px 0 auto}.subject-card-meta{flex-wrap:wrap;gap:6px;margin:18px 0 13px;display:flex}.subject-card-meta span{border:1px solid color-mix(in srgb, var(--subject-color) 35%, #3a3a3e);color:#bcb7b5;background:#0000001f;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:740}.subject-actions{border-top:1px solid #ffffff14;align-items:center;gap:8px;padding-top:11px;display:flex}.subject-actions button,.subject-actions a{color:#c9c3c0;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;min-height:36px;display:flex}.subject-actions a{flex:1;justify-content:flex-start;font-size:12px;font-weight:720}.icon-button{border-radius:8px;width:36px;border:1px solid #36363a!important;padding:0!important}.icon-button.danger{color:#bd778a!important}.icon-button.danger:hover{color:#ffb5c5!important;background:#321a22!important;border-color:#6b3645!important}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000ad;place-items:center;padding:25px;display:grid;position:fixed;inset:0}.modal{background:#1c1c1f;border:1px solid #3a393d;border-radius:20px;width:min(470px,100%);padding:30px;position:relative;box-shadow:0 35px 90px #00000080}.modal-close{cursor:pointer;background:#242427;border:1px solid #38383c;border-radius:9px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:18px;right:18px}.modal-close svg{width:18px}.modal h2{margin:8px 0;font-size:25px}.modal>p{color:var(--muted);margin:0 0 24px;line-height:1.55}.color-field{background:#121214;border:1px solid #343438;border-radius:10px;align-items:center;gap:12px;height:48px;padding:6px 12px;display:flex}.color-field input{background:0 0;border:0;width:33px;height:33px;padding:0}.color-field span{color:var(--muted);font-family:ui-monospace,monospace}.calendar-toolbar{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.calendar-toolbar>div{gap:7px;display:flex}.calendar-toolbar button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:9px;min-height:39px;padding:0 13px}.calendar-toolbar button svg{vertical-align:middle;width:18px}.calendar-toolbar>strong{text-transform:capitalize;font-size:21px}.view-toggle{background:var(--surface);border:1px solid var(--line);border-radius:10px;justify-self:end;padding:4px;display:flex}.view-toggle button{background:0 0;border:0;min-height:34px}.view-toggle button.active{background:var(--surface-3)}.calendar-layout{grid-template-columns:minmax(0,1fr) 340px;gap:20px;display:grid}.week-board{min-width:0;overflow:hidden}.week-header{border-bottom:1px solid var(--line);grid-template-columns:58px repeat(7,1fr);height:72px;display:grid}.week-header>div{border-left:1px solid var(--line-soft);justify-content:center;align-items:center;gap:7px;display:flex}.week-header small{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:750}.week-header strong{font-size:18px}.week-header .today strong{background:#96365f;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.week-body{grid-template-columns:58px repeat(7,1fr);height:520px;display:grid}.time-axis{color:var(--muted-2);text-align:right;flex-direction:column;justify-content:space-between;padding:6px 7px 9px;font-size:10px;display:flex}.day-column{border-left:1px solid var(--line-soft);background:repeating-linear-gradient(#0000 0 calc(15.38% - 1px),#232326 15.38%);position:relative}.calendar-event{z-index:2;border-radius:8px;min-height:50px;padding:8px;position:absolute;left:5px;right:5px;overflow:hidden;box-shadow:0 5px 15px #0000003d}.calendar-event button{opacity:0;cursor:pointer;background:#00000038;border:0;border-radius:5px;place-items:center;width:20px;height:20px;padding:0;display:grid;position:absolute;top:4px;right:4px}.calendar-event:hover button,.calendar-event button:focus-visible{opacity:1}.calendar-event button svg{width:12px}.calendar-event strong,.calendar-event span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.calendar-event strong{font-size:11px}.calendar-event span{opacity:.75;margin-top:4px;font-size:9px}.quick-event>p,.group-create>p{color:var(--muted);margin:10px 0 22px;font-size:13px;line-height:1.55}.quick-event form,.group-create form{gap:15px}.calendar-hint{color:var(--muted);background:#151416;border:1px dashed #3b3035;border-radius:12px;align-items:center;gap:13px;padding:15px 18px;font-size:13px;display:flex}.calendar-hint svg{color:var(--accent-light)}.calendar-hint strong{color:#d9d3d0}.imported-agenda{padding:25px}.imported-agenda-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:25px;padding-bottom:20px;display:flex}.imported-agenda-head h3{margin:6px 0 5px;font-size:22px}.imported-agenda-head p{color:var(--muted);margin:0;font-size:12px}.imported-event-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px;display:grid}.imported-event-list article{border-bottom:1px solid var(--line-soft);grid-template-columns:4px 48px minmax(0,1fr) 30px;align-items:center;gap:13px;min-height:96px;display:grid}.imported-event-list article>i{background:var(--event-color);border-radius:5px;width:4px;height:56px}.imported-event-list time{text-align:center;text-transform:uppercase;display:grid}.imported-event-list time strong{font-size:20px}.imported-event-list time span{color:var(--muted);font-size:9px;font-weight:760}.imported-event-list article>div>span{color:color-mix(in srgb, var(--event-color) 65%, #fff);letter-spacing:.09em;font-size:8px;font-weight:820}.imported-event-list h4{margin:4px 0;font-size:13px}.imported-event-list p{color:var(--muted);margin:0;font-size:10px}.imported-event-list article>button{color:#9b797f;opacity:0;cursor:pointer;background:0 0;border:1px solid #36363a;border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.imported-event-list article:hover>button,.imported-event-list article>button:focus-visible{opacity:1}.imported-event-list article>button svg{width:13px}.back-link{width:fit-content;color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.back-link:hover{color:var(--text)}.subject-detail-hero{border:1px solid color-mix(in srgb, var(--subject-color) 55%, #343438);background:linear-gradient(120deg, color-mix(in srgb, var(--subject-color) 24%, #171719), #171719 68%);border-radius:20px;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:28px;min-height:210px;padding:34px;display:grid}.subject-detail-monogram{border:1px solid color-mix(in srgb, var(--subject-color) 64%, #45454a);color:#fff;background:color-mix(in srgb, var(--subject-color) 42%, #18181a);border-radius:25px;place-items:center;min-width:92px;height:92px;font-size:19px;font-weight:840;display:grid}.subject-detail-hero h2{letter-spacing:-.04em;margin:8px 0 7px;font-size:38px}.subject-detail-hero p{max-width:820px;color:var(--muted);margin:0;line-height:1.55}.subject-facts{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.subject-facts article{border-right:1px solid var(--line);align-items:center;gap:15px;min-height:94px;padding:20px;display:flex}.subject-facts article:last-child{border:0}.subject-facts svg{width:22px;color:color-mix(in srgb, var(--subject-color) 68%, #fff)}.subject-facts article div{gap:4px;display:grid}.subject-facts strong{font-size:15px}.subject-facts span{color:var(--muted);font-size:10px}.subject-checkpoint-heading{justify-content:space-between;align-items:end;gap:30px;margin-top:10px;display:flex}.subject-checkpoint-heading h3{margin:7px 0 0;font-size:25px}.subject-checkpoint-heading p{max-width:540px;color:var(--muted);text-align:right;margin:0;font-size:11px;line-height:1.5}.subject-checkpoints{border:1px solid var(--line);background:var(--surface);border-radius:15px;overflow:hidden}.subject-checkpoints details{border-bottom:1px solid var(--line)}.subject-checkpoints details:last-child{border:0}.subject-checkpoints summary{cursor:pointer;grid-template-columns:92px minmax(0,1fr) auto 20px;align-items:center;gap:16px;min-height:85px;padding:15px 20px;list-style:none;display:grid}.subject-checkpoints summary::-webkit-details-marker{display:none}.checkpoint-kind{color:#c6c0bd;letter-spacing:.06em;text-transform:uppercase;background:#2b2b2e;border-radius:6px;justify-content:center;align-items:center;min-height:28px;padding:0 7px;font-size:8px;font-weight:830;display:inline-flex}.checkpoint-kind.kind-colloquium{color:#f7d675;background:#3c3215}.checkpoint-kind.kind-exam{color:#ffb9c1;background:#431b22}.checkpoint-kind.kind-quiz{color:#9dd0f5;background:#173550}.checkpoint-kind.kind-practice{color:#9bddc4;background:#173a2e}.checkpoint-summary-copy{gap:6px;display:grid}.checkpoint-summary-copy strong{font-size:14px}.checkpoint-summary-copy small{color:var(--muted);font-size:10px}.subject-checkpoints summary em{color:#dfb46f;background:#322a1e;border-radius:4px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:730}.subject-checkpoints summary em.confirmed{color:#90d9b8;background:#193229}.subject-checkpoints summary>svg{width:17px;color:var(--muted);transition:transform .2s}.subject-checkpoints details[open] summary>svg{transform:rotate(180deg)}.checkpoint-detail-body{border-top:1px solid var(--line);background:color-mix(in srgb, var(--subject-color) 4%, #141416);gap:18px;padding:20px 24px 25px 128px;display:grid}.checkpoint-detail-note{border-left:2px solid var(--subject-color);color:#bab5b2;background:color-mix(in srgb, var(--subject-color) 8%, transparent);margin:0;padding:10px 13px;font-size:11px}.topic-track h4{color:color-mix(in srgb, var(--subject-color) 65%, #fff);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:10px}.topic-track ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;margin:0;padding:0;list-style:none;display:grid}.topic-track li{color:#b9b4b1;align-items:flex-start;gap:8px;font-size:11px;line-height:1.45;display:flex}.topic-track li svg{width:14px;height:14px;color:color-mix(in srgb, var(--subject-color) 65%, #fff);flex:none;margin-top:1px}.no-checkpoints,.subject-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:35px;display:flex}.no-checkpoints svg,.subject-not-found>svg{color:var(--muted);margin-bottom:15px}.no-checkpoints h3,.subject-not-found h2{margin:0 0 7px}.no-checkpoints p{color:var(--muted);margin:0}.groups-layout{grid-template-columns:390px minmax(0,1fr);align-items:start;gap:20px;display:grid}.group-create textarea{min-height:90px}.group-list{gap:14px;display:grid}.group-list .empty-state{min-height:410px}.group-card{grid-template-columns:54px minmax(0,1fr) auto;align-items:start;gap:17px;min-height:148px;padding:21px;display:grid}.group-mark{border-radius:14px;place-items:center;width:51px;height:51px;display:grid}.group-card small{color:var(--muted-2);letter-spacing:.1em;font-size:9px;font-weight:800}.group-card h3{margin:5px 0 6px}.group-card p{color:var(--muted);margin:0 0 11px;font-size:13px}.join-code{color:#d5a3ba;background:var(--accent-soft);border-radius:6px;padding:4px 7px;font-family:ui-monospace,monospace;font-size:11px}.group-card button{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:9px;align-items:center;gap:7px;padding:10px 12px;display:flex}.group-actions{align-items:center;gap:7px;display:flex}.settings-panel{grid-template-columns:minmax(0,520px) 1fr;gap:75px;display:grid}.settings-panel aside{border-left:1px solid var(--line);padding-left:35px}.settings-panel ul{color:#c7c2bf;gap:14px;padding:0;list-style:none;display:grid}.settings-panel li{align-items:center;gap:9px;display:flex}.settings-panel li svg{width:17px;color:var(--success)}.settings-panel li.pending{color:var(--muted-2)}.app-loading,.missing-workspace{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100vh;display:flex}.app-loading span,.missing-workspace p{color:var(--muted)}.missing-workspace h1{margin:20px 0 0}.group-loading{min-height:420px;color:var(--muted);place-items:center;display:grid}.group-access-denied{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:45px;display:flex}.group-access-denied>svg{width:45px;height:45px;color:var(--accent-light);margin-bottom:18px}.group-access-denied h2{margin:0 0 9px}.group-access-denied p{color:var(--muted);margin:0 0 24px}.medical-theme{--cm-blue:#0758a8;--cm-blue-bright:#1477d4;--cm-blue-deep:#062c56;--cm-yellow:#ffcb05;--cm-red:#ed2438;--accent:var(--cm-blue);--accent-deep:var(--cm-blue-deep);--accent-soft:#102a43;--accent-light:#8fc6f5}.medical-theme .sidebar{background:#0e1115;border-right-color:#1d2b38}.medical-theme .brand-mark{color:var(--cm-yellow);background:linear-gradient(145deg,#0a3969,#0c1d2e);border-color:#1a5c98}.medical-theme .workspace-switcher{background:#111820;border-color:#20374a}.medical-theme .workspace-switcher .workspace-avatar,.medical-theme .profile-avatar{color:var(--cm-yellow);background:var(--cm-blue-deep)}.medical-theme .topbar{background:#0a0e12f0;border-bottom-color:#183148}.medical-theme .group-navigation,.medical-theme .sidebar-bottom{border-color:#1b2b38}.medical-theme .group-navigation a.active,.medical-theme .main-navigation a.active,.medical-theme .sidebar-bottom a.active{color:#fff;box-shadow:inset 3px 0 var(--cm-yellow);background:linear-gradient(90deg,#0758a86b,#0758a821)}.medical-theme .group-navigation a.active svg,.medical-theme .section-kicker,.medical-theme .eyebrow{color:var(--cm-yellow)}.medical-theme .primary-button{color:#fff;background:var(--cm-blue);box-shadow:0 8px 28px #00468c38}.medical-theme .primary-button:hover{background:var(--cm-blue-bright)}.medical-theme .secondary-button{background:#10273b;border-color:#245b87}.medical-theme .secondary-button:hover{color:var(--cm-yellow);border-color:var(--cm-yellow)}.medical-theme .metric-icon{color:var(--cm-yellow);background:#0e3355}.medical-theme .section-heading a{color:#78b9ee}.medical-theme .subject-monogram{border-color:color-mix(in srgb, var(--subject-color) 58%, var(--cm-blue))}.medtrack-space{--medtrack:var(--cm-blue)}.medtrack-hero{background:radial-gradient(circle at 83% 45%,#1477d43b,#0000 26%),radial-gradient(circle at 93% 88%,#ffcb0512,#0000 19%),linear-gradient(118deg,#092f56 0%,#101c29 55%,#111619 100%);border:1px solid #1b5f99;border-radius:22px;justify-content:space-between;align-items:center;min-height:260px;padding:42px 48px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 18px 55px #00295229}.medtrack-hero:before{content:"";background:var(--cm-red);border-radius:50%;width:11px;height:11px;position:absolute;bottom:31px;right:38px;box-shadow:0 0 18px #ed24388c}.medtrack-hero:after{content:"";border:1px solid #ffcb0533;border-radius:50%;width:410px;height:410px;position:absolute;top:-220px;right:-145px}.medtrack-code{color:var(--cm-yellow);letter-spacing:.15em;align-items:center;gap:9px;font-size:11px;font-weight:820;display:inline-flex}.medtrack-code i{background:var(--cm-red);border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #ed243894}.medtrack-hero h2{letter-spacing:-.055em;margin:15px 0 9px;font-size:clamp(42px,5vw,68px)}.medtrack-hero-copy>p{color:#aaa3a5;margin:0;font-size:16px}.medtrack-tags{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.medtrack-tags span{color:#c6d8e6;background:#02244547;border:1px solid #27628f;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 11px;font-size:11px;font-weight:650;display:inline-flex}.medtrack-tags span:nth-child(2){color:var(--cm-yellow);border-color:#ffcb0561}.medtrack-mark{z-index:1;border:2px solid var(--cm-yellow);background:radial-gradient(circle at 48% 52%, var(--cm-yellow) 0 17%, transparent 18%), linear-gradient(145deg, #0870c9, #043c76);color:#fff;border-radius:50%;place-items:center;width:136px;height:136px;display:grid;position:relative;box-shadow:0 20px 50px #00274f57,0 0 0 8px #ffffffb8}.medtrack-mark:after{content:"";background:var(--cm-red);border:4px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;top:14px;right:-5px}.medtrack-mark svg{opacity:.28;width:54px;height:54px}.medtrack-mark span{color:#fff;letter-spacing:-.06em;text-shadow:0 2px 10px #0024488c;font-size:33px;font-weight:820;position:absolute}.medtrack-stats{border:1px solid var(--line);background:var(--surface);border-radius:15px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.medtrack-stats article{border-right:1px solid var(--line);align-content:center;gap:3px;min-height:91px;padding:18px 24px;display:grid}.medtrack-stats article:first-child{box-shadow:inset 0 3px var(--cm-blue-bright)}.medtrack-stats article:nth-child(2){box-shadow:inset 0 3px var(--cm-yellow)}.medtrack-stats article:nth-child(3){box-shadow:inset 0 3px var(--cm-red)}.medtrack-stats article:nth-child(4){box-shadow:inset 0 3px #fff}.medtrack-stats article:last-child{border:0}.medtrack-stats strong{font-size:24px}.medtrack-stats span{color:var(--muted);font-size:12px}.medtrack-section-head{justify-content:space-between;align-items:end;gap:30px;padding-top:9px;display:flex}.medtrack-section-head h3{margin:7px 0 0;font-size:25px}.medtrack-section-head>p{max-width:560px;color:var(--muted);text-align:right;margin:0;font-size:13px;line-height:1.55}.medtrack-modules{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.medtrack-modules>a{border:1px solid var(--line);background:var(--surface);border-radius:16px;flex-direction:column;min-height:205px;padding:22px;transition:all .2s;display:flex}.medtrack-modules>a:hover{background:#151d24;border-color:#1d659e;transform:translateY(-3px)}.module-icon{width:43px;height:43px;color:var(--cm-yellow);background:#0b3b68;border-radius:11px;place-items:center;display:grid}.medtrack-modules>a:nth-child(3) .module-icon{color:#fff;background:#6b202b}.module-icon svg{width:21px}.medtrack-modules h3{margin:23px 0 7px}.medtrack-modules p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.module-arrow{color:#5da7df;width:18px;margin:auto 0 0 auto}.medtrack-modules>a:hover .module-arrow{color:var(--cm-yellow)}.medtrack-next{grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:20px;padding:23px;display:grid}.medtrack-next h3{margin:5px 0}.medtrack-next p{color:var(--muted);margin:0;font-size:12px}@media (max-width:1100px){.landing-stage{padding-top:19vh}.hero-login{grid-template-columns:minmax(160px,1fr) minmax(135px,.68fr) minmax(150px,.8fr) auto;gap:18px;width:min(900px,100%)}.login-caption{display:none}.app-frame{grid-template-columns:88px minmax(0,1fr)}.sidebar{padding-inline:13px}.sidebar-brand .brand-word,.workspace-switcher span:nth-child(2),.workspace-switcher>svg,.main-navigation span,.group-navigation span,.nav-heading,.sidebar-bottom{display:none}.sidebar-brand{place-items:center;padding-inline:0;display:grid}.workspace-switcher{justify-content:center;padding:8px;display:flex}.main-navigation a,.group-navigation a{justify-content:center}.medtrack-modules{grid-template-columns:repeat(2,1fr)}.calendar-layout,.groups-layout,.imported-event-list{grid-template-columns:1fr}.quick-event{order:-1}.sync-state{display:none}}@media (max-width:760px){.landing-shell{background-size:auto 100%}.landing-stage{width:calc(100% - 44px);padding:22vh 0 12vh}.landing-hero h1{font-size:clamp(72px,24vw,120px)}.landing-subtitle{letter-spacing:.38em;text-indent:.38em;margin-top:22px;font-size:9px}.hero-login{grid-template-columns:1fr;gap:15px;margin-top:44px}.login-line{min-height:45px}.login-submit{width:100%;margin-top:8px}.app-frame{display:block}.sidebar{display:none}.topbar{height:72px;padding:0 18px}.mobile-menu{background:0 0;border:0;place-items:center;display:grid}.topbar>div:first-of-type{margin-right:auto}.topbar p,.search-button,.sync-state{display:none}.page-content{width:calc(100% - 28px);padding-top:25px}.welcome-row,.page-intro{flex-direction:column;align-items:flex-start}.welcome-row h2,.page-intro h2{font-size:29px}.metric-row{grid-template-columns:1fr}.metric-row article{border-right:0;border-bottom:1px solid var(--line)}.dashboard-grid{grid-template-columns:1fr}.calendar-toolbar{grid-template-columns:1fr auto;gap:15px}.calendar-toolbar>strong{grid-area:2/1/auto/-1}.week-board{overflow-x:auto}.week-header,.week-body{min-width:750px}.settings-panel{grid-template-columns:1fr;gap:35px}.settings-panel aside{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.group-card{grid-template-columns:48px minmax(0,1fr)}.group-card button{grid-column:2;justify-self:start}.subject-detail-hero{grid-template-columns:1fr}.subject-detail-monogram{width:76px;min-width:76px;height:76px}.subject-facts{grid-template-columns:1fr}.subject-facts article{border-right:0;border-bottom:1px solid var(--line)}.subject-checkpoint-heading{flex-direction:column;align-items:flex-start}.subject-checkpoint-heading p{text-align:left}.subject-checkpoints summary{grid-template-columns:78px minmax(0,1fr) 18px}.subject-checkpoints summary em{display:none}.checkpoint-detail-body{padding-left:20px}.topic-track ul{grid-template-columns:1fr}.imported-agenda-head{flex-direction:column;align-items:flex-start}.medtrack-hero{padding:32px 25px}.medtrack-mark{display:none}.medtrack-stats{grid-template-columns:repeat(2,1fr)}.medtrack-stats article:nth-child(2){border-right:0}.medtrack-stats article:nth-child(-n+2){border-bottom:1px solid var(--line)}.medtrack-modules{grid-template-columns:1fr}.medtrack-section-head{flex-direction:column;align-items:flex-start}.medtrack-section-head>p{text-align:left}.medtrack-next{grid-template-columns:48px minmax(0,1fr)}.medtrack-next .secondary-button{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.landing-hero h1,.landing-subtitle,.hero-login,.login-note{animation:none}}
