
:root{
  --navy-50:#EEF2F7;--navy-100:#D8E0EC;--navy-200:#B2BFD2;--navy-300:#8599B8;
  --navy-400:#4E6888;--navy-500:#1A3A5C;--navy-600:#0E2847;--navy-700:#091B33;
  --navy-800:#061225;--navy-900:#030914;
  --gold-100:#F5EDDA;--gold-200:#E8D890;--gold-300:#D4AF37;--gold-400:#B8941F;--gold-500:#9A7B1E;
  --stone-50:#FBF9F4;--stone-100:#F3F0E8;--stone-150:#EDE8DF;--stone-200:#DDD7CC;
  --stone-300:#C4BDB0;--stone-400:#B5B0A8;--stone-500:#8A857D;--stone-600:#524E48;--stone-700:#2E2B27;
  --cream-50:#FFFDF9;--cream-100:#FFF8F0;
  --bg:#F3F0E8;--surface:#FFFFFF;--ink:#0F0D0A;--ink-2:#524E48;
  --accent:#D4AF37;--accent-deep:#9A7B1E;--on-dark-muted:#B2BFD2;
  --shadow-card:0 24px 56px rgba(6,18,37,.26),0 8px 20px rgba(6,18,37,.16);
  --shadow-white:0 18px 40px rgba(15,13,10,.14),0 4px 12px rgba(15,13,10,.06);
  --shadow-5:0 16px 32px rgba(15,13,10,.12),0 8px 16px rgba(15,13,10,.08);
  --font-display:'Bricolage Grotesque',ui-serif,system-ui,sans-serif;
  --font-body:'Inter',ui-sans-serif,system-ui,sans-serif;
  --display-tracking:-0.035em;
  --r-lg:12px;--r-xl:16px;--r-2xl:20px;--r-3xl:24px;--r-full:9999px;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{
  font-family:var(--font-body);color:var(--ink);
  background:
    radial-gradient(110% 62% at 50% -10%,rgba(212,175,55,.12) 0%,rgba(212,175,55,0) 48%),
    radial-gradient(120% 80% at 50% -6%,#FFFDF9 0%,rgba(255,253,249,0) 52%),
    linear-gradient(180deg,#F3F0E8 0%,#EDE8DF 46%,#F3F0E8 100%);
  background-attachment:fixed;min-height:100%;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
body::before{
  content:"";position:fixed;inset:0;z-index:0;pointer-events:none;
  opacity:.04;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.display{font-family:var(--font-display);font-weight:800;letter-spacing:var(--display-tracking);font-optical-sizing:auto}
main.c-shell{position:relative;min-height:100vh;overflow:hidden;padding-top:30px;z-index:1}
a{color:inherit;text-decoration:none}
@media (max-width:860px){.side-hide{display:none !important}}
@media (max-width:430px){.c-cardrow{grid-template-columns:1fr !important}}
@media (max-width:380px){.c-subseg button{padding:9px 11px !important;font-size:11px !important;letter-spacing:.03em !important}}
@media (max-width:520px){.c-glancegrid{grid-template-columns:1fr !important}}

.c-sidecol{position:fixed;top:0;bottom:0;width:clamp(210px,24vw,400px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;pointer-events:none;padding:0 16px}
.c-sidecol.l{left:0}.c-sidecol.r{right:0}
.c-logofloat{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}
.c-logocaption{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--stone-600)}
.c-logo-big{width:220px;height:220px;object-fit:contain;display:block;filter:drop-shadow(0 16px 26px rgba(6,18,37,.26)) drop-shadow(0 4px 9px rgba(6,18,37,.16))}
.c-logo-sm{width:54px;height:54px;object-fit:contain;display:block;filter:drop-shadow(0 6px 12px rgba(6,18,37,.20)) drop-shadow(0 1px 3px rgba(6,18,37,.12))}
.c-center{position:relative;z-index:2;width:min(620px,92vw);margin:0 auto;display:flex;flex-direction:column;align-items:center;padding-top:18px}
.c-eyebrow{display:flex;align-items:center;gap:9px;color:var(--stone-600);font-size:11px;font-weight:700;letter-spacing:.18em;margin-bottom:18px}
.c-eyebrowdot{width:6px;height:6px;border-radius:50%;background:var(--accent);display:inline-block;box-shadow:0 0 0 4px rgba(212,175,55,.18)}
.c-srh1{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.c-cardrow{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%}
.c-namecard{background:var(--surface);border-radius:var(--r-2xl);overflow:hidden;box-shadow:var(--shadow-white);border:1px solid var(--stone-200);display:flex;flex-direction:column}
.c-namecardtop{padding:22px 18px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;gap:10px}
.c-namecardname{color:var(--navy-900);font-size:clamp(20px,3.4vw,29px);line-height:1;text-transform:uppercase}
.c-namecardloc{color:var(--stone-600);font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}
.c-locdot{width:14px;height:10px;border-radius:2px;display:inline-block}
.c-factlist{padding:0 18px 16px;display:flex;flex-direction:column}
.c-factrow{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:8px 0;border-top:1px solid var(--stone-150)}
.c-factkey{font-size:10.5px;font-weight:700;letter-spacing:.05em;color:var(--stone-500);text-transform:uppercase;white-space:nowrap}
.c-factval{font-size:15px;color:var(--navy-800);font-weight:700;text-align:right}
.c-swapbtn{width:100%;border:none;background:var(--navy-800);color:#fff;padding:14px 0;font-size:12.5px;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-family:inherit;transition:background 160ms cubic-bezier(0.16,1,0.3,1)}
.c-swapbtn:hover{background:var(--navy-600)}
.c-pillrow{display:flex;gap:18px;margin-top:28px;flex-wrap:wrap;justify-content:center}
.c-lockpill{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.60);color:var(--navy-700);border:1px solid rgba(9,27,51,.10);border-radius:var(--r-full);padding:12px 22px;font-size:13px;font-weight:700;letter-spacing:.06em;cursor:default;font-family:inherit;backdrop-filter:blur(4px)}
.c-bigcard{width:100%;background:linear-gradient(180deg,var(--navy-600),var(--navy-800));border-radius:var(--r-3xl);padding:34px 30px;margin-top:26px;box-shadow:var(--shadow-card);border:1px solid rgba(255,255,255,.05)}
.c-cardtitle{text-align:center;color:#fff;font-size:clamp(24px,4.4vw,38px);margin-bottom:14px;letter-spacing:-.02em;text-transform:uppercase}
.c-titlerule{width:44px;height:2px;background:var(--accent);border-radius:2px;margin:0 auto 22px;opacity:.9}
.c-legendrow{display:flex;justify-content:space-between;color:var(--on-dark-muted);font-size:12px;font-weight:600;margin-bottom:14px}
.c-legenddot{width:10px;height:10px;border-radius:3px;display:inline-block;margin-right:8px;vertical-align:middle}
.c-legenddot.r{margin-left:8px;margin-right:0}
.c-legacyrow{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:15px 0}
.c-legacyval{color:#fff;font-size:clamp(19px,3.2vw,25px);line-height:1}
.c-legacyval.r{text-align:right}
.c-legacylabel{text-align:center;color:var(--on-dark-muted);font-size:13.5px;font-weight:600;padding:0 12px}
.c-hr{height:1px;background:rgba(255,255,255,.09)}
.c-subsegrow{display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.c-subseg{display:flex;background:rgba(3,9,20,.45);border-radius:var(--r-full);padding:5px;flex-wrap:wrap;justify-content:center;gap:2px}
.c-subseg button{border:none;background:transparent;color:var(--on-dark-muted);border-radius:var(--r-full);padding:10px 18px;font-size:12.5px;font-weight:700;letter-spacing:.05em;cursor:pointer;font-family:inherit;transition:all 160ms cubic-bezier(0.16,1,0.3,1)}
.c-subseg button.on{background:#fff;color:var(--navy-800)}
.c-statbarrow{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.c-statbarhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px;gap:10px}
.c-statbarval{color:#fff;font-size:clamp(17px,2.8vw,22px);line-height:1;white-space:nowrap}
.c-statbarlabel{color:var(--on-dark-muted);font-size:13px;font-weight:600;text-align:center}
.c-bartrack{display:flex;height:11px;background:rgba(3,9,20,.45);border-radius:6px;overflow:hidden;position:relative}
.c-bartick{width:3px;background:rgba(255,255,255,.85);flex:none;z-index:2;margin-left:-1.5px;margin-right:-1.5px}
.c-barl{height:100%;border-radius:6px 0 0 6px}
.c-barr{height:100%;border-radius:0 6px 6px 0}
.c-foot{max-width:580px;text-align:center;color:var(--stone-500);font-size:11.5px;line-height:1.65;margin:0 auto 48px;padding:0 8px}
.c-foot b{color:var(--ink-2)}
.c-foot span{opacity:.8}
.c-ovp{color:#fff;font-size:15.5px;line-height:1.65;max-width:540px;margin:0 auto}
.c-ovbottom{color:var(--gold-100);font-size:14.5px;line-height:1.6;font-weight:600;max-width:540px;margin:16px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}
.c-ovpick{max-width:540px;margin:16px auto 0;display:flex;flex-direction:column;gap:9px}
.c-ovpickp{display:flex;align-items:baseline;gap:10px;color:var(--on-dark-muted);font-size:14px;line-height:1.5}
.c-ovpickdot{width:9px;height:9px;border-radius:50%;flex:none;transform:translateY(1px)}
.c-ovsrc{max-width:540px;margin:18px auto 0;color:var(--on-dark-muted);font-size:11px;line-height:1.6;opacity:.8}
.c-dtscroll{width:100%;overflow-x:auto}
.c-dttable{width:100%;border-collapse:collapse;color:#fff}
.c-dthead{text-align:right;padding:0 0 12px;color:#fff;font-size:13px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.16);white-space:nowrap}
.c-dthead.first{text-align:left}
.c-dtdot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:7px;vertical-align:middle}
.c-dtrowh{text-align:left;padding:10px 14px 10px 0;color:var(--on-dark-muted);font-size:13px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.06);white-space:nowrap}
.c-dtcell{text-align:right;padding:10px 0;color:var(--on-dark-muted);font-size:13.5px;border-bottom:1px solid rgba(255,255,255,.06);white-space:nowrap}
.c-dtcell.win{color:#fff;font-weight:800}
.c-faqwrap{max-width:540px;margin:0 auto}
.c-faqitem{padding:15px 0;border-top:1px solid rgba(255,255,255,.08)}
.c-faqq{color:#fff;font-size:15.5px;font-weight:700;line-height:1.4;margin-bottom:7px}
.c-faqa{color:var(--on-dark-muted);font-size:14px;line-height:1.6}
.c-lightcard{width:100%;background:var(--surface);border-radius:var(--r-3xl);padding:30px;box-shadow:var(--shadow-white);border:1px solid var(--stone-200);margin-top:26px}
.c-lightcard.last{margin-bottom:60px}
.c-lighteyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--stone-500);text-transform:uppercase;text-align:center;margin-bottom:16px}
.c-glancehead{text-align:center;color:var(--navy-900);font-size:clamp(21px,3.8vw,31px);line-height:1.18;letter-spacing:-.02em;margin-bottom:22px}
.c-glancegrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;max-width:560px;margin:0 auto}
.c-glancegap{background:var(--stone-50);border:1px solid var(--stone-150);border-radius:var(--r-xl);padding:13px 12px;text-align:center}
.c-glancegaplabel{display:block;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--stone-500);margin-bottom:7px}
.c-glancegapval{display:block;font-size:15px;color:var(--navy-800);font-weight:700}
.c-glancevs{color:var(--stone-400);font-weight:400}
.c-bnwrap{max-width:540px;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.c-bnlabel{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-200);margin-bottom:7px}
.c-bntext{color:#fff;font-size:15px;line-height:1.6}
.c-sccaption{text-align:center;color:var(--on-dark-muted);font-size:12px;margin-top:14px;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}
.c-scscroll{overflow-x:auto}
.c-scsvg{display:block;min-width:360px}
.c-otherwrap{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.c-otherchip{display:flex;align-items:center;gap:9px;padding:8px 15px 8px 8px;border-radius:var(--r-full);border:1px solid var(--stone-200);background:var(--stone-50);cursor:pointer;font-family:inherit;transition:border-color 140ms ease}
.c-otherchip:hover{border-color:var(--accent)}
.c-otherchiplogo{width:26px;height:26px;flex:none;display:flex;align-items:center;justify-content:center}
.c-otherchiplogo img,.c-pillarlogo img{max-width:100%;max-height:100%;object-fit:contain}
.c-otherchipname{font-size:14px;color:var(--navy-900);letter-spacing:-.01em}
.c-othernote{text-align:center;margin-top:14px;font-size:12.5px;color:var(--stone-500);line-height:1.5}
.c-pillaritems{display:flex;flex-direction:column;gap:10px;max-width:520px;margin:0 auto}
.c-pillarlink{display:flex;align-items:center;gap:11px;padding:13px 16px;border-radius:var(--r-xl);border:1px solid var(--stone-200);background:var(--stone-50)}
.c-pillarlogo{width:30px;height:30px;flex:none;display:flex;align-items:center;justify-content:center}
.c-pillartxt{flex:1;min-width:0}
.c-pillartitle{display:block;color:var(--navy-900);font-size:15px}
.c-pillarsub{display:block;color:var(--stone-500);font-size:12.5px;margin-top:1px}
.c-pillararrow{color:var(--gold-500);font-size:18px}

/* hub */
.c-hubmain{max-width:680px;margin:0 auto;padding:48px 20px 80px;position:relative;z-index:1}
.c-hubh1{color:var(--navy-900);font-size:clamp(28px,5vw,42px);letter-spacing:-.02em;margin-bottom:10px}
.c-hubintro{color:var(--stone-600);font-size:15px;line-height:1.6;margin-bottom:28px;max-width:560px}
.c-hubsec{margin-bottom:24px}
.c-hubh2{display:flex;align-items:center;gap:9px;font-size:18px;color:var(--navy-900);margin-bottom:11px}
.c-hubh2 img{width:24px;height:24px;object-fit:contain}
.c-hubh2 .sub{color:var(--stone-400);font-weight:400;font-size:14px}
.c-hublinks{display:flex;flex-wrap:wrap;gap:8px}
.c-hublink{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:var(--r-full);border:1px solid var(--stone-200);background:var(--stone-50);color:var(--navy-900);font-size:13.5px}
.c-hublink img{width:18px;height:18px;object-fit:contain}

/* change-school modal */
.cmp-backdrop{position:fixed;inset:0;z-index:50;background:rgba(3,9,20,.55);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px}
.cmp-pickcard{background:var(--surface);border-radius:var(--r-3xl);padding:22px 22px 26px;width:min(560px,94vw);max-height:86vh;overflow-y:auto;box-shadow:var(--shadow-5);border:1px solid var(--stone-200)}
.cmp-pickhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}
.cmp-picktitle{color:var(--navy-900);font-size:20px;letter-spacing:-.01em}
.cmp-pickclose{border:none;background:var(--stone-100);color:var(--stone-600);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:14px;font-family:inherit}
.cmp-pick-eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--stone-500);margin:16px 0 9px}
.cmp-countryrow{display:flex;flex-wrap:wrap;gap:8px}
.cmp-countrychip{display:flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--r-full);border:1px solid var(--stone-200);background:var(--stone-50);cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:var(--navy-800)}
.cmp-countrychip.on{border-color:var(--accent);background:#fff;box-shadow:0 0 0 2px rgba(212,175,55,.22)}
.cmp-countrychip .ct-count{color:var(--stone-400);font-weight:400}
.cmp-pickgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.cmp-pickitem{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:var(--r-xl);border:1px solid var(--stone-200);background:var(--stone-50);cursor:pointer;text-align:left;font-family:inherit;width:100%;transition:border-color 140ms ease}
.cmp-pickitem:hover{border-color:var(--accent)}
.cmp-pickitem.disabled{opacity:.42;cursor:not-allowed}
.cmp-pickitem.disabled:hover{border-color:var(--stone-200)}
.cmp-pickitem-logo{width:40px;height:40px;flex:none;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;border:1px solid var(--stone-200);padding:5px}
.cmp-pickitem-logo img{max-width:100%;max-height:100%;object-fit:contain}
.cmp-pickitem-txt{min-width:0}
.cmp-pickitem-name{display:block;color:var(--navy-900);font-size:15px;line-height:1.1;text-transform:uppercase;letter-spacing:-.01em;font-family:var(--font-display);font-weight:800}
.cmp-pickitem-city{display:block;color:var(--stone-500);font-size:11.5px;font-weight:600;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:430px){.cmp-pickgrid{grid-template-columns:1fr}}
