:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#eef3f8;--text:#172033;--muted:#64748b;--line:#dce4ee;--brand:#1264e6;--brand-2:#6532d9;--danger:#c53030;--shadow:0 16px 48px rgba(31,55,82,.12);--radius:18px;--top:72px;--side:272px;--focus:#f59e0b;font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color-scheme:light dark}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}button,input,select{font:inherit}button,a,select,input{touch-action:manipulation}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;left:12px;top:-80px;background:var(--text);color:var(--surface);padding:12px 18px;border-radius:10px}.skip-link:focus{top:12px}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.topbar{height:var(--top);position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:24px;padding:0 24px;background:color-mix(in srgb,var(--surface) 91%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;color:var(--text);font-weight:800;text-decoration:none;font-size:1.08rem}.brand i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2))}.public-nav{display:flex;align-items:center;gap:8px}.public-nav a,.sidebar a{color:var(--muted);text-decoration:none}.public-nav a{padding:10px 12px;border-radius:10px}.public-nav a:hover{background:var(--surface-2);color:var(--text)}.top-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.menu-toggle{display:none}.icon-button,.dialog-close{width:44px;height:44px;border:0;border-radius:12px;background:transparent;color:var(--text);cursor:pointer}.icon-button:hover,.dialog-close:hover{background:var(--surface-2)}.button{min-height:44px;border:0;border-radius:12px;padding:10px 18px;background:linear-gradient(135deg,var(--brand),#3d7cf0);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 7px 18px color-mix(in srgb,var(--brand) 24%,transparent)}.button.ghost,.button.secondary{background:var(--surface-2);color:var(--text);box-shadow:none}.button.wide{width:100%}.institution select{height:44px;max-width:230px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);padding:0 36px 0 12px}
.workspace{min-height:calc(100vh - var(--top))}.workspace.authenticated{display:grid;grid-template-columns:var(--side) 1fr}.sidebar{position:sticky;top:var(--top);height:calc(100vh - var(--top));padding:18px 14px;border-right:1px solid var(--line);background:var(--surface);overflow:auto}.user-card{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:14px;border-radius:14px;background:var(--surface-2)}.user-card div{min-width:0}.user-card strong,.user-card small{display:block;overflow:hidden;text-overflow:ellipsis}.user-card small{color:var(--muted)}.avatar{flex:0 0 42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:800}.sidebar nav{display:grid;gap:5px}.sidebar a{display:flex;align-items:center;gap:12px;padding:13px;border-radius:12px}.sidebar a:hover,.sidebar a[aria-current="page"]{background:var(--surface-2);color:var(--brand)}.sidebar i{width:22px;text-align:center}.desktop{min-width:0}.tabs{height:48px;display:flex;align-items:end;gap:3px;padding:6px 18px 0;overflow:auto;border-bottom:1px solid var(--line);background:var(--surface)}.tab{height:41px;display:flex;align-items:center;border:1px solid transparent;border-radius:11px 11px 0 0;background:var(--surface-2)}.tab.active{background:var(--bg);border-color:var(--line);border-bottom-color:var(--bg)}.tab button{border:0;background:transparent;color:var(--muted);cursor:pointer}.tab-button{height:100%;padding:0 8px 0 14px;white-space:nowrap}.tab-close{width:32px;height:32px;border-radius:9px!important}.tab.active .tab-button{color:var(--text);font-weight:700}main{min-height:calc(100vh - var(--top) - 48px);padding:clamp(20px,4vw,54px)}
.page-head{display:flex;justify-content:space-between;align-items:end;gap:24px;max-width:1200px;margin:0 auto 32px}.page-head h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.045em;margin:4px 0 12px}.page-head p{color:var(--muted);margin:0}.eyebrow{font-size:.74rem!important;font-weight:900;letter-spacing:.18em;color:var(--brand)!important}.card-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card{min-height:230px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 6px 24px rgba(31,55,82,.05);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-card>i{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 15%,var(--surface)),color-mix(in srgb,var(--brand-2) 18%,var(--surface)));color:var(--brand);font-size:1.35rem}.feature-card h2{font-size:1.12rem;margin:28px 0 8px}.feature-card p{color:var(--muted);margin:0}.loading,.empty,.fatal{min-height:50vh;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--muted)}.loading{grid-template-columns:repeat(3,10px);gap:7px}.loading span{width:10px;height:10px;border-radius:50%;background:var(--brand);animation:pulse 1s infinite alternate}.loading span:nth-child(2){animation-delay:.2s}.loading span:nth-child(3){animation-delay:.4s}.loading em{grid-column:1/-1;font-style:normal}.empty i,.fatal>i{font-size:3rem;color:var(--brand)}
.auth-dialog{width:min(900px,calc(100% - 28px));padding:0;border:0;border-radius:26px;background:var(--surface);color:var(--text);box-shadow:var(--shadow);overflow:hidden}.auth-dialog[open]{display:grid;grid-template-columns:1fr 1.05fr}.auth-dialog::backdrop{background:rgba(9,17,31,.64);backdrop-filter:blur(8px)}.dialog-close{position:absolute;right:14px;top:14px}.auth-copy{padding:64px 48px;background:radial-gradient(circle at 0 0,#4979ed,transparent 55%),linear-gradient(145deg,#142653,#3b1879);color:#fff}.auth-copy h2{font-size:2.25rem;line-height:1.1}.auth-copy p{color:#d9e3ff}.auth-form{padding:56px 48px}.auth-form h2{margin-top:0}.auth-form form{display:grid;gap:16px}.auth-form label{display:grid;gap:7px;font-weight:650}.auth-form input{width:100%;height:48px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:var(--bg);color:var(--text)}.auth-form .check{grid-template-columns:22px 1fr;align-items:start;font-weight:400}.auth-form .check input{width:20px;height:20px}.text-button{border:0;background:transparent;color:var(--brand);font-weight:700;cursor:pointer;padding:8px}.toast-region{position:fixed;inset:calc(var(--top,64px) + 12px) 18px auto auto;z-index:2147483647;display:grid;gap:10px;width:min(420px,calc(100vw - 28px));max-height:calc(100dvh - var(--top,64px) - 28px);margin:0;padding:0;border:0;overflow:visible;background:transparent;color:inherit;pointer-events:none;isolation:isolate}.toast-region:popover-open{display:grid}.toast{display:flex;align-items:center;gap:11px;width:100%;max-width:420px;padding:14px 14px 14px 18px;border:1px solid color-mix(in srgb,#fff 18%,transparent);border-radius:14px;background:var(--text);color:var(--surface);box-shadow:0 20px 64px rgba(9,17,31,.48);pointer-events:auto}.toast>span{flex:1;line-height:1.45}.toast>button{width:32px;height:32px;border:0;border-radius:9px;background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;cursor:pointer}.toast.error{background:var(--danger);color:#fff}
.auth-help{color:var(--muted);font-size:.78rem;line-height:1.55;margin:-6px 0 2px}.auth-step-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);font-size:1.25rem}.auth-expiry{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted)}html[data-theme="dark"]{--bg:#0c111c;--surface:#131b29;--surface-2:#1d2839;--text:#eef4ff;--muted:#9dacbf;--line:#2b394c;--brand:#70a0ff;--brand-2:#aa7cff}html[data-theme="contrast"]{--bg:#000;--surface:#000;--surface-2:#151515;--text:#fff;--muted:#fff;--line:#fff;--brand:#00e5ff;--brand-2:#ff0;--focus:#ff0}@media(prefers-color-scheme:dark){html[data-theme="system"]{--bg:#0c111c;--surface:#131b29;--surface-2:#1d2839;--text:#eef4ff;--muted:#9dacbf;--line:#2b394c;--brand:#70a0ff;--brand-2:#aa7cff}}@media(max-width:900px){.public-nav{display:none}.menu-toggle{display:grid;place-items:center}.workspace.authenticated{display:block}.sidebar{position:fixed;z-index:30;left:0;top:var(--top);width:min(var(--side),85vw);transform:translateX(-105%);transition:transform .2s;box-shadow:var(--shadow)}.workspace.menu-open .sidebar{transform:none}.card-grid{grid-template-columns:1fr 1fr}.top-actions .button span,.brand span{display:none}.institution select{max-width:140px}.auth-dialog[open]{grid-template-columns:1fr}.auth-copy{display:none}}@media(max-width:600px){:root{--top:64px}.topbar{padding:0 10px;gap:6px}.card-grid{grid-template-columns:1fr}.page-head{align-items:start;flex-direction:column}.page-head .button{width:100%}main{padding:22px 14px}.auth-form{padding:64px 24px 30px}.tabs{padding-left:8px}.institution{display:none}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes pulse{to{opacity:.25;transform:translateY(-5px)}}
.auth-inline-actions{display:flex;justify-content:flex-end;margin:-10px 0 2px}.privacy-note{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--muted);font-size:.8rem}.privacy-note i{margin-top:3px;color:var(--brand)}.auth-result{display:grid;gap:16px}.auth-result h2,.auth-result p{margin:0}.auth-result-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:22px;background:color-mix(in srgb,#16a34a 14%,var(--surface));color:#16a34a;font-size:1.7rem}
.reset-workspace{max-width:1100px;min-height:min(680px,calc(100vh - 190px));margin:auto;display:grid;grid-template-columns:.92fr 1.08fr;overflow:hidden;border:1px solid var(--line);border-radius:30px;background:var(--surface);box-shadow:var(--shadow)}.reset-visual{position:relative;display:grid;place-items:center;min-height:540px;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgba(112,160,255,.42),transparent 40%),linear-gradient(145deg,#0b1f46,#3d176e)}.reset-visual>span{position:relative;z-index:2;width:116px;height:116px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:36px;background:rgba(255,255,255,.12);box-shadow:0 30px 80px rgba(0,0,0,.3);color:#fff;font-size:2.6rem;backdrop-filter:blur(18px)}.orbit{position:absolute;border:1px solid rgba(255,255,255,.23);border-radius:50%}.orbit.one{width:280px;height:280px}.orbit.two{width:460px;height:460px}.reset-panel{align-self:center;padding:clamp(34px,6vw,72px)}.reset-panel h1,.reset-invalid h1{margin:6px 0 12px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;letter-spacing:-.045em}.reset-panel>p{color:var(--muted);margin:0 0 28px}.reset-panel form{display:grid;gap:18px}.reset-panel label{display:grid;gap:8px;font-weight:750}.password-field{position:relative}.password-field input{width:100%;height:52px;padding:0 48px 0 15px;border:1px solid var(--line);border-radius:13px;background:var(--bg);color:var(--text)}.password-field i{position:absolute;right:17px;top:18px;color:var(--muted)}.password-policy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;padding:14px;border-radius:13px;background:var(--surface-2);font-size:.78rem;color:var(--muted)}.password-policy span{display:flex;align-items:center;gap:7px}.password-policy span.valid{color:#16803b}.password-policy i{font-size:.65rem}.reset-panel footer{display:flex;align-items:center;gap:7px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem}.reset-invalid{max-width:720px;min-height:500px;margin:auto;display:grid;place-content:center;justify-items:center;text-align:center;padding:48px;border:1px solid var(--line);border-radius:28px;background:var(--surface);box-shadow:var(--shadow)}.reset-invalid>span{width:82px;height:82px;display:grid;place-items:center;margin-bottom:16px;border-radius:26px;background:color-mix(in srgb,var(--danger) 12%,var(--surface));color:var(--danger);font-size:2rem}.reset-invalid.success>span{background:color-mix(in srgb,#16a34a 13%,var(--surface));color:#16a34a}.reset-invalid p:not(.eyebrow){max-width:540px;margin:0 0 26px;color:var(--muted)}
@media(max-width:800px){.reset-workspace{grid-template-columns:1fr}.reset-visual{min-height:180px}.reset-visual>span{width:80px;height:80px;border-radius:24px;font-size:2rem}.orbit.one{width:180px;height:180px}.orbit.two{width:300px;height:300px}.reset-panel{padding:32px 24px}}@media(max-width:480px){.password-policy{grid-template-columns:1fr}.reset-panel footer{align-items:flex-start;flex-wrap:wrap}}

/* Parametric color families and accessibility preferences. */
html{font-size:calc(16px * var(--font-scale,1))}html[data-color-theme="blue"]{--brand:#1264e6;--brand-2:#6532d9}html[data-color-theme="green"]{--brand:#078a67;--brand-2:#168395;--focus:#e09b19}html[data-color-theme="purple"]{--brand:#7439d6;--brand-2:#bd2b86;--focus:#e1a315}html[data-color-theme="orange"]{--brand:#dc5518;--brand-2:#c58408;--focus:#1b7ad9}html[data-theme="dark"][data-color-theme="blue"]{--brand:#70a0ff;--brand-2:#aa7cff}html[data-theme="dark"][data-color-theme="green"]{--brand:#49d6a3;--brand-2:#50c3cf}html[data-theme="dark"][data-color-theme="purple"]{--brand:#b893ff;--brand-2:#f07abb}html[data-theme="dark"][data-color-theme="orange"]{--brand:#ff965d;--brand-2:#f2bd4c}
html[data-line-spacing="comfortable"] body{line-height:1.72}html[data-line-spacing="wide"] body{line-height:1.95;letter-spacing:.015em}.a11y-links a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px}.a11y-focus :focus-visible{outline:4px solid var(--focus)!important;outline-offset:4px!important;box-shadow:0 0 0 7px color-mix(in srgb,var(--focus) 20%,transparent)!important}.a11y-motion *,html.a11y-motion *::before,html.a11y-motion *::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.a11y-dyslexia body,.a11y-dyslexia button,.a11y-dyslexia input,.a11y-dyslexia select{font-family:Verdana,"Trebuchet MS",sans-serif!important;letter-spacing:.035em;word-spacing:.08em}.a11y-grayscale{filter:grayscale(1)}.a11y-cursor,.a11y-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M3 2v23l6-6 4 10 5-2-4-9h9z' fill='white' stroke='black' stroke-width='2'/%3E%3C/svg%3E") 2 2,auto!important}
.accessibility-trigger{color:var(--brand)}.accessibility-dialog{width:min(760px,calc(100% - 24px))}.accessibility-body{padding:18px;display:grid;gap:20px}.accessibility-body section{display:grid;gap:10px}.accessibility-body h3{margin:0;font-size:.73rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.color-themes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.color-themes button{display:flex;align-items:center;gap:9px;min-height:45px;padding:8px 11px;border:1px solid var(--line);border-radius:12px;background:var(--bg);color:var(--text);font-weight:750}.color-themes button.active{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 14%,transparent)}.color-themes i{width:22px;height:22px;border-radius:7px;background:linear-gradient(135deg,#1264e6,#6532d9)}.color-themes [data-a11y-color="green"] i{background:linear-gradient(135deg,#078a67,#168395)}.color-themes [data-a11y-color="purple"] i{background:linear-gradient(135deg,#7439d6,#bd2b86)}.color-themes [data-a11y-color="orange"] i{background:linear-gradient(135deg,#dc5518,#c58408)}.a11y-segmented{display:flex;gap:5px;padding:4px;border-radius:12px;background:var(--bg)}.a11y-segmented button{flex:1;min-height:38px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:.7rem;font-weight:750}.a11y-segmented button.active{background:var(--surface);color:var(--brand);box-shadow:0 3px 11px rgba(20,35,60,.09)}.font-scale{display:grid;gap:8px}.font-scale span{display:flex;justify-content:space-between;font-size:.72rem}.font-scale output{color:var(--brand);font-weight:850}.font-scale input{width:100%;accent-color:var(--brand)}.a11y-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.a11y-options label{display:grid;grid-template-columns:auto 28px 1fr;align-items:center;gap:7px;padding:10px;border:1px solid var(--line);border-radius:11px;background:var(--bg);font-size:.69rem}.a11y-options input{width:18px;height:18px;accent-color:var(--brand)}.a11y-options i{color:var(--brand);text-align:center}@media(max-width:580px){.color-themes,.a11y-options{grid-template-columns:1fr 1fr}.a11y-segmented{display:grid;grid-template-columns:1fr 1fr}}
.managed-public-page{max-width:980px;margin:clamp(20px,5vw,70px) auto;padding:0 20px}.managed-public-page header{padding-bottom:28px;border-bottom:1px solid var(--line)}.managed-public-page h1{max-width:850px;margin:10px 0 14px;font-size:clamp(2rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.045em}.managed-public-page .managed-lead{max-width:780px;margin:0;color:var(--muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.managed-public-page article{max-width:790px;padding:26px 0}.managed-public-page article p{margin:0 0 1.2em;font-size:clamp(.92rem,1.4vw,1.08rem);line-height:1.8}.managed-public-page footer{display:flex;align-items:center;gap:9px;padding:14px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:13px;background:color-mix(in srgb,var(--brand) 5%,var(--surface));color:var(--muted);font-size:.7rem}.managed-public-page footer i{color:var(--brand)}
