:root{--bg:#f6f7f9;--surface:#ffffff;--surface-2:#f1f3f6;--surface-3:#e7eaef;--ink:#10151c;--ink-soft:#4a5563;--ink-dim:#78828f;--line:#dfe3e9;--line-soft:#eceff3;--brand:#0587ed;--accent:#0b6cd6;--accent-press:#0857ac;--accent-wash:#e8f1fc;--on-accent:#ffffff;--ok:#0f7a4d;--ok-wash:#e4f4ec;--warn:#8a5300;--warn-wash:#fcf1de;--danger:#a52121;--danger-wash:#fbeaea;--t-large-title:34px;--t-title-1:28px;--t-title-2:22px;--t-title-3:20px;--t-headline:17px;--t-body:17px;--t-callout:16px;--t-subhead:15px;--t-footnote:13px;--t-caption:12px;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:24px;--s-6:32px;--s-7:48px;--s-8:64px;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:22px;--r-pill:980px;--elev-1:0 1px 2px rgba(16,21,28,.05);--elev-2:0 2px 8px rgba(16,21,28,.07),0 1px 2px rgba(16,21,28,.04);--elev-3:0 12px 32px rgba(16,21,28,.12),0 2px 6px rgba(16,21,28,.05);--tap:44px;--spring:cubic-bezier(.32,.72,0,1)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b0e13;--surface:#151a21;--surface-2:#1d232c;--surface-3:#262d38;--ink:#eef1f5;--ink-soft:#a5b0be;--ink-dim:#78838f;--line:#2a323d;--line-soft:#212831;--brand:#4aa8f5;--accent:#4f9ff0;--accent-press:#7ab6f5;--accent-wash:#12283f;--on-accent:#08121d;--ok:#4cc38a;--ok-wash:#10261d;--warn:#e0a44e;--warn-wash:#2a2114;--danger:#f08b8b;--danger-wash:#2b1618;--elev-1:0 1px 2px rgba(0,0,0,.4);--elev-2:0 2px 8px rgba(0,0,0,.45);--elev-3:0 12px 32px rgba(0,0,0,.55)}}:root[data-theme=dark]{--bg:#0b0e13;--surface:#151a21;--surface-2:#1d232c;--surface-3:#262d38;--ink:#eef1f5;--ink-soft:#a5b0be;--ink-dim:#78838f;--line:#2a323d;--line-soft:#212831;--brand:#4aa8f5;--accent:#4f9ff0;--accent-press:#7ab6f5;--accent-wash:#12283f;--on-accent:#08121d;--ok:#4cc38a;--ok-wash:#10261d;--warn:#e0a44e;--warn-wash:#2a2114;--danger:#f08b8b;--danger-wash:#2b1618;--elev-1:0 1px 2px rgba(0,0,0,.4);--elev-2:0 2px 8px rgba(0,0,0,.45);--elev-3:0 12px 32px rgba(0,0,0,.55)}[data-tier=junior]{--t-body:19px;--t-headline:19px;--t-subhead:17px;--row-gap:var(--s-5)}[data-tier=campus]{--row-gap:var(--s-4)}[data-tier=community]{--row-gap:var(--s-3)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Noto Sans,Noto Sans Devanagari,Noto Sans Oriya,system-ui,sans-serif;font-size:var(--t-body);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.money,.num,.stat-value,td.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum"}h1,h2,h3,h4{margin:0;text-wrap:balance;letter-spacing:-.02em;font-weight:650}h1{font-size:var(--t-title-1)}h2{font-size:var(--t-title-3);letter-spacing:-.015em}h3{font-size:var(--t-headline);letter-spacing:-.01em}p{margin:0}a{color:var(--accent);text-underline-offset:2px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}.page{max-width:780px;margin:0 auto;padding:var(--s-5) var(--s-4) var(--s-8)}.page-wide{max-width:1100px}.stack{display:flex;flex-direction:column;gap:var(--row-gap,var(--s-4))}.row,.row-between{display:flex;align-items:center;gap:var(--s-3)}.row-between{justify-content:space-between}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--s-3);gap:var(--s-3)}.spacer{flex:1 1}.large-title{font-size:var(--t-large-title);letter-spacing:-.024em;font-weight:700;line-height:1.12}.lede{color:var(--ink-soft);font-size:var(--t-subhead);line-height:1.55;max-width:62ch}.card{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--elev-1);border:1px solid var(--line-soft);padding:var(--s-4)}.card-flush{padding:0;overflow:hidden}.list{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--line-soft);overflow:hidden}.list-item{display:flex;align-items:center;gap:var(--s-3);padding:var(--s-3) var(--s-4);min-height:var(--tap);background:none;border:0;border-bottom:1px solid var(--line-soft);width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer}.list-item:last-child{border-bottom:0}.list-item:hover{background:var(--surface-2)}.list-item .title{font-size:var(--t-callout);font-weight:550}.list-item .sub{font-size:var(--t-footnote);color:var(--ink-dim)}.list-header{padding:var(--s-2) var(--s-4);font-size:var(--t-caption);color:var(--ink-dim);background:var(--surface-2);border-bottom:1px solid var(--line-soft);display:flex;align-items:center;justify-content:space-between;gap:var(--s-2)}.list-header .btn-quiet{min-height:0;padding:0;font-size:var(--t-caption)}.btn,.btn-quiet,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:var(--s-2);min-height:var(--tap);padding:0 var(--s-4);border-radius:var(--r-md);font:inherit;font-size:var(--t-callout);font-weight:550;cursor:pointer;border:1px solid transparent;transition:background .16s var(--spring),transform .12s var(--spring);text-decoration:none}.btn{background:var(--accent);color:var(--on-accent)}.btn:hover:not(:disabled){background:var(--accent-press)}.btn:active:not(:disabled){transform:scale(.985)}.btn-secondary{background:var(--surface-2);color:var(--ink);border-color:var(--line)}.btn-secondary:hover:not(:disabled){background:var(--surface-3)}.btn-quiet{background:transparent;color:var(--accent);padding:0 var(--s-2)}.btn-secondary:disabled,.btn:disabled{opacity:.5;cursor:default}.btn-block{width:100%}label{display:block;font-size:var(--t-footnote);color:var(--ink-soft);margin-bottom:var(--s-1);font-weight:500}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{width:100%;min-height:var(--tap);padding:var(--s-2) var(--s-3);border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--ink);font:inherit;font-size:var(--t-callout)}textarea{min-height:96px;resize:vertical;line-height:1.5}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-wash)}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--r-pill);font-size:var(--t-caption);font-weight:600;background:var(--surface-2);color:var(--ink-soft);border:1px solid var(--line)}.pill-ok{background:var(--ok-wash);color:var(--ok)}.pill-ok,.pill-warn{border-color:transparent}.pill-warn{background:var(--warn-wash);color:var(--warn)}.pill-danger{background:var(--danger-wash);color:var(--danger);border-color:transparent}.pill-accent{background:var(--accent-wash);color:var(--accent);border-color:transparent}.chip{display:inline-flex;align-items:center;min-height:36px;padding:0 var(--s-3);border-radius:var(--r-pill);border:1px solid var(--line);background:var(--surface);font-size:var(--t-footnote);cursor:pointer;color:var(--ink-soft)}.chip[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.stat{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:var(--s-4)}.stat-label{font-size:var(--t-caption);color:var(--ink-dim);margin-bottom:var(--s-1)}.stat-value{font-size:var(--t-title-1);font-weight:680;letter-spacing:-.02em;line-height:1.1}.stat-sub{font-size:var(--t-footnote);color:var(--ink-dim);margin-top:var(--s-1)}.empty{text-align:center;padding:var(--s-7) var(--s-4)}.empty h3{margin-bottom:var(--s-2)}.empty p{color:var(--ink-soft);font-size:var(--t-subhead);margin-bottom:var(--s-4);max-width:44ch;margin-inline:auto}.shell{min-height:100dvh;display:flex;flex-direction:column;padding-bottom:72px}.brand-mark{display:flex;align-items:center;gap:var(--s-2);text-decoration:none}.brand-logo{height:26px;width:auto;display:block}.brand-full{display:none}.brand-mini{display:block}.brand-full .wordmark{align-self:center}@media (min-width:600px){.brand-full{display:block}.brand-mini{display:none}}.wordmark{height:46px;width:auto;display:block;align-self:start}.wordmark-reverse{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .wordmark-light{display:none}:root:not([data-theme=light]) .wordmark-reverse{display:block}}:root[data-theme=dark] .wordmark-light{display:none}:root[data-theme=dark] .wordmark-reverse,:root[data-theme=light] .wordmark-light{display:block}:root[data-theme=light] .wordmark-reverse{display:none}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--surface) 82%,transparent);border-bottom:1px solid var(--line-soft);padding:var(--s-3) var(--s-4);display:flex;align-items:center;gap:var(--s-3)}.tabbar,.topbar{backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.tabbar{position:fixed;bottom:0;left:0;right:0;z-index:30;display:grid;grid-template-columns:repeat(5,1fr);background:color-mix(in srgb,var(--surface) 88%,transparent);border-top:1px solid var(--line-soft);padding-bottom:env(safe-area-inset-bottom)}.tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:56px;text-decoration:none;color:var(--ink-dim);font-size:10.5px;font-weight:550}.tabbar a[aria-current=page]{color:var(--accent)}.tabbar svg{width:22px;height:22px}.sheet-backdrop{position:fixed;inset:0;z-index:40;background:rgba(8,12,18,.4);display:flex;align-items:flex-end;justify-content:center}.sheet{background:var(--surface);width:100%;max-width:640px;border-radius:var(--r-xl) var(--r-xl) 0 0;box-shadow:var(--elev-3);max-height:88dvh;overflow-y:auto;padding:var(--s-4) var(--s-4) var(--s-6);animation:sheet-up .28s var(--spring)}.sheet-grabber{width:36px;height:5px;border-radius:3px;background:var(--line);margin:0 auto var(--s-3)}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:none}}details.disclosure{border-top:1px solid var(--line-soft);padding-top:var(--s-3);margin-top:var(--s-3)}details.disclosure>summary{cursor:pointer;list-style:none;font-size:var(--t-footnote);color:var(--accent);font-weight:550;min-height:32px;display:flex;align-items:center}details.disclosure>summary::-webkit-details-marker{display:none}.msg{border-radius:var(--r-md);padding:var(--s-3);font-size:var(--t-footnote);line-height:1.5}.msg-error{background:var(--danger-wash);color:var(--danger)}.msg-ok{background:var(--ok-wash);color:var(--ok)}.msg-info{background:var(--accent-wash);color:var(--accent)}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:var(--r-sm)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.table-wrap{overflow-x:auto;border-radius:var(--r-lg);border:1px solid var(--line-soft)}table{width:100%;border-collapse:collapse;font-size:var(--t-footnote);background:var(--surface)}th{text-align:left;color:var(--ink-dim);font-weight:600;background:var(--surface-2);white-space:nowrap}td,th{padding:var(--s-2) var(--s-3)}td{border-top:1px solid var(--line-soft)}.btn,.chip,.pill{max-width:100%}@media (min-width:900px){.shell{padding-bottom:0;display:grid;grid-template-columns:220px minmax(0,1fr)}.shell>*{grid-column:1/-1}.shell>main{grid-column:2;grid-row:10}.tabbar{grid-column:1;grid-row:10;align-self:start;position:-webkit-sticky;position:sticky;top:0;bottom:auto;height:100dvh;grid-template-columns:1fr;grid-template-rows:repeat(5,auto);align-content:start;border-top:0;border-right:1px solid var(--line-soft);width:220px;padding-top:calc(64px + var(--s-5))}.tabbar a{flex-direction:row;justify-content:flex-start;gap:var(--s-3);padding:var(--s-2) var(--s-4);font-size:var(--t-subhead)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;transition-duration:.001ms!important}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:absolute;left:-999px;top:0;z-index:100;background:var(--accent);color:#fff;padding:8px 14px;border-radius:0 0 8px 0}.skip-link:focus{left:0}.avatar-chip{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:12px;font-weight:700;text-decoration:none;margin-left:var(--s-2);flex-shrink:0}.list-heading{padding:var(--s-4) var(--s-4) var(--s-1);font-size:var(--t-caption);font-weight:600;color:var(--ink-dim);letter-spacing:.02em}.pill-role{background:var(--accent-wash);color:var(--accent);font-weight:600}.club-switch{display:inline-flex;align-items:center;min-width:0;flex-shrink:1}.club-switch select{max-width:42vw;min-height:30px;padding:2px var(--s-2);margin:0;font-size:var(--t-caption);font-weight:600;color:var(--accent);background:var(--accent-wash);border:1px solid transparent;border-radius:999px;text-overflow:ellipsis;cursor:pointer}.club-switch select:focus-visible{border-color:var(--accent);outline:none}@media (min-width:700px){.club-switch select{max-width:22rem}}.split{display:grid;grid-template-columns:minmax(0,1fr);min-height:100dvh}.split-left{background:var(--surface-2);border-bottom:1px solid var(--line-soft)}.split-left,.split-right{padding:var(--s-6) var(--s-5) var(--s-8)}.split-right{display:flex;justify-content:center}.split-panel{width:100%;max-width:400px}.story-hero{width:100%;display:block;border-radius:var(--r-lg);aspect-ratio:3/2;object-fit:cover;border:1px solid var(--line-soft)}.story-body{max-width:60ch}.story-steps{counter-reset:step;flex-direction:column}.story-step,.story-steps{display:flex;gap:var(--s-3)}.story-step{align-items:flex-start}.story-step-n{flex:none;width:26px;height:26px;border-radius:999px;background:var(--accent);color:var(--on-accent);display:grid;place-items:center;font-size:var(--t-caption);font-weight:650}@media (max-width:899px){.split-left{order:2;border-bottom:0;border-top:1px solid var(--line-soft)}.split-right{order:1}}@media (min-width:900px){.split{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.split-left{padding:var(--s-8) var(--s-7);border-bottom:0;border-right:1px solid var(--line-soft)}.split-right{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100dvh;align-items:center;overflow-y:auto}}.ytc-globe-sec{background:#ffffff;border:1px solid var(--line-soft);border-radius:var(--r-lg);width:100%;padding:var(--s-6) var(--s-4) var(--s-5);overflow:hidden}.ytc-globe-sec h2{color:#0f172a;font-weight:600;font-size:var(--t-subhead);line-height:1.25;margin:0 0 8px;text-align:center;letter-spacing:-.01em}.ytc-globe-sec .ytc-lede{color:#475569;font-size:var(--t-footnote);line-height:1.6;max-width:52ch;margin:0 auto 4px;text-align:center}.ytc-globe-stage{position:relative;width:100%;max-width:900px;margin:0 auto;touch-action:pan-y}.ytc-globe-stage svg{width:100%;height:auto;display:block;cursor:-webkit-grab;cursor:grab}.ytc-globe-stage svg:active{cursor:-webkit-grabbing;cursor:grabbing}.ytc-ocean-fill{fill:url(#ytcOcean)}.ytc-rim{fill:none;stroke:#bcd8ef;stroke-width:1.1}.ytc-land{fill:#ffffff;stroke:#a9cbe8;stroke-width:.7;stroke-linejoin:round}.ytc-grat{fill:none;stroke:rgba(5,135,237,.13);stroke-width:.7}.ytc-lead{fill:none;stroke:#9cc3e6;stroke-width:1}.ytc-pin-pad{fill:rgba(255,255,255,.86)}.ytc-pin-halo{fill:rgba(5,135,237,.18)}.ytc-arc{fill:none;stroke-width:4.2;stroke-linecap:butt}.ytc-lab-box{fill:#ffffff;stroke:#d3e4f2;stroke-width:1}.ytc-lab-code{fill:#045cb4;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ytc-lab-name{fill:#64748b;font-weight:500}.ytc-hint{color:#94a3b8;margin:6px 0 0}.ytc-hint,.ytc-total{text-align:center;font-size:var(--t-caption)}.ytc-total{color:#64748b;margin:12px 0 0}.ytc-total b{color:#0f172a;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:639px){.ytc-globe-sec{padding:var(--s-5) var(--s-3) var(--s-4)}#ytc-labels,#ytc-leads{display:none}}.theversity-mark{font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:400;letter-spacing:-.005em;line-height:1;color:var(--ink);display:inline-block;margin:0;font-size-adjust:none}.theversity-mark b{font-weight:700}.theversity-lockup{display:flex;flex-direction:column}.oauth-slot{position:relative}.oauth-slot-gsi{position:absolute;inset:0;opacity:0;overflow:hidden;display:flex;justify-content:center}.oauth-slot-gsi[data-ready=no]{pointer-events:none}.oauth-slot-gsi iframe,.oauth-slot-gsi>div{width:100%!important;height:100%!important}.wall{height:100vh;height:100dvh;overflow:hidden;background:var(--bg);color:var(--ink);padding:clamp(10px,1.2vh,22px) clamp(12px,1vw,28px);display:flex;flex-direction:column;gap:clamp(8px,1vh,16px)}.wall-head{justify-content:space-between;gap:var(--s-4);flex:none}.wall-head,.wall-head-id{display:flex;align-items:center}.wall-head-id{gap:var(--s-3);min-width:0}.wall-head-logo{width:clamp(26px,2.1vw,42px);height:auto;border-radius:9px}.wall-head h1{font-size:clamp(17px,1.5vw,32px);font-weight:700;line-height:1.15;margin:0}.wall-head p{font-size:clamp(11px,.8vw,16px);color:var(--ink-dim);margin:2px 0 0}.wall-head-actions{display:flex;align-items:center;gap:var(--s-2);flex:none}.wall-live{display:inline-flex;align-items:center;gap:7px;font-size:clamp(11px,.78vw,16px);font-weight:600;color:var(--ok);background:var(--ok-wash);border-radius:var(--r-pill);padding:6px 13px;white-space:nowrap}.wall-live.off{color:var(--danger);background:var(--danger-wash)}.wall-live-dot{width:8px;height:8px;border-radius:50%;background:currentColor;animation:wall-pulse 2.4s ease-in-out infinite}@keyframes wall-pulse{0%,to{opacity:1}50%{opacity:.25}}@media (prefers-reduced-motion:reduce){.wall-live-dot{animation:none}}.wall-quads{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:clamp(8px,1vh,16px);gap:clamp(8px,1vh,16px)}.wall-quad{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.wall-quad-head{flex:none;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--s-3);padding:clamp(7px,.9vh,14px) clamp(10px,.8vw,18px) clamp(5px,.6vh,10px);border-bottom:1px solid var(--line-soft)}.wall-quad-titles{min-width:0}.wall-quad-head h2{font-size:clamp(12.5px,.95vw,20px);font-weight:700;margin:0;line-height:1.2}.wall-quad-head p{font-size:clamp(10.5px,.72vw,15px);color:var(--ink-dim);margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wall-pager{display:flex;gap:4px;flex:none;padding-top:4px}.wall-pager-dot{width:6px;height:6px;border-radius:50%;background:var(--line)}.wall-pager-dot.on{background:var(--accent)}.wall-body{flex:1 1 auto;min-height:0;overflow:hidden;padding:0 clamp(8px,.7vw,16px)}.wall-note{font-size:clamp(10.5px,.75vw,15px);color:var(--ink-dim);margin:var(--s-2) 0 0;line-height:1.45}.wall-register{height:100%;display:flex;flex-direction:column;gap:clamp(3px,.5vh,9px);padding:clamp(4px,.6vh,10px) 0}.wall-hero{flex:none;display:flex;align-items:baseline;gap:clamp(8px,.8vw,16px);min-width:0}.wall-hero-value{font-size:clamp(30px,3.4vw,76px);font-weight:700;line-height:1;letter-spacing:-.02em}.wall-hero-label{font-size:clamp(11px,.8vw,17px);color:var(--ink-soft);line-height:1.25;min-width:0;display:flex;flex-direction:column}.wall-hero-label em{font-style:normal;font-size:clamp(9.5px,.66vw,14px);color:var(--ink-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wall-tiles{flex:1 1;min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:clamp(4px,.5vh,10px);gap:clamp(4px,.5vh,10px)}.wall-tile{border:1px solid var(--line);border-radius:var(--r-sm);padding:clamp(2px,.35vh,8px) clamp(5px,.45vw,12px);display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden}.wall-tile-value{font-size:clamp(15px,1.35vw,32px);font-weight:700;line-height:1.05}.wall-tile-label{font-size:clamp(9px,.62vw,13.5px);color:var(--ink-soft);margin-top:1px}.wall-tile-label,.wall-tile-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wall-tile-sub{font-size:clamp(8px,.52vw,11.5px);color:var(--ink-dim)}.wall-tile.ok .wall-tile-value{color:var(--ok)}.wall-tile.wait .wall-tile-value{color:var(--warn)}.wall-tile.mute .wall-tile-value{color:var(--ink-dim)}.wall-tile.warn{background:var(--danger-wash);border-color:var(--danger)}.wall-tile.warn .wall-tile-value{color:var(--danger)}.wall-foot{flex:none;margin:0;font-size:clamp(9px,.62vw,13.5px);color:var(--ink-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wall-table{width:100%;border-collapse:collapse;table-layout:fixed;background:transparent}.wall-table th{font-size:clamp(9px,.6vw,13px);font-weight:600;color:var(--ink-dim);text-align:left;padding:4px 5px;background:transparent;border-bottom:1px solid var(--line)}.wall-table td,.wall-table th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-table td{padding:3px 5px;border-top:none;border-bottom:1px solid var(--line-soft);font-size:clamp(10px,.72vw,15px)}.wall-table td.n,.wall-table th.n{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wall-table td.strong{font-weight:700}.wall-table td.ok{color:var(--ok);font-weight:600}.wall-table td.warn{color:var(--danger);font-weight:600}.wall-table td:first-child{position:relative}.wall-bar{position:absolute;left:0;top:2px;bottom:2px;background:var(--accent-wash);border-radius:3px;z-index:0}.wall-bar-label{position:relative;z-index:1;font-weight:600}.wall-charter{height:100%;display:flex;flex-direction:column;gap:clamp(2px,.35vh,6px);padding:clamp(4px,.6vh,10px) 0}.wall-band{flex:none;margin:0;padding-left:2px;line-height:1.5;font-size:clamp(9px,.6vw,13px);font-weight:600;color:var(--ink-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-band-vs{font-weight:500;opacity:.75;margin-left:var(--s-2)}.wall-funnel{flex:1 1;min-height:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:clamp(3px,.4vh,8px);gap:clamp(3px,.4vh,8px)}.wall-step{border:1px solid var(--line);border-radius:var(--r-sm);padding:clamp(2px,.3vh,7px) clamp(4px,.35vw,10px);display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden}.wall-step.on{border-color:var(--accent);background:var(--accent-wash)}.wall-step-value{font-size:clamp(13px,1.1vw,26px);font-weight:700;line-height:1.05;color:var(--ink-dim)}.wall-step.on .wall-step-value{color:var(--accent)}.wall-step-age,.wall-step-label{font-size:clamp(8px,.55vw,12px);color:var(--ink-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wall-step-label{color:var(--ink-soft)}.wall-blockers{flex:2 1;min-height:0;display:flex;flex-direction:column;justify-content:space-evenly}.wall-blocker{display:grid;grid-template-columns:minmax(0,1fr) 34% auto;align-items:center;grid-gap:clamp(4px,.5vw,12px);gap:clamp(4px,.5vw,12px)}.wall-blocker-title{font-size:clamp(9.5px,.68vw,14px);color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wall-blocker-bar{display:block;height:clamp(4px,.5vh,8px);border-radius:3px;background:var(--surface-2);overflow:hidden}.wall-blocker-bar i{display:block;height:100%;border-radius:3px;background:var(--warn)}.wall-blocker-n{font-size:clamp(10px,.75vw,16px);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:3ch;text-align:right}.wall-ticker td{border-bottom:1px solid var(--line-soft)}.wall-tick-when{width:13%;color:var(--ink-dim);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wall-tick-verb{width:30%;font-weight:600}.wall-tick-place{width:20%;color:var(--ink-dim)}.wall-tick-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;vertical-align:middle;background:var(--ink-dim)}.wall-tick-verb.t-ok{color:var(--ok)}.wall-tick-verb.t-ok .wall-tick-dot{background:var(--ok)}.wall-tick-verb.t-accent{color:var(--accent)}.wall-tick-verb.t-accent .wall-tick-dot{background:var(--accent)}.wall-tick-verb.t-danger{color:var(--danger)}.wall-tick-verb.t-danger .wall-tick-dot{background:var(--danger)}.wall-tick-subject{font-weight:600}.wall-tick-code{margin-left:6px;font-weight:500;font-size:.82em;color:var(--ink-dim);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}