:root{--color-bg: #0b0e13;--color-surface-1: #11161e;--color-surface-2: #151b24;--color-surface-3: #1b2430;--color-text: #f7f9fc;--color-text-muted: #8f9aa8;--color-accent: #36c6ff;--color-accent-dim: #187c9f;--color-success: #b9f227;--color-error: #ff6678;--color-pass: #ffd166;--color-warning: #ffb74d;--color-active-athlete: #36c6ff;--color-on-deck: #ffd166;--color-in-hole: #8f9aa8;--color-eliminated: #667484;--color-focus: #7fddff;--color-border: #27313d;--shadow-soft: 0 14px 30px rgba(0, 0, 0, .28);--glow-active: 0 0 18px rgba(54, 198, 255, .3);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--type-xs: .75rem;--type-sm: .875rem;--type-md: 1rem;--type-lg: 1.15rem;--type-xl: 1.5rem;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--control-height: 2.75rem;--motion-fast: .14s;--motion: .22s;--ease: cubic-bezier(.2, .8, .2, 1);--bg: var(--color-bg);--panel: var(--color-surface-1);--panel-2: var(--color-surface-2);--border: var(--color-border);--text: var(--color-text);--muted: var(--color-text-muted);--accent: var(--color-accent);--accent-dim: var(--color-accent-dim);--make: var(--color-success);--miss: var(--color-error);--pass: var(--color-pass);--radius: var(--radius-md);font-size:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0 0 .5rem;line-height:1.12;text-wrap:balance}h1{font-size:1.5rem}h2{font-size:1.1rem;color:var(--accent);text-transform:uppercase;letter-spacing:.06em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.shell{max-width:1100px;margin:0 auto;padding:1rem max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.topbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:max(.75rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) .75rem max(1rem,env(safe-area-inset-left));border-bottom:1px solid var(--border);background:var(--panel)}.topbar .brand{display:inline-flex;color:var(--text)}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}.grid{display:grid;gap:1rem}@media(min-width:860px){.grid.cols-2{grid-template-columns:1fr 1fr}.grid.operator{grid-template-columns:1.2fr 1fr}}label{display:block;font-size:1rem;color:var(--muted);margin-bottom:.2rem}input,select{width:100%;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.55rem .65rem;font-size:1rem}input[type=color]{width:3rem;height:2.4rem;padding:2px;background:var(--panel-2);cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:1px solid var(--border);border-radius:4px}input[type=color]::-moz-color-swatch{border:1px solid var(--border);border-radius:4px}input[type=file]{padding:.35rem}input[type=file]::file-selector-button{margin-right:.65rem;padding:.5rem .9rem;border:1px solid var(--border);border-radius:6px;background:var(--panel-2);color:var(--text);font:inherit;font-size:1rem;font-weight:600;cursor:pointer}input[type=file]::file-selector-button:hover{border-color:var(--accent)}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-focus) 24%,transparent)}textarea{width:100%;min-height:8rem;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem;font:inherit;resize:vertical}.field{margin-bottom:.75rem}.row{display:flex;gap:.75rem;flex-wrap:wrap}.row>*{flex:1;min-width:8rem}button{min-height:var(--control-height);background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.6rem 1rem;font-size:1rem;font-weight:600;cursor:pointer;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;transition:transform var(--motion-fast) var(--ease),border-color var(--motion-fast) ease,background var(--motion-fast) ease,box-shadow var(--motion-fast) ease}button:hover:not(:disabled){border-color:var(--accent);transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(1px);box-shadow:none}button:disabled{opacity:.4;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:#04222f}button.big{font-size:1.6rem;padding:1.1rem 0;flex:1;border-width:2px}button.make{border-color:var(--make);color:var(--make);background:color-mix(in srgb,var(--make) 14%,var(--panel-2))}button.miss{border-color:var(--miss);color:var(--miss);background:color-mix(in srgb,var(--miss) 14%,var(--panel-2))}button.passbtn{border-color:var(--pass);color:var(--pass);background:color-mix(in srgb,var(--pass) 14%,var(--panel-2))}button.make:hover,button.miss:hover,button.passbtn:hover{filter:brightness(1.2)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}table.board{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}table.board th,table.board td{border:1px solid var(--border);padding:.35rem .5rem;text-align:center;white-space:nowrap;font-size:1rem}table.board th{background:var(--panel-2);color:var(--muted);font-weight:600}table.board td.name-cell{text-align:left}.athlete-name-link{min-height:0;padding:0;border:0;background:transparent;color:var(--text);font:inherit;font-weight:750;text-align:left;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent) 55%,transparent);text-underline-offset:.18em;cursor:pointer}.athlete-name-link:hover,.athlete-name-link:focus-visible{color:var(--accent);text-decoration-color:currentColor}table.board tr.eliminated td{color:var(--muted);background:#ff5d5d0a}table.board td.current-cell{outline:2px solid var(--accent);outline-offset:-2px}table.board td.clickable{cursor:pointer}table.board td.clickable:hover{background:var(--panel-2)}table.board td.selected{background:var(--accent-dim)}.board-wrap{overflow-x:auto}table.board th.current-height{background:color-mix(in srgb,var(--pass) 18%,var(--panel-2));color:var(--pass);box-shadow:inset 0 -2px 0 var(--pass)}table.board th.current-height .imperial{color:var(--text)}table.board .frozen-name{position:sticky;left:0;z-index:3;background:var(--panel);box-shadow:1px 0 0 var(--border)}table.board thead .frozen-name{z-index:5;background:var(--panel-2)}table.board tr.current-athlete-row td{background:color-mix(in srgb,var(--accent) 10%,var(--panel))}table.board tr.current-athlete-row .frozen-name{background:color-mix(in srgb,var(--accent) 14%,var(--panel));box-shadow:inset 3px 0 0 var(--accent),1px 0 0 var(--border)}table.board tbody tr td.frozen-name{z-index:8;background:var(--panel);isolation:isolate}table.board tbody tr.eliminated td.frozen-name{background:color-mix(in srgb,var(--miss) 4%,var(--panel))}table.board tbody tr.current-athlete-row td.frozen-name{background:color-mix(in srgb,var(--accent) 14%,var(--panel))}.mark-O{color:var(--make);font-weight:700}.mark-X{color:var(--miss);font-weight:700}.mark-P,.mark-R{color:var(--pass);font-weight:700}.mark-DNS{color:var(--muted);font-weight:700;font-size:1em;letter-spacing:.03em}.statchip{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.statchip.active{background:#2fd67226;color:var(--make)}.statchip.waiting{background:#8fa0b326;color:var(--muted)}.statchip.pending{background:#ffd16629;color:var(--pass)}.statchip.eliminated{background:#ff5d5d26;color:var(--miss)}.statchip.retired{background:#ffc85726;color:var(--pass)}.statchip.dns{background:#8fa0b333;color:var(--muted)}.bignum{font-size:3rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.subtle{color:var(--muted);font-size:1rem}.order-cards{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media(max-width:640px){.order-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.order-card.up{grid-column:1 / -1}.order-card.up .who{font-size:1.45rem}}.order-card{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:.6rem .8rem}.order-card.up{border-color:var(--color-active-athlete);box-shadow:var(--glow-active)}.order-card.on-deck{border-color:color-mix(in srgb,var(--color-on-deck) 45%,var(--border))}.order-card.in-hole{border-color:color-mix(in srgb,var(--color-in-hole) 35%,var(--border))}.order-card .role{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.order-card .who{font-size:1.15rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-badge{--team-primary: var(--accent);--team-accent: var(--accent);display:inline-flex;align-items:center;gap:.4rem;max-width:100%;vertical-align:middle}.team-mark{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;flex:0 0 2.25rem;border-radius:50%;background:linear-gradient(135deg,var(--team-primary),color-mix(in srgb,var(--team-primary) 45%,#000));border:2px solid color-mix(in srgb,var(--team-accent) 70%,white);color:#fff;font-size:1rem;font-weight:800;line-height:1;box-shadow:0 0 0 1px #ffffff14;overflow:hidden}.team-mark img{width:100%;height:100%;object-fit:cover}.team-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-badge.compact .team-mark{width:2rem;height:2rem;flex-basis:2rem;font-size:1rem}.welcome-band{background:linear-gradient(135deg,#36c6ff1f,#31d8790f);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;margin-bottom:1rem;box-shadow:var(--shadow-soft)}.wizard-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;margin-top:.75rem}.wizard-step{background:#ffffff09;border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem}.wizard-step strong{display:block;color:var(--text)}.wizard-step span{color:var(--muted);font-size:var(--type-sm)}.clockface{font-size:4rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.clockface.warn{color:var(--pass)}.clockface.danger{color:var(--miss)}.clockface.expired{color:var(--muted)}.offline-banner{position:sticky;top:0;z-index:60;background:#ff5d5d26;border-bottom:1px solid var(--miss);color:var(--miss);font-weight:700;text-align:center;padding:.5rem 1rem}.update-banner{position:sticky;top:0;z-index:70;display:flex;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap;background:color-mix(in srgb,var(--accent) 20%,var(--panel));border-bottom:1px solid var(--accent);color:var(--text);font-weight:600;text-align:center;padding:.5rem 1rem}.update-banner button{padding:.35rem .9rem;font-size:1rem;background:var(--accent);border-color:var(--accent);color:#04222f;font-weight:700}.tv{font-size:1.5rem;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));max-width:none}.tv .bignum{font-size:clamp(3.6rem,6.5vw,7rem)}.tv table.board th,.tv table.board td{font-size:clamp(1.05rem,1.35vw,1.5rem);padding:.5rem .9rem}.tv .order-card .who{font-size:clamp(1.25rem,1.7vw,2rem)}.tv .order-card .role{font-size:1rem}.tv h1{font-size:clamp(1.8rem,2.4vw,2.6rem)}.tv .statchip{font-size:1rem}@media(max-width:480px){.shell{padding:.6rem}.card{padding:.75rem}button.big{font-size:2rem;padding:1.3rem 0}.clockface{font-size:3.2rem}.bignum{font-size:2.4rem}}@media(max-width:560px){.topbar>.subtle{display:none}}.toast{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background:var(--panel-2);border:1px solid var(--accent);border-radius:8px;padding:.6rem 1.2rem;z-index:50}:root{--vm-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--vm-font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--vm-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--vm-text-2xs: .625rem;--vm-text-xs: .6875rem;--vm-text-sm: .8125rem;--vm-text-body: .9375rem;--vm-text-md: 1.0625rem;--vm-text-lg: 1.25rem;--vm-text-xl: 1.5rem;--vm-text-2xl: clamp(1.75rem, 3vw, 2.5rem);--vm-text-display: clamp(2.75rem, 7vw, 6.5rem);--vm-leading-tight: 1.02;--vm-leading-heading: 1.12;--vm-leading-body: 1.58;--vm-tracking-label: .13em;--vm-space-1: .25rem;--vm-space-2: .5rem;--vm-space-3: .75rem;--vm-space-4: 1rem;--vm-space-5: 1.25rem;--vm-space-6: 1.5rem;--vm-space-8: 2rem;--vm-space-10: 2.5rem;--vm-space-12: 3rem;--vm-space-16: 4rem;--vm-page-gutter: clamp(1rem, 3vw, 2rem);--vm-content-width: 82.5rem;--vm-navigation-width: 260px;--vm-frame-gutter: 20px;--vm-workspace-content-width: 1240px;--vm-bg: #090d12;--vm-surface-1: #0d131a;--vm-surface-2: #111923;--vm-surface-3: #16212c;--vm-surface-raised: #192633;--vm-line: #273746;--vm-line-strong: #4b6479;--vm-text: #f4f8fb;--vm-text-soft: #c2ced8;--vm-muted: #8fa1b3;--vm-muted-low: #6e8295;--vm-cyan: #35c4ff;--vm-cyan-strong: #66d3ff;--vm-cyan-ink: #031018;--vm-lime: #b8f23a;--vm-orange: #ffb65a;--vm-red: #ff7182;--vm-focus: #d1ff63;--vm-paper: #f2f0e8;--vm-paper-ink: #15202a;--vm-brand: var(--vm-cyan);--vm-action: var(--vm-lime);--vm-information: var(--vm-cyan);--vm-status-live: var(--vm-lime);--vm-status-ready: var(--vm-lime);--vm-status-pending: var(--vm-orange);--vm-status-danger: var(--vm-red);--vm-border-interactive: var(--vm-line-strong);--vm-material-paper: var(--vm-paper);--vm-radius-sm: .375rem;--vm-radius-md: .5rem;--vm-radius-lg: .75rem;--vm-radius-xl: 1rem;--vm-control-height: 2.75rem;--vm-control-height-lg: 3rem;--vm-shadow-raised: 0 18px 50px rgba(0, 0, 0, .34);--vm-shadow-focus: 0 0 0 3px color-mix(in srgb, var(--vm-focus) 28%, transparent);--vm-ease: cubic-bezier(.2, .8, .2, 1);--vm-ease-enter: cubic-bezier(.16, 1, .3, 1);--vm-ease-exit: cubic-bezier(.4, 0, 1, 1);--vm-ease-press: cubic-bezier(.3, .7, .4, 1);--vm-motion-instant: 80ms;--vm-motion-fast: .14s;--vm-motion: .22s;--vm-motion-deliberate: .32s;--vm-motion-confirm: .44s}.brand-mark.svelte-1l962rh{display:inline-flex;flex:0 0 auto;width:36px;height:36px;border:0;background:transparent;transform:none}.brand.svelte-1l962rh{border:0;background:none;padding:0;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;white-space:nowrap;max-width:100%;min-width:0;color:inherit;text-decoration:none}.brand-copy.svelte-1l962rh{font-size:22px;line-height:.9;letter-spacing:-1px;min-width:0}.brand-wordmark.svelte-1l962rh b:where(.svelte-1l962rh){font-weight:900}.brand-wordmark.svelte-1l962rh{display:block}.brand-tagline.svelte-1l962rh{display:block;margin-top:6px;font-size:7px;letter-spacing:1.5px;color:var(--muted);overflow-wrap:anywhere;white-space:nowrap;line-height:1.15}em.svelte-1l962rh{margin-left:.45rem;color:var(--lime);font-size:.48em;font-style:normal;font-weight:950;letter-spacing:.14em;vertical-align:.25em}.global-search.svelte-1v1roxt{position:relative;min-width:0;color:#f7f9fc}form.svelte-1v1roxt,label.svelte-1v1roxt{display:grid}.variant-hero.svelte-1v1roxt>form:where(.svelte-1v1roxt){gap:10px}.variant-hero.svelte-1v1roxt label:where(.svelte-1v1roxt){color:#dce7ef;font-size:.73rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.search-control.svelte-1v1roxt{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;border:1px solid #3b4d5f;background:#080d13;box-shadow:0 16px 44px #00000047;transition:border-color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease,box-shadow var(--vm-motion-fast) ease}.variant-hero.svelte-1v1roxt .search-control:where(.svelte-1v1roxt){min-height:72px;border-left:4px solid var(--blue)}.variant-compact.svelte-1v1roxt .search-control:where(.svelte-1v1roxt){min-height:46px;border:1px solid var(--vm-line-strong);border-radius:var(--vm-radius-md);background:var(--vm-surface-1);box-shadow:none}.variant-compact.svelte-1v1roxt .search-control:where(.svelte-1v1roxt):focus-within{border-color:var(--vm-cyan);box-shadow:0 0 0 2px color-mix(in srgb,var(--vm-cyan) 18%,transparent)}.variant-compact.svelte-1v1roxt input:where(.svelte-1v1roxt){padding-inline:10px}.search-control.svelte-1v1roxt:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #36c6ff24,0 16px 44px #00000047}.search-control.svelte-1v1roxt svg:where(.svelte-1v1roxt){width:21px;margin-left:18px;fill:none;stroke:#74899d;stroke-width:1.8;stroke-linecap:round}.variant-compact.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) svg:where(.svelte-1v1roxt){width:17px;margin-left:12px}input.svelte-1v1roxt{width:100%;min-width:0;min-height:44px;border:0;outline:0;background:transparent;color:#f7f9fc;padding:0 14px;font:inherit;font-size:1rem}.variant-hero.svelte-1v1roxt input:where(.svelte-1v1roxt){font-size:clamp(1.05rem,2vw,1.25rem)}input.svelte-1v1roxt::placeholder{color:#6e8295}.search-control.svelte-1v1roxt button:where(.svelte-1v1roxt){min-width:46px;min-height:44px;align-self:stretch;border:0;background:var(--blue);color:#051018;padding:0 20px;font:inherit;font-weight:950;cursor:pointer;touch-action:manipulation;transition:transform var(--vm-motion-fast) var(--vm-ease-press),background var(--vm-motion-fast) ease,box-shadow var(--vm-motion-fast) ease}.search-control.svelte-1v1roxt button:where(.svelte-1v1roxt):hover{background:var(--vm-cyan-strong);box-shadow:inset 0 0 0 1px color-mix(in srgb,white 16%,transparent)}.search-control.svelte-1v1roxt button:where(.svelte-1v1roxt):active{transform:scale(.965)}.search-control.svelte-1v1roxt button:where(.svelte-1v1roxt) span:where(.svelte-1v1roxt){margin-left:10px}.variant-compact.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) button:where(.svelte-1v1roxt){width:44px;min-width:44px;padding:0;border-radius:0 7px 7px 0;background:transparent;color:var(--vm-muted)}.variant-compact.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) button:where(.svelte-1v1roxt) span:where(.svelte-1v1roxt){margin:0}.variant-compact.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) button:where(.svelte-1v1roxt):hover,.variant-compact.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) button:where(.svelte-1v1roxt):focus-visible{background:var(--vm-surface-3);color:var(--vm-cyan);box-shadow:none}.search-promise.svelte-1v1roxt{margin:0;color:#7f93a5;font-size:.76rem;line-height:1.45}.searching.svelte-1v1roxt{position:absolute;z-index:8;top:calc(100% - 2px);left:0;width:38%;height:2px;background:var(--lime);animation:svelte-1v1roxt-searching .85s ease-in-out infinite alternate}.results-panel.svelte-1v1roxt{position:absolute;z-index:40;top:calc(100% + 8px);left:0;width:min(680px,calc(100vw - 36px));max-height:min(680px,calc(100vh - 120px));overflow:auto;border:1px solid #3b4d5f;background:#0b1118;box-shadow:0 26px 70px #00000094;animation:svelte-1v1roxt-search-results-in var(--vm-motion-fast) var(--vm-ease-enter) both}.variant-compact.svelte-1v1roxt .results-panel:where(.svelte-1v1roxt){left:50%;width:min(620px,calc(100vw - 36px));transform:translate(-50%)}.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)+section:where(.svelte-1v1roxt){border-top:1px solid #273443}.group-label.svelte-1v1roxt{min-height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;background:#101821;color:#7f93a5;font-size:.62rem;font-weight:950;letter-spacing:.14em}.group-label.svelte-1v1roxt b:where(.svelte-1v1roxt){color:var(--blue)}.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a:where(.svelte-1v1roxt){min-height:66px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:10px 15px;border-top:1px solid #1e2a35;color:inherit;text-decoration:none;transition:background var(--vm-motion-fast) ease,box-shadow var(--vm-motion-fast) ease}.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a:where(.svelte-1v1roxt):hover,.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a:where(.svelte-1v1roxt):focus-visible,.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a.active:where(.svelte-1v1roxt){outline:0;background:#15212b;box-shadow:inset 3px 0 0 var(--blue)}.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a:where(.svelte-1v1roxt)>span:where(.svelte-1v1roxt):nth-child(2){min-width:0;display:grid;gap:4px}.results-panel.svelte-1v1roxt strong:where(.svelte-1v1roxt),.results-panel.svelte-1v1roxt small:where(.svelte-1v1roxt){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.results-panel.svelte-1v1roxt strong:where(.svelte-1v1roxt){font-size:.88rem}.results-panel.svelte-1v1roxt small:where(.svelte-1v1roxt){color:#8295a7;font-size:.69rem}.results-panel.svelte-1v1roxt i:where(.svelte-1v1roxt){color:var(--blue);font-style:normal;transition:transform var(--vm-motion) var(--vm-ease-enter)}.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a:where(.svelte-1v1roxt):hover i:where(.svelte-1v1roxt),.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a:where(.svelte-1v1roxt):focus-visible i:where(.svelte-1v1roxt),.results-panel.svelte-1v1roxt section:where(.svelte-1v1roxt)>a.active:where(.svelte-1v1roxt) i:where(.svelte-1v1roxt){transform:translate(4px)}.result-mark.svelte-1v1roxt,.club-mark.svelte-1v1roxt{min-width:55px;min-height:34px;display:grid;place-items:center;padding:0 8px;border:1px solid #354657;color:#b8c7d5;font-size:.62rem;font-weight:900;text-transform:uppercase}.result-mark.live.svelte-1v1roxt{border-color:color-mix(in srgb,var(--lime) 40%,#354657);color:var(--lime)}.result-mark.athlete-pr.svelte-1v1roxt{min-width:74px;gap:1px;padding-block:5px;text-transform:none}.result-mark.athlete-pr.svelte-1v1roxt strong:where(.svelte-1v1roxt){color:#dfe9f1;font-size:.76rem;letter-spacing:-.01em}.result-mark.athlete-pr.svelte-1v1roxt small:where(.svelte-1v1roxt){color:var(--lime);font-size:.5rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.club-mark.svelte-1v1roxt{min-width:38px;background:#36c6ff12;color:var(--blue)}.club-mark.svelte-1v1roxt img:where(.svelte-1v1roxt){width:28px;height:28px;object-fit:contain}.partial-results.svelte-1v1roxt{margin:0;padding:10px 15px;border-top:1px solid #273443;color:#aeb9c4;font-size:.7rem}.claim-handoff.svelte-1v1roxt{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 15px;border-top:1px solid #344556;background:linear-gradient(90deg,rgba(185,242,39,.06),transparent),#0e151d}.claim-handoff.svelte-1v1roxt>span:where(.svelte-1v1roxt){min-width:0;display:grid;gap:4px}.claim-handoff.svelte-1v1roxt a:where(.svelte-1v1roxt),.search-state.svelte-1v1roxt a:where(.svelte-1v1roxt){min-height:44px;display:inline-flex;align-items:center;color:var(--lime);font-size:.77rem;font-weight:900;text-decoration:none}.search-state.svelte-1v1roxt{padding:24px}.search-state.svelte-1v1roxt p:where(.svelte-1v1roxt){margin:7px 0 0;color:#8295a7;font-size:.82rem;line-height:1.5}.search-state.empty.svelte-1v1roxt a:where(.svelte-1v1roxt){margin-top:12px}.sr-only.svelte-1v1roxt{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:680px){input.svelte-1v1roxt,.variant-hero.svelte-1v1roxt input:where(.svelte-1v1roxt){font-size:1rem;padding-inline:10px}input.svelte-1v1roxt:focus-visible{outline:0;box-shadow:none}.search-control.svelte-1v1roxt:focus-within{outline:2px solid var(--vm-focus);outline-offset:2px;box-shadow:none}.search-control.svelte-1v1roxt svg:where(.svelte-1v1roxt){margin-left:12px;width:18px}.variant-hero.svelte-1v1roxt .search-control:where(.svelte-1v1roxt){min-height:54px}.search-control.svelte-1v1roxt button:where(.svelte-1v1roxt){padding:0 15px}.results-panel.svelte-1v1roxt,.variant-compact.svelte-1v1roxt .results-panel:where(.svelte-1v1roxt){position:fixed;top:76px;left:18px;right:18px;width:auto;max-height:calc(100dvh - 94px);transform:none}.claim-handoff.svelte-1v1roxt{grid-template-columns:1fr;gap:4px}}@media(max-width:360px){.variant-hero.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) svg:where(.svelte-1v1roxt){width:18px;margin-left:12px}.variant-hero.svelte-1v1roxt input:where(.svelte-1v1roxt){padding-inline:8px;font-size:1rem}.variant-hero.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) button:where(.svelte-1v1roxt){padding-inline:11px}.variant-hero.svelte-1v1roxt .search-control:where(.svelte-1v1roxt) button:where(.svelte-1v1roxt) span:where(.svelte-1v1roxt){margin-left:6px}}@media(prefers-reduced-motion:reduce){.searching.svelte-1v1roxt,.results-panel.svelte-1v1roxt{animation:none}}@keyframes svelte-1v1roxt-search-results-in{0%{opacity:0}}@keyframes svelte-1v1roxt-searching{to{transform:translate(162%)}}.notification-bell.svelte-6ua3fi{width:46px;height:46px;position:relative;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--vm-line-strong);border-radius:var(--vm-radius-lg);background:var(--vm-surface-1);color:var(--vm-text-soft);transition:transform var(--vm-motion-fast) var(--vm-ease-press),border-color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease,color var(--vm-motion-fast) ease}.notification-bell.svelte-6ua3fi:hover,.notification-bell.svelte-6ua3fi:focus-visible{border-color:var(--vm-cyan);background:var(--vm-surface-2);color:var(--vm-cyan);transform:translateY(-1px)}.notification-bell.svelte-6ua3fi:active{transform:translateY(1px) scale(.97)}.notification-bell.svelte-6ua3fi svg:where(.svelte-6ua3fi){width:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.notification-bell.svelte-6ua3fi>strong:where(.svelte-6ua3fi){min-width:18px;height:18px;position:absolute;top:-5px;right:-5px;display:grid;place-items:center;padding:0 4px;border:2px solid var(--vm-bg);border-radius:999px;background:var(--vm-orange);color:#130b00;font-size:.58rem;font-weight:950;line-height:1}.notification-bell.svelte-6ua3fi:focus-visible{outline:2px solid var(--vm-focus);outline-offset:3px;box-shadow:var(--vm-shadow-focus)}@media(max-width:900px){.notification-bell.svelte-6ua3fi{align-self:center;justify-self:end}}@media(max-width:640px){.notification-bell.svelte-6ua3fi{width:100%;min-height:46px}}@media(prefers-reduced-motion:reduce){.notification-bell.svelte-6ua3fi{transition:none}}.notification-popover.svelte-6ua3fi{display:none;position:fixed;inset:auto;width:min(400px,calc(100vw - 24px));margin:0;padding:0;border:1px solid var(--vm-line-strong);border-radius:14px;background:var(--vm-surface-1);color:var(--vm-text);overflow:hidden}.notification-popover.svelte-6ua3fi:popover-open{display:flex;flex-direction:column}.notification-popover.fallback-open.svelte-6ua3fi{display:flex;flex-direction:column;z-index:1000}.notification-popover.svelte-6ua3fi header:where(.svelte-6ua3fi){display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--vm-line)}.notification-popover.svelte-6ua3fi h2:where(.svelte-6ua3fi){margin:0;font-size:1.125rem;line-height:1.3;letter-spacing:-.02em}.notification-popover.svelte-6ua3fi header:where(.svelte-6ua3fi) p:where(.svelte-6ua3fi){margin:4px 0 0;color:var(--vm-text-soft);font-size:.8rem}.close-notifications.svelte-6ua3fi{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:8px;color:var(--vm-text-soft);background:transparent;cursor:pointer}.close-notifications.svelte-6ua3fi svg:where(.svelte-6ua3fi){width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.close-notifications.svelte-6ua3fi:hover{background:var(--vm-surface-3)}.notification-scroll.svelte-6ua3fi{overflow-y:auto;overscroll-behavior:contain;min-height:0;scrollbar-color:var(--vm-line-strong) var(--vm-surface-1)}.notification-popover.svelte-6ua3fi ul:where(.svelte-6ua3fi){margin:0;padding:0;list-style:none}.notification-popover.svelte-6ua3fi li:where(.svelte-6ua3fi)+li:where(.svelte-6ua3fi){border-top:1px solid var(--vm-line)}.notification-popover.svelte-6ua3fi li:where(.svelte-6ua3fi) a:where(.svelte-6ua3fi){display:grid;gap:6px;padding:15px 18px;text-decoration:none;color:var(--vm-text);overflow-wrap:anywhere}.notification-popover.svelte-6ua3fi li:where(.svelte-6ua3fi) a.unread:where(.svelte-6ua3fi){background:var(--vm-surface-2)}.notification-popover.svelte-6ua3fi li:where(.svelte-6ua3fi) a:where(.svelte-6ua3fi):hover{background:var(--vm-surface-3)}.notification-title.svelte-6ua3fi{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.9rem;line-height:1.4;font-weight:700}.unread-dot.svelte-6ua3fi{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--vm-cyan)}.notification-message.svelte-6ua3fi{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;color:var(--vm-text-soft);font-size:.8125rem;line-height:1.5}.notification-meta.svelte-6ua3fi{display:flex;flex-wrap:wrap;gap:6px 12px;color:var(--vm-text-soft);font-size:.75rem;line-height:1.4}.notification-meta.svelte-6ua3fi b:where(.svelte-6ua3fi){color:var(--vm-orange);font-weight:650}.notification-popover.svelte-6ua3fi footer:where(.svelte-6ua3fi){flex:0 0 auto;display:block;min-height:0;margin:0;padding:0;text-align:left;border-top:1px solid var(--vm-line)}.notification-popover.svelte-6ua3fi footer:where(.svelte-6ua3fi) a:where(.svelte-6ua3fi){display:block;padding:15px 18px;color:var(--vm-cyan);font-size:.875rem;font-weight:650;text-decoration:none}.notification-popover.svelte-6ua3fi footer:where(.svelte-6ua3fi) a:where(.svelte-6ua3fi):hover{background:var(--vm-surface-2);text-decoration:underline}.panel-state.svelte-6ua3fi{padding:24px 18px;color:var(--vm-text-soft);font-size:.875rem;line-height:1.5}.panel-state.svelte-6ua3fi p:where(.svelte-6ua3fi){margin:0 0 12px}.panel-state.svelte-6ua3fi strong:where(.svelte-6ua3fi){display:block;margin-bottom:8px;color:var(--vm-text)}.panel-state.svelte-6ua3fi button:where(.svelte-6ua3fi){min-height:44px;padding:8px 14px;border:1px solid var(--vm-line-strong);border-radius:8px;color:var(--vm-text);background:var(--vm-surface-2);cursor:pointer}.notification-popover.svelte-6ua3fi :where(.svelte-6ua3fi):is(a:where(.svelte-6ua3fi),button:where(.svelte-6ua3fi)):focus-visible{outline:2px solid var(--vm-focus);outline-offset:-3px}.workspace-icon.svelte-hehlb4{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid #334b5d;border-radius:8px;background:#f5f8fc;color:#071118}.workspace-icon.club.svelte-hehlb4{background:#111923;color:#eef6fc}svg.svelte-hehlb4{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}img.svelte-hehlb4{width:100%;height:100%;object-fit:contain}.club.svelte-hehlb4 img:where(.svelte-hehlb4){padding:2px}strong.svelte-hehlb4{font-size:.64rem;font-weight:950;letter-spacing:-.02em}.mobile-pit-code.svelte-48cbc4{display:none}@media(max-width:900px){.mobile-pit-code.svelte-48cbc4{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 10px;border:1px solid #748f3e;border-radius:8px;background:#182315;color:#edffd0;font-size:12px;font-weight:750;white-space:nowrap;margin-left:auto}.global-brand-slot.svelte-48cbc4{min-width:0}.global-menu-toggle.svelte-48cbc4{margin-left:0!important}}:root{--global-header-height: 72px}.unified-global-header.svelte-48cbc4{--blue: var(--vm-cyan);--lime: var(--vm-lime);font-family:var(--vm-font-sans);font-size:var(--vm-text-body);line-height:var(--vm-leading-body);color:var(--vm-text);width:100%;height:var(--global-header-height);min-height:var(--global-header-height);position:sticky;top:0;z-index:100;display:block;padding:0;border-bottom:1px solid var(--vm-line);background:color-mix(in srgb,var(--vm-bg) 94%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 30px #0000002e}.global-header-inner.svelte-48cbc4{width:100%;height:100%;display:grid;grid-template-columns:var(--vm-navigation-width) minmax(0,1fr);align-items:center}.global-brand-slot.svelte-48cbc4{height:100%;display:flex;align-items:center;padding-inline:var(--vm-frame-gutter)}.unified-global-header.svelte-48cbc4:not([data-area=public]) .global-brand-slot:where(.svelte-48cbc4){border-right:1px solid var(--vm-line)}.global-header-inner.svelte-48cbc4 .brand{flex:0 0 auto}.global-header-inner.svelte-48cbc4 .brand-mark{width:34px;height:34px}.global-header-inner.svelte-48cbc4 .brand-wordmark{font-size:1.15rem}.global-header-inner.svelte-48cbc4 .brand-tagline{display:none}.global-navigation-panel.svelte-48cbc4{min-width:0;flex:1;display:flex;align-items:center;gap:14px;padding:0 var(--vm-frame-gutter) 0 var(--vm-page-gutter)}.global-search.svelte-48cbc4{flex:0 1 420px;width:420px;min-width:240px;margin-left:0}.global-links.svelte-48cbc4{display:flex;align-items:center;gap:4px;margin-left:auto}.global-links.svelte-48cbc4 a:where(.svelte-48cbc4),.sign-in-link.svelte-48cbc4{min-height:44px;display:inline-flex;align-items:center;padding:0 10px;border-radius:var(--vm-radius-md);color:var(--vm-muted);font-size:var(--vm-text-sm);font-weight:760;text-decoration:none;white-space:nowrap;transition:color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease,transform var(--vm-motion-fast) var(--vm-ease)}.global-links.svelte-48cbc4 a:where(.svelte-48cbc4):hover,.global-links.svelte-48cbc4 a:where(.svelte-48cbc4):focus-visible,.global-links.svelte-48cbc4 a[aria-current=page]:where(.svelte-48cbc4){background:var(--vm-surface-2);color:var(--vm-text);transform:translateY(-1px)}.global-links.svelte-48cbc4 a:where(.svelte-48cbc4):active,.sign-in-link.svelte-48cbc4:active{transform:translateY(1px) scale(.98)}.global-links.svelte-48cbc4 a[aria-current=page]:where(.svelte-48cbc4){box-shadow:inset 0 -2px 0 var(--vm-cyan)}.pit-code-link.svelte-48cbc4{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid color-mix(in srgb,var(--vm-lime) 42%,var(--vm-line-strong));border-radius:var(--vm-radius-md);background:color-mix(in srgb,var(--vm-lime) 6%,var(--vm-surface-1));color:#effbd0;font-size:var(--vm-text-sm);font-weight:850;text-decoration:none;white-space:nowrap;transition:transform var(--vm-motion-fast) var(--vm-ease-press),border-color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease,box-shadow var(--vm-motion-fast) ease}.pit-code-link.svelte-48cbc4:hover,.pit-code-link.svelte-48cbc4:focus-visible{border-color:var(--vm-lime);background:color-mix(in srgb,var(--vm-lime) 12%,var(--vm-surface-1));box-shadow:0 8px 24px color-mix(in srgb,var(--vm-lime) 12%,transparent);transform:translateY(-1px)}.pit-code-link.svelte-48cbc4:active{box-shadow:none;transform:translateY(1px) scale(.985)}.pit-code-link.svelte-48cbc4>span:where(.svelte-48cbc4){width:7px;height:7px;border-radius:50%;background:var(--vm-lime);box-shadow:0 0 0 4px color-mix(in srgb,var(--vm-lime) 10%,transparent)}.account-root.svelte-48cbc4{position:relative}.account-trigger.svelte-48cbc4{min-width:190px;max-width:240px;min-height:48px;display:grid;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:5px 8px;border:1px solid var(--vm-line-strong);border-radius:var(--vm-radius-lg);background:var(--vm-surface-1);color:var(--vm-text);font:inherit;text-align:left;cursor:pointer;transition:border-color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease,transform var(--vm-motion-fast) var(--vm-ease)}.account-trigger.svelte-48cbc4:hover,.account-trigger[aria-expanded=true].svelte-48cbc4{border-color:var(--vm-cyan);background:var(--vm-surface-2);transform:translateY(-1px)}.account-avatar.svelte-48cbc4{width:32px;height:32px;display:grid;place-items:center;border-radius:var(--vm-radius-md);background:var(--vm-cyan);color:var(--vm-cyan-ink);font-size:.66rem;font-weight:950}.account-avatar.large.svelte-48cbc4{width:38px;height:38px}.account-copy.svelte-48cbc4{min-width:0}.account-copy.svelte-48cbc4 small:where(.svelte-48cbc4),.account-copy.svelte-48cbc4 strong:where(.svelte-48cbc4){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy.svelte-48cbc4 small:where(.svelte-48cbc4){color:var(--vm-muted-low);font-size:var(--vm-text-2xs);font-weight:850;letter-spacing:.08em;text-transform:uppercase}.account-copy.svelte-48cbc4 strong:where(.svelte-48cbc4){margin-top:2px;font-size:var(--vm-text-sm)}.account-trigger.svelte-48cbc4 svg:where(.svelte-48cbc4){width:16px;fill:none;stroke:#8194a7;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform var(--vm-motion-fast) var(--vm-ease-enter)}.account-trigger[aria-expanded=true].svelte-48cbc4 svg:where(.svelte-48cbc4){transform:rotate(180deg)}.account-trigger.svelte-48cbc4:active{transform:translateY(1px) scale(.99)}.account-popover.svelte-48cbc4{width:min(410px,calc(100vw - 28px));max-height:min(720px,calc(100vh - var(--global-header-height) - 14px));position:absolute;top:calc(100% + 9px);right:0;overflow-y:auto;border:1px solid var(--vm-line-strong);border-radius:var(--vm-radius-lg);background:var(--vm-surface-1);box-shadow:var(--vm-shadow-raised)}.account-heading.svelte-48cbc4{height:auto;min-height:70px;position:static;display:flex;align-items:center;gap:11px;padding:14px;border-bottom:1px solid var(--vm-line);background:linear-gradient(90deg,color-mix(in srgb,var(--vm-cyan) 8%,transparent),transparent)}.account-heading.svelte-48cbc4>span:where(.svelte-48cbc4):last-child{min-width:0}.account-heading.svelte-48cbc4 strong:where(.svelte-48cbc4),.account-heading.svelte-48cbc4 small:where(.svelte-48cbc4){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-heading.svelte-48cbc4 strong:where(.svelte-48cbc4){font-size:var(--vm-text-body)}.account-heading.svelte-48cbc4 small:where(.svelte-48cbc4){margin-top:3px;color:var(--vm-muted);font-size:var(--vm-text-xs)}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4){padding:11px 10px 5px;border-bottom:1px solid var(--vm-line)}.menu-label.svelte-48cbc4{display:block;padding:0 7px 7px;color:var(--vm-muted-low);font-size:var(--vm-text-2xs);font-weight:950;letter-spacing:.14em}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)){text-decoration:none;width:100%;min-height:56px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;border:1px solid transparent;border-radius:var(--vm-radius-md);background:transparent;color:var(--vm-text-soft);font:inherit;text-align:left;cursor:pointer;transition:transform var(--vm-motion-fast) var(--vm-ease-press),border-color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :where(.svelte-48cbc4):is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)):hover,.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :where(.svelte-48cbc4):is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)):focus-visible,.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)).current:where(.svelte-48cbc4){border-color:var(--vm-line-strong);background:var(--vm-surface-2)}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)).current:where(.svelte-48cbc4){border-color:var(--vm-cyan)}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :where(.svelte-48cbc4):is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)):hover:not(:disabled),.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :where(.svelte-48cbc4):is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)):focus-visible{transform:translate(2px)}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :where(.svelte-48cbc4):is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)):active:not(:disabled){transform:translate(2px) scale(.99)}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :where(.svelte-48cbc4):is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)):disabled{cursor:wait;opacity:.75}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4))>span:where(.svelte-48cbc4){min-width:0}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)) strong:where(.svelte-48cbc4),.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)) small:where(.svelte-48cbc4){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)) strong:where(.svelte-48cbc4){font-size:var(--vm-text-sm)}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)) small:where(.svelte-48cbc4){margin-top:3px;color:var(--vm-muted);font-size:var(--vm-text-xs)}.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)) em:where(.svelte-48cbc4){color:var(--vm-cyan-strong);font-size:var(--vm-text-2xs);font-style:normal;font-weight:850}.account-actions.svelte-48cbc4{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:11px}.account-actions.svelte-48cbc4 a:where(.svelte-48cbc4),.account-actions.svelte-48cbc4 button:where(.svelte-48cbc4){min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border:1px solid var(--vm-line);border-radius:var(--vm-radius-md);background:var(--vm-surface-2);color:var(--vm-text-soft);font:inherit;font-size:var(--vm-text-sm);font-weight:800;text-decoration:none;cursor:pointer;transition:transform var(--vm-motion-fast) var(--vm-ease-press),border-color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease,color var(--vm-motion-fast) ease}.account-actions.svelte-48cbc4 a:where(.svelte-48cbc4):hover,.account-actions.svelte-48cbc4 button:where(.svelte-48cbc4):hover:not(:disabled){border-color:var(--vm-cyan);background:var(--vm-surface-3);color:var(--vm-text);transform:translateY(-1px)}.account-actions.svelte-48cbc4 a:where(.svelte-48cbc4):active,.account-actions.svelte-48cbc4 button:where(.svelte-48cbc4):active:not(:disabled){transform:translateY(1px) scale(.985)}.account-actions.svelte-48cbc4 a:where(.svelte-48cbc4) span:where(.svelte-48cbc4){color:var(--vm-cyan)}.account-actions.svelte-48cbc4 button:where(.svelte-48cbc4){color:var(--vm-muted)}.account-message.svelte-48cbc4{margin:0 11px 11px;padding:9px 11px;border:1px solid color-mix(in srgb,var(--vm-status-live) 44%,var(--vm-line));border-radius:var(--vm-radius-md);background:color-mix(in srgb,var(--vm-status-live) 7%,var(--vm-surface-1));color:#dfffa0;font-size:var(--vm-text-xs)}.sign-in-link.svelte-48cbc4{border:1px solid var(--vm-line-strong);color:var(--vm-text)}.global-menu-toggle.svelte-48cbc4{display:none}.unified-global-header a:focus-visible,.unified-global-header button:focus-visible{outline:2px solid var(--vm-focus);outline-offset:3px;box-shadow:var(--vm-shadow-focus)}@media(max-width:1400px){.global-navigation-panel.svelte-48cbc4{gap:5px}.account-trigger.svelte-48cbc4{width:168px;min-width:168px}.global-links.svelte-48cbc4{gap:2px}.global-links.svelte-48cbc4 a:where(.svelte-48cbc4){padding-inline:4px}}@media(max-width:1260px){.global-search.svelte-48cbc4{display:none}}@media(max-width:1200px){.global-header-inner.svelte-48cbc4{display:flex;gap:22px;padding-inline:var(--vm-frame-gutter)}.global-brand-slot.svelte-48cbc4{padding:0}.unified-global-header.svelte-48cbc4:not([data-area=public]) .global-brand-slot:where(.svelte-48cbc4){border-right:0}.global-navigation-panel.svelte-48cbc4{padding:0}}@media(max-width:900px){.global-menu-toggle.svelte-48cbc4{width:44px;height:44px;flex:0 0 44px;margin-left:auto;display:grid;place-items:center;padding:10px;border:0;border-radius:var(--vm-radius-md);background:transparent;color:var(--vm-text);cursor:pointer;transition:transform var(--vm-motion-fast) var(--vm-ease-press),color var(--vm-motion-fast) ease,background var(--vm-motion-fast) ease}.global-menu-toggle.svelte-48cbc4:hover,.global-menu-toggle[aria-expanded=true].svelte-48cbc4{color:var(--vm-cyan);background:var(--vm-surface-2)}.global-menu-toggle.svelte-48cbc4:active{transform:scale(.94)}.global-menu-toggle.svelte-48cbc4 svg:where(.svelte-48cbc4){width:24px;height:24px}.global-navigation-panel.svelte-48cbc4{position:absolute;inset:var(--global-header-height) 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;padding:14px 18px 18px;border-bottom:1px solid var(--vm-line-strong);background:var(--vm-bg);box-shadow:0 24px 50px #0000008c;visibility:hidden;pointer-events:none;transform:translateY(-8px);transform-origin:top;transition:transform var(--vm-motion) var(--vm-ease-enter),visibility 0s linear var(--vm-motion)}.global-navigation-panel.open.svelte-48cbc4{visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}.global-search.svelte-48cbc4,.global-links.svelte-48cbc4{grid-column:1 / -1;width:100%;margin:0}.global-search.svelte-48cbc4{display:block;min-width:0}.global-links.svelte-48cbc4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.global-links.svelte-48cbc4 a:where(.svelte-48cbc4){justify-content:center;border:1px solid var(--vm-line)}.account-root.svelte-48cbc4{justify-self:end}.account-popover.svelte-48cbc4{top:calc(100% + 8px)}}@media(max-width:640px){:root{--global-header-height: 68px}.global-header-inner.svelte-48cbc4{gap:10px;padding:0 14px}.global-header-inner.svelte-48cbc4 .brand-mark{width:32px;height:32px}.global-header-inner.svelte-48cbc4 .brand-wordmark{font-size:1.05rem}.global-navigation-panel.svelte-48cbc4{grid-template-columns:minmax(0,1fr) 48px;max-height:calc(100dvh - var(--global-header-height));overscroll-behavior:contain;scroll-padding-block:16px;overflow-y:auto;padding:16px 18px max(20px,env(safe-area-inset-bottom));gap:14px 10px}.global-links.svelte-48cbc4{grid-template-columns:repeat(2,minmax(0,1fr))}.pit-code-link.svelte-48cbc4,.account-root.svelte-48cbc4,.account-trigger.svelte-48cbc4,.sign-in-link.svelte-48cbc4{width:100%}.account-root.svelte-48cbc4{grid-column:1 / -1;justify-self:stretch}.global-links.svelte-48cbc4{gap:4px 12px}.global-links.svelte-48cbc4 a:where(.svelte-48cbc4){min-height:48px;justify-content:flex-start;padding-inline:12px;border:0;border-bottom:1px solid var(--vm-line);border-radius:0;font-size:.9375rem}.global-navigation-panel.guest.svelte-48cbc4 .pit-code-link:where(.svelte-48cbc4){grid-column:1 / -1}.pit-code-link.svelte-48cbc4{grid-column:1;min-height:48px}.global-navigation-panel.svelte-48cbc4 .notification-bell{grid-column:2;width:48px;height:48px}.sign-in-link.svelte-48cbc4{grid-column:1 / -1;min-height:48px;justify-content:center}.account-trigger.svelte-48cbc4{min-width:0}.account-popover.svelte-48cbc4{width:100%;position:static;max-height:none;margin-top:9px}.account-actions.svelte-48cbc4{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.global-links.svelte-48cbc4 a:where(.svelte-48cbc4),.account-trigger.svelte-48cbc4,.account-trigger.svelte-48cbc4 svg:where(.svelte-48cbc4),.pit-code-link.svelte-48cbc4,.account-popover.svelte-48cbc4 section:where(.svelte-48cbc4) :is(button:where(.svelte-48cbc4),.workspace-destination:where(.svelte-48cbc4)),.account-actions.svelte-48cbc4 a:where(.svelte-48cbc4),.account-actions.svelte-48cbc4 button:where(.svelte-48cbc4),.global-menu-toggle.svelte-48cbc4,.global-navigation-panel.svelte-48cbc4{transition:none}}
