.relogin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.relogin-modal{background:var(--color-white);border-radius:12px;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d}.relogin-header{margin-bottom:1.5rem}.relogin-header h2{margin:0 0 .4rem;font-size:1.25rem;font-weight:600;color:var(--color-ink)}.relogin-header p{margin:0;font-size:.9rem;color:var(--color-muted)}.relogin-form{display:flex;flex-direction:column;gap:1rem}.relogin-field{display:flex;flex-direction:column;gap:.35rem}.relogin-field label{font-size:.85rem;font-weight:500;color:var(--color-body)}.relogin-input{padding:.6rem .75rem;border:1px solid var(--ink-12);border-radius:6px;font-size:.95rem;outline:none;transition:border-color .15s}.relogin-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--accent-18)}.relogin-input--disabled{background:var(--color-surface);color:var(--color-muted);cursor:not-allowed}.relogin-hint{margin:0;font-size:.875rem;color:var(--color-body)}.relogin-error{margin:0;font-size:.85rem;color:var(--color-danger-btn)}.floating-menu-panel{position:fixed;display:flex;flex-direction:column;gap:2px;background:var(--color-surface);border:1px solid var(--ink-08);border-radius:10px;box-shadow:0 6px 20px #0000001a;padding:4px;min-width:160px;max-height:calc(100vh - 16px);overflow-y:auto;z-index:9999}.floating-menu-panel [role=menuitem]{display:block;width:100%;text-align:left;background:none;border:none;color:var(--brand-ink);cursor:pointer;font-size:.875rem;font-weight:500;padding:9px 12px;border-radius:6px;text-decoration:none;transition:background .15s}.floating-menu-panel [role=menuitem]:hover{background:var(--ink-05)}.floating-menu-panel [role=menuitem]:focus-visible{outline:2px solid var(--brand-primary, currentColor);outline-offset:-2px}.public-topbar{position:fixed;top:0;left:0;right:0;width:100%;height:52px;background:transparent;border-bottom:none;display:flex;align-items:center;padding:0 48px;gap:0;z-index:1000;box-sizing:border-box;transition:background .2s ease,box-shadow .2s ease}.public-topbar--scrolled{background:var(--color-white);box-shadow:0 1px 0 var(--ink-08)}.topbar-logo-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;flex-shrink:0}.topbar-logo{height:44px;width:auto;object-fit:contain;display:block}.topbar-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.topbar-link{background:none;border:none;color:var(--brand-muted);cursor:pointer;display:inline-flex;align-items:center;font-size:.92rem;font-weight:500;padding:8px 14px;border-radius:6px;text-decoration:none;transition:color .15s,background .15s}.topbar-link:hover{color:var(--brand-ink);background:var(--ink-05)}.topbar-login-btn{margin-left:20px;font-size:.92rem;padding:9px 22px;border-radius:8px;flex-shrink:0}.topbar-mobile-controls{display:none;position:relative;margin-left:auto}.topbar-hamburger{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:22px}.hamburger-icon span{display:block;height:2px;width:100%;background:var(--brand-ink);border-radius:2px;transition:transform .2s,opacity .2s}.hamburger-icon--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-icon--open span:nth-child(2){opacity:0}.hamburger-icon--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 980px){.public-topbar{padding:0 20px}.topbar-nav{display:none}.topbar-mobile-controls{display:flex;align-items:center;margin-left:auto}.topbar-login-btn{margin-left:8px}}.sidebar{position:fixed;top:0;left:0;width:160px;height:100dvh;background:var(--color-surface);display:flex;flex-direction:column;z-index:1000;box-shadow:1px 0 0 var(--ink-12)}.sidebar-brand{height:52px;padding:0 14px;border-bottom:1px solid var(--ink-12);flex-shrink:0;display:flex;align-items:center}.sidebar-logo{width:100%;height:44px;object-fit:contain;object-position:left center;display:block}.sidebar-nav{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:12px;background:none;border:none;color:var(--brand-ink);cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 12px;border-radius:8px;width:100%;text-align:left;transition:background .15s,box-shadow .15s}.sidebar-link:hover{background:var(--accent-12)}.sidebar-link.active{background:var(--accent-16);font-weight:600}.sidebar-link:focus-visible,.sidebar-sublink:focus-visible,.sidebar-logout:focus-visible{outline:none;box-shadow:0 0 0 2px var(--brand-accent)}.sidebar-link-icon{display:flex;align-items:center;flex-shrink:0}.sidebar-link-label{flex:1}.floating-menu-panel .settings-flyout-item:hover{background:var(--accent-10)}.floating-menu-panel .settings-flyout-item.active{background:var(--accent-16);font-weight:600}.sidebar-footer{padding:12px 10px;border-top:1px solid var(--ink-12);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.sidebar-logout{display:flex;align-items:center;gap:10px;background:var(--brand-ink);border:1px solid var(--brand-ink);color:var(--color-white);font-weight:500;padding:9px 12px;border-radius:8px;width:100%;text-align:left;transition:background .15s,color .15s,border-color .15s}.sidebar-logout:hover{background:var(--brand-accent);color:var(--brand-ink);border-color:var(--brand-accent)}.mobile-topbar{display:none}@media (max-width: 768px){.mobile-topbar{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;height:52px;padding:0 14px;background:var(--color-surface);box-shadow:0 1px 0 var(--ink-12);z-index:1001}.mobile-topbar-logo{flex:1;height:44px;object-fit:contain;object-position:left center}.mobile-topbar-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:none;border:1px solid var(--ink-12);border-radius:8px;color:var(--brand-ink);font-size:1rem;cursor:pointer;transition:background .15s}.mobile-topbar-toggle:hover{background:var(--accent-08)}.sidebar{transform:translate(-100%);transition:transform .25s ease;z-index:1000}.sidebar--open{transform:translate(0)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}}.site-footer{width:100%;align-self:stretch;background:var(--color-dark);color:var(--color-dark-text);padding:2rem;border-top:2px solid var(--accent-35)}.site-footer-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:28px;justify-items:stretch;align-items:start}.site-footer-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;width:100%}@media (min-width: 901px){.site-footer-block:nth-child(2){justify-self:center;width:max-content;max-width:100%}.site-footer-block:nth-child(3){justify-self:end;width:max-content;max-width:100%}}.site-footer-brand-title{display:inline-flex;align-items:center;gap:12px;margin:0 0 14px;font-size:clamp(1.15rem,2vw,1.65rem);color:#f9fafc}.site-footer-brand-icon{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--color-accent);border:1px solid rgba(243,190,78,.45);background:#f3be4e1a}.site-footer-block h3{margin:0 0 12px;font-size:clamp(1rem,1.7vw,1.2rem);color:var(--color-white)}.site-footer-block p{margin:0;color:#f0f3f9d1;line-height:1.5}.site-footer-brand p{max-width:340px;font-size:1rem}.site-footer-contact-item{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:start;margin-bottom:9px}.site-footer-contact-item:last-child{margin-bottom:0}.site-footer-contact-icon{display:inline-flex;align-items:center;justify-content:center;color:#f1f4fab8;margin-top:3px}.site-footer-block a{color:#f4f6fb;text-decoration:none;width:fit-content;font-size:1rem;line-height:1.45}.site-footer-block a:hover{color:var(--color-white);text-decoration:underline}.site-footer-socials{display:flex;flex-direction:row;gap:12px;margin-top:2px;align-items:center}.site-footer-social-link{display:inline-flex;align-items:center;justify-content:center;color:var(--white-88);width:24px;height:24px;transition:transform .18s ease,color .18s ease}.site-footer-social-link svg{width:24px;height:24px;display:block;fill:currentColor}.site-footer-social-link:hover{text-decoration:none;transform:translateY(-2px);color:var(--color-white)}.site-footer-bottom{margin-top:26px;border-top:1px solid var(--white-12);padding-top:18px}.site-footer-bottom p{margin:0;color:#f0f3f9a8;font-size:.98rem;text-align:center}@media (max-width: 900px){.site-footer-grid{grid-template-columns:1fr;gap:20px}.site-footer-brand p{max-width:none}}@media (max-width: 640px){.site-footer{padding:22px 18px 18px}.site-footer-brand-title{font-size:1.3rem}.site-footer-bottom p{font-size:.9rem}}.homepage-container{--home-max: 1360px;--home-pad-x: 56px;--home-section-y: 88px;--hero-photo-size: 420px;--home-line: rgba(18, 22, 31, .1);--home-line-strong: rgba(18, 22, 31, .16);--home-soft: #f4f1ea;min-height:100vh;color:var(--color-ink);background:var(--color-white);overflow-x:clip}.page-container:has(.homepage-container){padding:0}.homepage-container>section{position:relative;width:100%;padding-inline:var(--home-pad-x);box-sizing:border-box}.section-inner{width:100%;max-width:var(--home-max);margin:0 auto}.section-heading{max-width:760px;margin-bottom:32px}.section-heading--split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start;gap:28px;max-width:none}.section-heading-main{min-width:0}.section-title{display:inline-block;margin:0;padding-bottom:12px;border-bottom:4px solid var(--color-accent);color:var(--color-ink);font-size:2.35rem;font-weight:800;line-height:1.05;letter-spacing:0}.section-copy{margin:0;max-width:40ch;color:var(--color-body);font-size:1rem;line-height:1.68}.offerings-section,.cohort-section,.timeline-section,.resources-section,.partners-section{padding-block:var(--home-section-y);scroll-margin-top:64px}.offerings-section{background:var(--color-ink);color:var(--color-white)}.offerings-section .section-title{color:var(--color-white)}.cohort-section{background:var(--color-ink);color:var(--color-white)}.cohort-section .section-title{color:var(--color-white)}.timeline-section,.partners-section{background:var(--color-white)}.resources-section{border-top:1px solid var(--home-line);background:linear-gradient(180deg,#f4f1eab3,#fff)}.homepage-hero{min-height:82svh;padding-block:var(--home-section-y);background:var(--color-white)}.hero-inner{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:start;gap:48px}.hero-main{min-width:0}.hero-title{margin:0;color:var(--color-ink);font-size:clamp(3.2rem,7vw,5.9rem);line-height:.94;font-weight:850;letter-spacing:0;max-width:12ch}.hero-title-accent{color:var(--color-accent)}.hero-description{margin:28px 0 0;max-width:60ch;color:var(--color-body);font-size:1.12rem;line-height:1.72}.hero-visual-panel{align-self:start;display:grid;width:var(--hero-photo-size);min-width:var(--hero-photo-size);max-width:var(--hero-photo-size);justify-self:end;justify-items:end}.hero-visual-card{display:grid;align-content:end;gap:12px;min-height:100%;width:var(--hero-photo-size);min-width:var(--hero-photo-size);max-width:var(--hero-photo-size)}.hero-photo-frame{position:relative;width:100%;min-width:100%;max-width:100%;height:var(--hero-photo-size);border-radius:8px;overflow:hidden;background:transparent}.hero-photo-image{display:block;width:100%;min-width:100%;height:100%;min-height:100%;border-radius:inherit;object-fit:cover;object-position:center}.hero-photo-nav{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:0 10px;pointer-events:none}.hero-photo-nav-button{width:28px;height:40px;border:0;border-radius:0;background:transparent;color:var(--color-white);font-size:1.35rem;line-height:1;cursor:pointer;pointer-events:auto;text-shadow:0 1px 6px rgba(18,22,31,.6);transition:transform .15s ease,opacity .15s ease}.hero-photo-nav-button:hover{opacity:.82;transform:translateY(-1px)}.hero-photo-nav-button:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}.hero-photo-caption{margin:0;min-height:72px;max-height:96px;padding:0;border:0;background:transparent;color:var(--color-ink);font-size:.92rem;line-height:1.5;overflow-y:auto}.cohort-section .section-inner{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:56px;align-items:start}.cohort-section-copy{position:sticky;top:88px}.cohort-section-copy .section-title{margin-bottom:18px}.cohort-section-title{margin:0;color:var(--color-white);font-size:2rem;font-weight:800;line-height:1.12;letter-spacing:0}.cohort-section-title span{color:var(--color-accent)}.cohort-section-description{margin:16px 0 0;max-width:36rem;color:#ffffffd1;font-size:1rem;line-height:1.7}.cohort-form-shell{position:relative;width:100%;padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:var(--color-white);box-shadow:none}.cohort-inline-form{width:100%;transition:opacity .2s ease}.cohort-inline-form-fields{min-width:0;margin:0;padding:0;border:0}.cohort-inline-form--muted{opacity:.24}.cohort-inline-form .form-row{gap:14px}.cohort-inline-form .form-field{gap:7px}.cohort-inline-form .form-field label{color:var(--color-ink);font-size:.82rem;font-weight:800}.cohort-inline-form input,.cohort-inline-form select,.cohort-inline-form textarea{min-height:42px;border-radius:8px;background:#fbfbf9}.cohort-inline-form textarea{width:100%;min-height:116px;resize:vertical}.cohort-inline-form-actions{margin-top:18px}.cohort-inline-form-actions .btn{min-height:44px;padding:0 22px;border-radius:8px;font-weight:800}.cohort-success-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none}.cohort-success-card{max-width:32rem;padding:22px 24px;border:1px solid var(--accent-35);border-radius:8px;background:var(--color-white);box-shadow:0 18px 50px #12161f1f;text-align:center}.cohort-success-title{margin:0;color:var(--color-ink);font-size:1.24rem;font-weight:850;line-height:1.2}.cohort-success-copy{margin:8px 0 0;color:var(--color-body);line-height:1.55}.program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.program-card{display:grid;grid-template-rows:auto 1fr auto;gap:24px;min-height:100%;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0e}.program-card-head{display:flex;flex-direction:column;gap:8px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}.program-schedule{color:var(--color-accent);font-size:.82rem;font-weight:800;line-height:1.2;letter-spacing:0;text-transform:uppercase}.program-age{margin:0;color:var(--color-white);font-size:1.45rem;font-weight:850;line-height:1.12}.program-copy-block{display:flex;flex-direction:column;gap:12px}.program-copy-label,.program-sessions-label{color:#ffffff94;font-size:.78rem;font-weight:850;line-height:1.2;letter-spacing:0;text-transform:uppercase}.program-copy{margin:0;color:#ffffffd1;font-size:.98rem;line-height:1.68}.program-sessions{display:flex;flex-direction:column;gap:10px}.next-session{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:16px;padding:16px;border:1px solid rgba(243,165,36,.36);border-radius:8px;background:#f3a5241a}.next-session-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70px;padding:.5rem;border-radius:8px;background:var(--color-accent);color:var(--color-ink)}.next-session-day{display:block;font-size:2rem;font-weight:900;line-height:.95}.next-session-month{display:block;margin-top:4px;font-size:.76rem;font-weight:850;line-height:1;letter-spacing:0;text-transform:uppercase}.next-session-body{min-width:0}.next-session-tag{display:inline-flex;padding:4px 8px;border-radius:8px;background:#ffffff1f;color:var(--color-white);font-size:.76rem;font-weight:800;line-height:1;letter-spacing:0;text-transform:uppercase}.next-session-topic{margin:8px 0 0;color:var(--color-white);font-size:1.04rem;font-weight:800;line-height:1.28}.next-session-weekday{margin:4px 0 0;color:#ffffffa3;font-size:.9rem}.upcoming-rows{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.upcoming-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:52px;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b}.upcoming-row-date{display:grid;place-items:center;line-height:1}.upcoming-row-date strong{color:var(--color-white);font-size:1.12rem;font-weight:850}.upcoming-row-date span{margin-top:2px;color:#ffffff8c;font-size:.7rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.upcoming-row-topic{min-width:0;color:#ffffffdb;font-size:.92rem;line-height:1.35}.upcoming-row-weekday{color:#ffffff8c;font-size:.86rem}.program-empty{margin:0;padding:16px;border:1px dashed rgba(255,255,255,.18);border-radius:8px;color:#ffffff9e;font-size:.94rem;line-height:1.5;text-align:center}.timeline{position:relative;display:grid;grid-template-columns:1fr;gap:0;padding-left:48px}.timeline:before{content:"";position:absolute;left:15px;top:18px;bottom:18px;width:2px;border-radius:999px;background:var(--home-line-strong)}.timeline-item{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr);gap:36px;padding:26px 0;border-bottom:1px solid var(--home-line)}.timeline-item:before{content:"";position:absolute;left:-41px;top:35px;width:16px;height:16px;border:3px solid var(--color-white);border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent)}.timeline-item:last-child{border-bottom:0}.timeline-year{margin:0;color:var(--color-accent);font-size:2.25rem;font-weight:900;line-height:1}.timeline-body{display:flex;flex-direction:column;gap:10px}.timeline-headline{margin:0;color:var(--color-ink);font-size:1.1rem;font-weight:850;line-height:1.25}.timeline-detail{margin:0;color:var(--color-body);font-size:.96rem;line-height:1.68}.resource-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px;align-items:stretch}.resource-card{display:flex;flex-direction:column;align-items:stretch;min-width:0;min-height:100%;padding:26px;border:1px solid rgba(18,22,31,.1);border-radius:8px;background:#ffffffeb;box-shadow:0 10px 24px #12161f0a;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}.resource-card:hover{border-color:var(--home-line-strong);transform:translateY(-2px);background:var(--color-white);box-shadow:0 16px 30px #12161f12}.resource-header{display:flex;align-items:flex-start;gap:18px;min-width:0;text-align:left}.resource-photo-panel{flex:0 0 auto}.resource-photo{display:block;width:76px;height:76px;border-radius:999px;object-fit:cover}.resource-photo-placeholder{display:grid;place-items:center;border:1px solid var(--accent-35);background:radial-gradient(circle at 30% 25%,rgba(243,165,36,.38),transparent 42%),var(--color-ink);color:var(--color-white);font-size:2rem;font-weight:900}.resource-heading{min-width:0;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;gap:5px}.resource-content{display:flex;flex-direction:column;min-width:0;margin-top:20px;padding-top:20px;border-top:1px solid var(--home-line);text-align:left}.resource-name{margin:0 0 8px;color:var(--color-ink);font-size:1.25rem;font-weight:850;line-height:1.2}.resource-role{margin:0;color:var(--color-accent);font-size:.8rem;font-weight:850;line-height:1.32;letter-spacing:0;text-transform:uppercase}.resource-education{margin:0 0 14px;color:var(--color-body);font-size:.84rem;font-weight:700;line-height:1.45}.resource-bio{margin:0;color:var(--color-body);font-size:.92rem;line-height:1.65}.partners-section{border-top:1px solid var(--home-line);background:var(--color-white)}.partners-section .section-heading{margin-bottom:30px}.section-copy--partners{max-width:38ch}.partners-logo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:center;padding:0;border:0;background:transparent}.partners-logo-item{display:grid;place-items:center;min-height:160px;padding:28px 32px;border:1px solid rgba(18,22,31,.1);border-radius:8px;background:#ffffffd1;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}.partners-logo{display:block;width:100%;max-width:280px;max-height:124px;object-fit:contain;opacity:.86;transition:opacity .16s ease,transform .16s ease}.partners-logo-item:hover{border-color:var(--home-line-strong);background:#fffffff5;box-shadow:0 14px 28px #12161f0f;transform:translateY(-2px)}.partners-logo-item:hover .partners-logo{opacity:1;transform:scale(1.01)}@media (max-width: 1180px) and (min-width: 981px){.homepage-container{--home-pad-x: 32px;--hero-photo-size: 360px}.hero-inner{grid-template-columns:minmax(0,1fr) minmax(240px,.52fr);gap:32px}.hero-description{max-width:56ch}.hero-visual-panel{justify-self:end}}@media (max-width: 980px){.homepage-container{--home-pad-x: 32px;--hero-photo-size: 360px}.hero-inner{grid-template-columns:1fr;gap:34px}.hero-description{max-width:68ch}.hero-visual-panel{justify-self:center}.program-grid{grid-template-columns:1fr}.timeline{padding-left:38px}.timeline:before{left:12px}.timeline-item{grid-template-columns:1fr;gap:10px}.timeline-item:before{left:-32px;top:31px}.resource-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.homepage-container{--home-pad-x: 20px;--home-section-y: 58px;--hero-photo-size: 320px}.homepage-hero{min-height:auto;padding-block:var(--home-section-y)}.section-title{font-size:1.9rem}.section-heading--split{grid-template-columns:1fr;gap:14px}.hero-title{line-height:.98;max-width:100%}.hero-description{margin-top:20px;max-width:100%;font-size:.96rem;line-height:1.58}.hero-visual-panel{justify-self:center}.hero-visual-card{min-height:auto}.hero-photo-nav{padding:0 8px}.hero-photo-nav-button{width:30px;height:30px;font-size:.92rem}.hero-photo-caption{min-height:66px;font-size:.88rem}.cohort-section .section-inner{grid-template-columns:1fr;gap:28px}.cohort-section-copy{position:static}.cohort-form-shell{padding:18px}.cohort-inline-form .form-row{flex-direction:column}.cohort-inline-form-actions .btn{width:100%}.upcoming-row{grid-template-columns:1fr;align-items:start}.upcoming-row-date{justify-items:start}.upcoming-row-weekday{justify-self:start}.resource-cards-grid,.partners-logo-row{grid-template-columns:1fr}.partners-logo-row{padding:8px 0}.partners-logo-item{min-height:96px;border-bottom:1px solid var(--home-line);border-right:0}.partners-logo-item:last-child{border-bottom:0}.resource-card{padding:20px}.resource-header{gap:14px}}.form-error{color:var(--color-danger);background-color:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:6px;padding:.75rem;margin-bottom:1rem;font-size:.9rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.form-row .form-field{flex:1;margin-bottom:0}.form-field label{display:flex;font-size:.875rem;font-weight:600;color:var(--color-ink)}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:6px;font-size:.95rem;color:var(--color-ink);background-color:var(--color-white);transition:border-color .2s;box-sizing:border-box}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--brand-accent);box-shadow:0 0 0 3px var(--accent-18)}.field-error{display:block;margin-top:4px;font-size:.8rem;color:var(--color-danger)}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}.checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer}.checkbox-label span{font-size:.95rem;color:var(--color-muted)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;overflow-y:auto}.modal-container{background:var(--color-white);border-radius:12px;width:100%;box-shadow:0 8px 30px #0003;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;margin:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--ink-08);flex-shrink:0}.modal-header h2{margin:0;font-size:1.4rem;color:var(--color-ink)}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--color-muted);cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}.modal-close:hover{color:var(--color-ink)}.modal-body{padding:1rem 2rem;overflow-y:auto;flex:1}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:var(--color-surface);background:#888;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#555}.modal-footer{padding:1.5rem 2rem;border-top:1px solid var(--ink-08);background-color:var(--color-surface);border-radius:0 0 .75rem .75rem;flex-shrink:0;display:flex;justify-content:flex-end;gap:.75rem}.modal-status{padding:1rem 2rem;border-bottom:1px solid var(--ink-08);flex-shrink:0;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-status-content{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;position:relative}.modal-status-dismiss{margin-left:auto;background:none;border:none;font-size:1.5rem;line-height:1;color:inherit;opacity:.6;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.modal-status-dismiss:hover{opacity:1}.modal-status-submitting{background-color:var(--color-info-bg);color:var(--color-info)}.modal-status-success{background-color:var(--color-status-active-bg);color:var(--color-status-active)}.modal-status-error{background-color:var(--color-danger-bg);color:var(--color-danger-dark)}.modal-status-icon{font-size:1.2rem;font-weight:700}.modal-spinner{width:16px;height:16px;border:2px solid var(--color-info-bg);border-top:2px solid var(--color-info);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table-wrapper{overflow-y:auto;overflow-x:auto;background-color:var(--color-white);box-shadow:var(--shadow-card);border-radius:8px}.table{width:100%;border-collapse:collapse;background-color:var(--color-white)}.table thead th{background-color:var(--brand-ink);position:sticky;top:0;z-index:10}.table th{padding:1rem;text-align:left;font-weight:600;color:var(--color-white);border-bottom:none;white-space:nowrap}.table td{padding:1rem;border-bottom:1px solid var(--ink-12);color:var(--color-ink)}.table tbody tr:hover{background-color:var(--color-surface)}.table tbody tr:last-child td{border-bottom:none}.table-loading,.table-error,.table-empty{padding:3rem 2rem;text-align:center;color:var(--color-muted);font-size:1rem}.table-error{color:var(--color-danger);background-color:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:8px}.table-wrapper::-webkit-scrollbar{width:8px;height:8px}.table-wrapper::-webkit-scrollbar-track{background:var(--color-surface);border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.col-actions{width:62px;max-width:62px}.actions-menu-anchor{display:inline-block}.actions-menu-trigger{width:32px;height:32px;padding:0}.actions-menu-item--danger{color:var(--color-danger)}.actions-menu-item--danger:hover{background:var(--color-danger-bg)}.section-divider{margin-top:24px;padding-top:20px;border-top:2px solid var(--ink-12)}.section-header{display:flex;justify-content:space-between;align-items:center;padding:4px 0 12px}.section-header h3{margin:0;font-size:16px;font-weight:600;color:var(--color-ink)}.section-optional{font-size:13px;font-weight:400;color:var(--color-muted)}.section-content{padding-top:4px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;margin-bottom:.5rem;background-color:var(--color-white);border-radius:6px;transition:box-shadow .2s}.list-item:hover{box-shadow:0 2px 4px #0000001a}.list-item-text{flex:1;font-size:.9rem;color:var(--color-muted)}.address-section,.contact-section{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ink-08)}.school-form{display:flex;flex-direction:column}.account-card{background:var(--color-white);border:1px solid var(--ink-12);border-radius:12px;padding:24px;max-width:480px;display:flex;flex-direction:column;gap:0}.account-field{display:flex;flex-direction:column;gap:4px;padding:16px 0;border-bottom:1px solid var(--color-surface)}.account-field:last-child{border-bottom:none;padding-bottom:0}.account-field:first-child{padding-top:0}.account-label{font-size:.75rem;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em}.account-value{font-size:.95rem;color:var(--color-ink);font-weight:500}.account-role{text-transform:capitalize}.table td,.table th{vertical-align:top}.cohort-interest-details{display:grid;gap:12px}.cohort-interest-detail-row{display:grid;gap:4px}.cohort-interest-detail-block{display:grid;gap:6px}.cohort-interest-detail-block p{margin:0;white-space:pre-wrap}.cohort-interest-detail-label{color:var(--color-muted);font-size:.875rem;font-weight:600}@media (min-width: 640px){.cohort-interest-detail-row{align-items:start;gap:12px;grid-template-columns:150px minmax(0,1fr)}}.status-new{background-color:var(--color-status-warn-bg);color:var(--color-status-warn)}.status-contacted{background-color:var(--accent-12);color:var(--brand-ink)}.status-signed-up{background-color:var(--color-status-active-bg);color:var(--color-status-active)}.status-lost{background-color:var(--ink-08);color:var(--color-muted)}.auth-container{min-height:100vh;display:flex;align-items:stretch;justify-content:center;position:relative;overflow:hidden;background:radial-gradient(ellipse 70% 55% at 50% 0%,var(--accent-16) 0%,transparent 72%),linear-gradient(180deg,#ffffff94,#ffffffd1),var(--homepage-bg, #f7f6f2)}.auth-form-panel{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:64px 40px}.auth-form-panel:before{content:"";position:absolute;top:18%;right:8%;width:36px;height:36px;border-radius:6px;background:var(--accent-16);transform:rotate(24deg);pointer-events:none}.auth-form-panel:after{content:"";position:absolute;left:10%;bottom:10%;width:180px;height:180px;border-radius:50%;border:1px solid var(--ink-05);pointer-events:none}.auth-card{background:var(--color-white);border-radius:16px;padding:48px 44px;box-shadow:0 8px 32px var(--ink-10),0 2px 8px var(--ink-06);width:100%;max-width:420px;position:relative;z-index:1}.auth-card-kicker{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-ink);margin-bottom:10px;opacity:.5}.auth-title{font-size:1.75rem;font-weight:800;color:var(--brand-ink);letter-spacing:-.03em;line-height:1.15;margin:0 0 8px}.auth-subtitle{font-size:.9rem;color:var(--brand-muted);margin:0 0 32px;line-height:1.5}.auth-success{background-color:var(--color-success-bg);color:var(--color-success);border:1px solid var(--color-success-border);padding:10px 14px;border-radius:8px;margin-bottom:20px;font-size:.875rem;line-height:1.4}.auth-error{background-color:var(--color-danger-bg);color:var(--color-danger);border:1px solid var(--color-danger-border);padding:10px 14px;border-radius:8px;margin-bottom:20px;font-size:.875rem;line-height:1.4}.auth-form{display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.825rem;font-weight:700;color:var(--brand-ink);letter-spacing:.01em}.form-group input{padding:11px 14px;border:1.5px solid var(--color-border);border-radius:8px;font-size:.95rem;color:var(--brand-ink);background:var(--color-input-bg);transition:border-color .15s ease,box-shadow .15s ease;outline:none}.form-group input:focus{border-color:var(--brand-ink);box-shadow:0 0 0 3px var(--ink-10);background:var(--color-white)}.form-group input:disabled{opacity:.55;cursor:not-allowed}.field-error{color:var(--color-danger);font-size:.8rem;font-weight:500}.auth-form .btn{margin-top:4px}.auth-links{display:flex;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid var(--ink-12)}.auth-links--centered{justify-content:center}.auth-link{background:none;border:none;color:var(--brand-muted);text-decoration:none;font-size:.85rem;font-weight:600;cursor:pointer;padding:0;transition:color .15s ease}.auth-link:hover:not(:disabled){color:var(--brand-ink);text-decoration:underline}.auth-link:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.auth-form-panel{padding:40px 20px}.auth-card{padding:36px 28px}.auth-container:before{width:300px;height:300px;right:-130px;bottom:-100px}.auth-container:after{width:180px;height:180px;left:-64px;top:-48px}}.verify-checkbox{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--brand-muted);cursor:pointer}.verify-footer{margin-top:20px;padding-top:20px;border-top:1px solid var(--ink-12);display:flex;flex-direction:column;align-items:center;gap:12px}.verify-timer{font-size:.825rem;color:var(--brand-muted);margin:0}.verify-timer--expired{color:var(--color-danger)}.verify-actions{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-surface)}#root{min-height:100vh}button:not(:disabled){cursor:pointer}:root{--color-ink: #12161f;--color-white: #ffffff;--color-accent: #f3a524;--color-muted: #6b7280;--color-surface: #f7f6f2;--color-surface-warm: #faf8f4;--color-dark: #1c1a17;--color-dark-text: #f0ece4;--color-body: #5a6272;--ink-05: rgba(18, 22, 31, .05);--ink-08: rgba(18, 22, 31, .08);--ink-10: rgba(18, 22, 31, .1);--ink-12: rgba(18, 22, 31, .12);--ink-06: rgba(18, 22, 31, .06);--ink-04: rgba(18, 22, 31, .04);--ink-20: rgba(18, 22, 31, .2);--ink-35: rgba(18, 22, 31, .35);--ink-40: rgba(18, 22, 31, .4);--ink-42: rgba(18, 22, 31, .42);--ink-45: rgba(18, 22, 31, .45);--dark-text-70: rgba(240, 236, 228, .7);--dark-text-55: rgba(240, 236, 228, .55);--dark-text-45: rgba(240, 236, 228, .45);--dark-text-35: rgba(240, 236, 228, .35);--accent-55: rgba(243, 165, 36, .55);--accent-50: rgba(243, 165, 36, .5);--accent-45: rgba(243, 165, 36, .45);--accent-35: rgba(243, 165, 36, .35);--accent-28: rgba(243, 165, 36, .28);--accent-20: rgba(243, 165, 36, .2);--accent-18: rgba(243, 165, 36, .18);--accent-16: rgba(243, 165, 36, .16);--accent-12: rgba(243, 165, 36, .12);--accent-10: rgba(243, 165, 36, .1);--accent-08: rgba(243, 165, 36, .08);--accent-06: rgba(243, 165, 36, .06);--white-88: rgba(255, 255, 255, .88);--white-12: rgba(255, 255, 255, .12);--white-10: rgba(255, 255, 255, .1);--white-04: rgba(255, 255, 255, .04);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-9: 36px;--space-10: 40px;--space-12: 48px;--space-14: 56px;--space-18: 72px;--tracking-wide: .1em;--tracking-wider: .14em;--tracking-widest: .18em;--radius-sm: 10px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 16px;--radius-full: 999px;--border-line: 1px solid var(--ink-12);--border-line-soft: 1px solid var(--ink-06);--border-dark: 1px solid var(--white-10);--border-accent: 1px solid var(--accent-45);--shadow-card: 0 10px 30px var(--ink-05);--shadow-hover: 0 12px 32px var(--ink-10);--color-danger: #dc3545;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-danger-dark: #9b2c2c;--color-danger-btn: #c53030;--color-success: #166534;--color-success-bg: #f0fdf4;--color-success-border: #bbf7d0;--color-info: #1565c0;--color-info-bg: #e3f2fd;--color-status-active-bg: #d1fae5;--color-status-active: #065f46;--color-status-warn-bg: #fef3c7;--color-status-warn: #92400e;--color-border: #d4d8e0;--color-input-bg: #f9f9f9;--brand-ink: var(--color-ink);--brand-accent: var(--color-accent);--brand-muted: var(--color-muted);--homepage-bg: var(--color-surface);--homepage-card-radius: var(--radius-xl);--homepage-line: var(--ink-12);--homepage-line-soft: var(--ink-06)}.page-container{margin-left:160px;padding:40px 36px}@media (max-width: 768px){.page-container{margin-left:0;padding:72px 20px 32px}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-title-row{display:flex;align-items:center;gap:1rem}.page-title{font-size:2rem;color:var(--color-ink);margin:0}.auth-container:before{content:"";position:absolute;bottom:-110px;right:-120px;width:420px;height:420px;border-radius:50%;border:2px solid var(--accent-18);pointer-events:none}.auth-container:after{content:"";position:absolute;top:-72px;left:-68px;width:240px;height:240px;border-radius:18px;border:1.5px solid var(--ink-08);transform:rotate(-18deg);pointer-events:none}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.status-active{background-color:var(--color-status-active-bg);color:var(--color-status-active)}.status-inactive{background-color:var(--color-danger-bg);color:var(--color-danger)}.status-invited{background-color:var(--color-status-warn-bg);color:var(--color-status-warn)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.btn{border:1px solid var(--brand-ink);background-color:var(--brand-ink);color:var(--color-white)}.btn:hover{background-color:var(--brand-accent);color:var(--brand-ink);border-color:var(--brand-accent)}.btn--secondary{border:1px solid var(--ink-12);background:var(--color-surface);color:var(--brand-ink)}.btn--secondary:hover{background-color:var(--accent-12);border-color:var(--accent-50)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-28)}.btn:disabled{background-color:var(--ink-35);border-color:var(--ink-20);color:#ffffffc7;box-shadow:none;cursor:not-allowed}.btn--secondary:disabled,.btn--ghost:disabled{background-color:var(--ink-04);border-color:var(--ink-12);color:var(--ink-40);box-shadow:none;cursor:not-allowed}.btn--ghost{border:1px solid transparent;background:transparent;color:var(--brand-ink)}.btn--ghost:hover{background:var(--accent-12);border-color:var(--accent-20)}.btn--danger{border:1px solid var(--color-danger-btn);background:var(--color-danger-btn);color:var(--color-white)}.btn--danger:hover{background:var(--color-danger-dark);color:var(--color-white);border-color:var(--color-danger-dark)}.btn--full{width:100%}.btn--sm{padding:.35rem .85rem;border-radius:5px;font-size:.875rem}
