:root{--bg:#f1f3fa;--surface:#fff;--text:#0b1533;--muted:#4f5a78;--border:#dde2ee;--brand:#005dc4;--brand-strong:#0048a0;--brand-contrast:#fff;--action:#001e62;--action-hover:#0b3590;--action-contrast:#fff;--navy:#001e62;--navy-deep:#00133f;--brand-mark:#001e62;--node-line:#001e62;--on-navy:#fff;--on-navy-muted:#b9c6e8;--on-navy-line:#b9c6e847;--signal:#2fffd0;--signal-ink:#00133f;--accent-bg:#e3ecfb;--accent-text:#003f8a;--success:#1f7a4d;--error:#b42318;--radius:0;--shadow:0 1px 2px #00133f0f, 0 2px 6px #00133f0f;--font:"Schibsted Grotesk Variable", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#060d24;--surface:#0d1834;--text:#e9eefb;--muted:#9eabcc;--border:#1f2c4f;--brand:#6aa6ff;--brand-strong:#8cbaff;--brand-contrast:#00133f;--action:#6aa6ff;--action-hover:#8cbaff;--action-contrast:#00133f;--navy:#0a1a4a;--navy-deep:#040a1e;--brand-mark:#1f4fb8;--node-line:#9eabcc;--on-navy-muted:#b3c1e6;--accent-bg:#13244d;--accent-text:#a9c8ff;--success:#4cc38a;--error:#ff7a6e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--bg:#060d24;--surface:#0d1834;--text:#e9eefb;--muted:#9eabcc;--border:#1f2c4f;--brand:#6aa6ff;--brand-strong:#8cbaff;--brand-contrast:#00133f;--navy:#0a1a4a;--navy-deep:#040a1e;--brand-mark:#1f4fb8;--node-line:#9eabcc;--on-navy-muted:#b3c1e6;--accent-bg:#13244d;--accent-text:#a9c8ff;--success:#4cc38a;--error:#ff7a6e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}body{background:var(--bg);color:var(--text);font:15px/1.55 var(--font);-webkit-font-smoothing:antialiased;margin:0}h1,h2{letter-spacing:-.02em;text-wrap:balance;margin:0;line-height:1.15}::selection{background:var(--brand);color:var(--brand-contrast)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}h1{font-size:1.75rem}h2{font-size:1.1rem}p{margin:0}a{color:var(--brand);text-decoration:none}a:hover{text-underline-offset:.2em;text-decoration:underline}code{background:var(--bg);border:1px solid var(--border);border-radius:0;padding:.1em .35em;font-size:.9em}.container{max-width:1120px;margin:0 auto;padding:0 16px}main.container{min-height:70vh;padding-top:28px;padding-bottom:48px}.footer{border-top:1px solid var(--border);padding:24px 16px 40px}.muted{color:var(--muted)}.small{font-size:.85rem}.lead{color:var(--muted);font-size:1.1rem}.error{color:var(--error)}.success{color:var(--success)}.grow{flex:1;min-width:0}.self-start{align-self:flex-start}.narrow{width:100%;max-width:560px;margin-inline:auto}.stack,.stack-sm,.stack-xs,.stack-lg{flex-direction:column;display:flex}.stack-lg{gap:32px}.stack{gap:16px}.stack-sm{gap:10px}.stack-xs{gap:4px;min-width:0}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.wrap{flex-wrap:wrap}.site-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.nav{align-items:center;gap:24px;height:60px;display:flex}.brand{color:var(--text);align-items:center;gap:8px;font-weight:700;display:flex}.brand-mark{background:var(--brand-mark);color:var(--on-navy);letter-spacing:.04em;border-radius:0;padding:2px 8px}.nav-links{flex:1;gap:18px;display:flex}.nav-links a{color:var(--muted);font-weight:500}.nav-links a.active{color:var(--text)}.nav-account{align-items:center;gap:10px;display:flex}.nav-viewer{color:var(--text);align-items:center;gap:8px;display:flex}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:14px}a.card:hover{border-color:var(--brand);text-decoration:none}.alumnus-card{align-items:flex-start;gap:12px;display:flex}.hero{flex-direction:column;gap:14px;padding:24px 0 8px;display:flex}.hero h1{font-size:clamp(2rem,5vw,2.8rem)}.stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:16px;display:flex}.stat-value{font-size:1.8rem;font-weight:700}.profile{align-items:flex-start;gap:20px;display:flex}.button{background:var(--action);color:var(--action-contrast);border:1px solid var(--action);font:inherit;cursor:pointer;white-space:nowrap;border-radius:0;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-weight:600;transition:background-color .16s ease-out,border-color .16s ease-out,color .16s ease-out;display:inline-flex}.button:hover{background:var(--action-hover);border-color:var(--action-hover);text-decoration:none}.button:disabled{opacity:.6;cursor:default}.button-ghost{color:var(--action);border-color:var(--action);background:0 0}.button-ghost:hover{background:var(--accent-bg);color:var(--action);border-color:var(--action)}.field{color:var(--muted);flex-direction:column;gap:4px;font-size:.85rem;display:flex}.field input,.field select,.field textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:0;min-width:0;padding:8px 10px;font-size:.95rem}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--brand);outline-offset:1px}.checkbox{align-items:center;gap:8px;font-size:.9rem;display:flex}.form-section{border:0;min-width:0;margin:0;padding:0}.form-section+.form-section{padding-top:8px}.form-section legend{color:var(--text);margin-bottom:12px;padding:0;font-weight:600}.row>.field{align-self:stretch}.segmented{border:1px solid var(--border);background:var(--surface);border-radius:0;display:inline-flex;overflow:hidden}.segmented>*{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:7px 14px}.segmented>.active{background:var(--action);color:var(--action-contrast)}.segmented>:hover{text-decoration:none}.tags{flex-wrap:wrap;gap:6px;display:flex}.tag{background:var(--bg);border:1px solid var(--border);color:var(--muted);text-transform:capitalize;border-radius:0;padding:2px 8px;font-size:.75rem}.tag-accent{background:var(--accent-bg);color:var(--accent-text);border-color:#0000}.avatar{background:var(--accent-bg);color:var(--accent-text);border-radius:0;flex:none;place-items:center;font-weight:700;display:grid}.avatar-md{width:40px;height:40px;font-size:.85rem}.avatar-lg{width:88px;height:88px;font-size:1.6rem}.timeline{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.timeline li{align-items:center;gap:12px;display:flex}.dot{background:var(--muted);border-radius:0;flex:none;width:10px;height:10px}.dot-role{background:var(--brand)}.dot-mentoring{background:var(--success)}.feedback{flex-direction:column;align-items:flex-start;gap:12px;max-width:560px;margin:40px auto;display:flex}.page-spinner{color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:40px 0;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.skeleton{background:linear-gradient(90deg, var(--bg), var(--border), var(--bg));background-size:200% 100%;border-radius:0;height:48px;animation:1.2s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.member-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.member-row{border-top:1px solid var(--border);align-items:center;gap:12px;padding:12px 0;display:flex}.member-row:first-child{border-top:0}.member-row .grow{min-width:0}.member-row .muted{overflow-wrap:anywhere}.invite-link{align-items:center;gap:8px;display:flex}.invite-link input{min-width:0;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:0;flex:1;padding:8px 10px;font-size:.85rem}.button-danger{background:var(--error);border-color:var(--error);color:var(--surface)}.button-danger:hover{background:var(--error);border-color:var(--error);filter:brightness(.92)}.subnav{border-bottom:1px solid var(--border);gap:20px;display:flex}.subnav a{color:var(--muted);border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:8px 0;font-weight:500;display:inline-flex}.subnav a:hover{color:var(--text);text-decoration:none}.subnav a.active{color:var(--text);border-bottom-color:var(--action)}.request-row{color:var(--text)}.request-row:hover{text-decoration:none}.request-row:hover strong{color:var(--brand)}.request-row-arrow{color:var(--muted);transition:transform .16s ease-out}.request-row:hover .request-row-arrow{color:var(--brand);transform:translate(3px)}li:first-child>.member-row{border-top:0}.details{flex-direction:column;margin:0;display:flex}.details>div{border-top:1px solid var(--border);grid-template-columns:minmax(0,11rem) minmax(0,1fr);gap:12px;padding:10px 0;display:grid}.details dt{color:var(--muted);font-size:.85rem}.details dd{overflow-wrap:anywhere;margin:0}.pre-line{white-space:pre-line}.status-pending{background:var(--accent-bg);color:var(--accent-text);border-color:#0000}.status-approved{color:var(--success);background:0 0;border-color:currentColor}.status-rejected{color:var(--error);background:0 0;border-color:currentColor}.tag-sentence{text-transform:none}@media (width<=640px){.nav{gap:12px}.nav-links{gap:12px;font-size:.9rem}.hide-sm{display:none}.details>div{grid-template-columns:1fr;gap:2px}.profile{flex-direction:column}.brand{font-size:.95rem}}@media (prefers-reduced-motion:reduce){.spinner,.skeleton{animation:none}}.landing{display:block}.lp-shell{max-width:1200px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}.lp-hero{background:var(--navy);color:var(--on-navy);overflow:hidden}.lp-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(24px,4vw,64px);min-height:min(100svh - 61px,760px);padding-block:clamp(48px,7vw,96px);display:grid}.lp-hero h1{letter-spacing:-.03em;max-width:13ch;font-size:clamp(2.6rem,5.4vw,4.6rem);font-weight:700;line-height:1.02}.lp-hero-copy{flex-direction:column;align-items:flex-start;display:flex}.lp-hero-lead{color:var(--on-navy-muted);max-width:40ch;margin-top:24px;font-size:clamp(1.08rem,1.4vw,1.25rem);line-height:1.5}.lp-hero-note{color:var(--on-navy-muted);margin-top:20px;font-size:.9rem}.lp-hero ::selection{background:var(--signal);color:var(--signal-ink)}.lp-actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.lp-button{white-space:nowrap;border:1px solid #0000;border-radius:0;align-items:center;gap:10px;min-height:52px;padding:0 24px;font-size:1rem;font-weight:600;transition:background-color .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),color .18s;display:inline-flex}.lp-button:hover{text-decoration:none}.lp-button svg{transition:transform .24s cubic-bezier(.16,1,.3,1)}.lp-button:hover svg{transform:translate(3px)}.lp-button-primary{background:var(--signal);color:var(--signal-ink)}.lp-button-primary:hover{background:var(--on-navy)}.lp-button-secondary{color:var(--on-navy);border-color:var(--on-navy-line)}.lp-button-secondary:hover{border-color:var(--on-navy);background:#ffffff0f}.lp-hero :focus-visible,.lp-close :focus-visible{outline-color:var(--signal);outline-offset:3px}.lp-ring{justify-self:center;width:100%;max-width:540px;margin:0}.lp-ring svg{width:100%;height:auto;display:block;overflow:visible}.lp-ring-halo{fill:#ffffff09}.lp-ring-boundary{fill:none;stroke:var(--on-navy-muted);stroke-width:1.5px;stroke-linecap:round}.lp-ring-edges line{stroke:var(--on-navy-line);stroke-width:1px}.lp-ring-edges .lp-ring-entry{stroke:var(--signal);stroke-width:1.25px;stroke-dasharray:.03 .03}.lp-node rect{fill:var(--navy);stroke:var(--on-navy);stroke-width:1.5px}.lp-node-hub rect{fill:var(--on-navy)}.lp-node text,.lp-gate text{font-family:var(--font);fill:var(--on-navy-muted);letter-spacing:.01em;font-size:13px}.lp-node-hub text{fill:var(--on-navy);font-weight:600}.lp-gate rect{fill:var(--signal)}.lp-gate .lp-gate-pulse{fill:none;stroke:var(--signal);stroke-width:1.5px;opacity:0;transform-box:fill-box;transform-origin:50%}.lp-gate text{fill:var(--signal);font-weight:600}@media (prefers-reduced-motion:no-preference){.lp-ring-boundary{stroke-dasharray:1;animation:1.6s cubic-bezier(.16,1,.3,1) both lp-draw}.lp-ring-edges line{stroke-dasharray:1;animation:1.1s cubic-bezier(.16,1,.3,1) both lp-draw}.lp-ring-edges .lp-ring-entry{stroke-dasharray:.03 .03;animation:.8s ease-out 1.6s both lp-fade}.lp-node{animation:.7s cubic-bezier(.16,1,.3,1) both lp-fade}.lp-gate{animation:.6s ease-out 1.4s both lp-fade}.lp-gate .lp-gate-pulse{animation:1.6s cubic-bezier(.16,1,.3,1) 1.8s 2 lp-pulse}}@keyframes lp-draw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@keyframes lp-fade{0%{opacity:0}to{opacity:1}}@keyframes lp-pulse{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(3.2)}}.lp-programs{background:var(--navy-deep);color:var(--on-navy);padding-block:22px}.lp-programs p{flex-wrap:wrap;align-items:center;gap:8px 20px;font-size:1.05rem;font-weight:500;display:flex}.lp-programs-lead{color:var(--on-navy-muted);font-weight:400}.lp-program{align-items:center;gap:20px;display:inline-flex}.lp-program-sep{background:var(--signal);border-radius:0;width:5px;height:5px}.lp-section{background:var(--bg);padding-block:clamp(72px,10vw,128px)}.lp-section-alt{background:var(--surface)}.lp-section h2,.lp-close h2{letter-spacing:-.028em;max-width:16ch;font-size:clamp(2rem,3.6vw,3rem);font-weight:700;line-height:1.05}.lp-body{max-width:58ch;font-size:1.125rem;line-height:1.6}.lp-muted{color:var(--muted)}.lp-split{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;gap:clamp(32px,6vw,96px);display:grid}.lp-split-head{flex-direction:column;gap:20px;display:flex}.lp-split-head .lp-body{color:var(--muted)}.lp-features{margin:0}.lp-features>div{border-top:1px solid var(--border);grid-template-columns:minmax(0,11rem) minmax(0,1fr);gap:8px 32px;padding-block:28px;display:grid}.lp-features>div:last-child{border-bottom:1px solid var(--border)}.lp-features dt{letter-spacing:-.015em;color:var(--brand);font-size:1.35rem;font-weight:650}.lp-features dd{color:var(--text);max-width:52ch;margin:0;font-size:1.05rem;line-height:1.6}.lp-door-head{flex-direction:column;gap:20px;margin-bottom:clamp(48px,6vw,72px);display:flex}.lp-door-head .lp-body{color:var(--muted)}.lp-steps{counter-reset:step;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:0;padding:0;list-style:none;display:grid}.lp-steps li{flex-direction:column;gap:10px;padding-top:44px;display:flex;position:relative}.lp-steps li:before{content:"";background:var(--border);height:1px;position:absolute;top:9px;left:0;right:-32px}.lp-steps li:last-child:before{right:0}.lp-step-node{background:var(--surface);border:1.5px solid var(--node-line);border-radius:0;width:19px;height:19px;position:absolute;top:0;left:0}.lp-step-node-gate{background:var(--signal);border-color:var(--signal-ink)}.lp-steps h3{letter-spacing:-.015em;margin:0;font-size:1.3rem;font-weight:650}.lp-steps p{color:var(--muted);max-width:34ch;font-size:1.02rem;line-height:1.55}.lp-who-body{flex-direction:column;gap:16px;padding-top:6px;display:flex}.lp-close{background:var(--navy);color:var(--on-navy);padding-block:clamp(72px,9vw,112px)}.lp-close-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:8px 48px;display:flex}.lp-close .lp-actions{margin-top:0}.landing+.footer{border-top:0}@media (width<=900px){.lp-hero-grid{grid-template-columns:minmax(0,1fr);min-height:0;padding-block:56px 32px}.lp-ring{max-width:420px}.lp-split{grid-template-columns:minmax(0,1fr)}.lp-steps{grid-template-columns:minmax(0,1fr);gap:0}.lp-steps li{padding:0 0 36px 44px}.lp-steps li:before{width:1px;height:auto;inset:19px auto 0 9px}.lp-steps li:last-child{padding-bottom:0}.lp-steps li:last-child:before{display:none}}@media (width<=560px){.lp-programs-lead{flex-basis:100%}.lp-features>div{grid-template-columns:minmax(0,1fr)}.lp-button{flex:100%;justify-content:center}.lp-close-inner{flex-direction:column;align-items:stretch;gap:32px}}
