:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f6f7;--surface:#fff;--surface-2:#fafbfc;--ink:#1f2328;--muted:#6a7178;--faint:#9aa0a6;--line:#e6e8eb;--accent:#2f6f5e;--accent-strong:#275d4f;--accent-ink:#fff;--accent-wash:#2f6f5e1a;--cta:#ef6c33;--danger:#b23b3b;--danger-wash:#b23b3b14;--success:#2f7a57;--success-wash:#2f7a571a;--text:var(--ink);--border:var(--line);--primary:var(--accent);--primary-text:var(--accent-ink);--s1:.25rem;--s2:.5rem;--s3:.75rem;--s4:1rem;--s5:1.5rem;--s6:2rem;--radius:8px;--radius-sm:6px;--radius-pill:999px;--shadow-sm:0 1px 2px #14181c0d;--shadow:0 1px 2px #14181c0a, 0 4px 14px #14181c0d;--ring:0 0 0 3px var(--accent-wash);font-feature-settings:"kern";-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;padding:0;font-size:15px;line-height:1.55}h1,h2,h3{color:var(--ink);letter-spacing:-.01em;font-weight:650;line-height:1.25}h1{margin:0 0 .4rem;font-size:1.5rem}h2{margin:0 0 .75rem;font-size:1.1rem}h3{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .6rem;font-size:.72rem;font-weight:600}p{margin:0 0 .75rem}p.muted,.muted{color:var(--muted)}small{font-size:.85em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:960px;margin:0 auto;padding:1.75rem 1.5rem 3rem}.narrow{max-width:460px}.row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.spread{justify-content:space-between}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:1.25rem;padding:1.5rem}.field{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.field label,label{color:var(--muted);font-size:.8rem;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=date],input[type=search],input:not([type]),textarea,select{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;font:inherit;color:var(--ink);background:var(--surface);padding:.55rem .65rem;font-size:.95rem;transition:border-color .12s,box-shadow .12s}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:var(--ring);outline:none}input[type=color]{height:2.3rem;padding:.2rem}::placeholder{color:var(--faint)}button,.btn{border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-ink);font:inherit;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.9rem;font-weight:600;line-height:1.2;transition:background .12s,border-color .12s,box-shadow .12s;display:inline-flex}button:hover,.btn:hover{background:var(--accent-strong);text-decoration:none}button:focus-visible,.btn:focus-visible{box-shadow:var(--ring);outline:none}button:disabled{opacity:.55;cursor:not-allowed}button.secondary,.btn.secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}button.secondary:hover,.btn.secondary:hover{background:var(--surface-2);border-color:#d7dadf}button.danger,.btn.danger{background:var(--danger)}button.danger:hover{background:#9c3232}.full{width:100%}.segmented{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);display:inline-flex;overflow:hidden}.segmented>button,.segmented>a{background:var(--surface);color:var(--muted);border:none;border-radius:0;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.segmented>button:hover,.segmented>a:hover{background:var(--surface-2);text-decoration:none}.segmented>*+*{border-left:1px solid var(--line)}.segmented .active,.segmented>[data-state=on]{background:var(--accent);color:var(--accent-ink)}.pin{gap:.4rem;display:flex}.pin-cell{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;width:2.5rem;height:3rem;font-size:1.25rem;display:flex}.pin-cell[data-active]{border-color:var(--accent);box-shadow:var(--ring)}.collapsible-trigger{font:inherit;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.collapsible-trigger:hover{color:var(--ink)}.badge{border-radius:var(--radius-pill);color:var(--muted);background:#eef0f2;align-items:center;padding:.12rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge.on{background:var(--accent-wash);color:var(--accent-strong)}.alert{border-radius:var(--radius-sm);border:1px solid #0000;margin-bottom:1rem;padding:.65rem .85rem;font-size:.9rem}.alert.error{background:var(--danger-wash);color:var(--danger);border-color:#b23b3b33}.alert.success{background:var(--success-wash);color:var(--success);border-color:#2f7a5733}.list{margin:0;padding:0;list-style:none}.list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem 0;display:flex}.list li:last-child{border-bottom:none}.links a{padding:.4rem 0;display:block}.table-wrap{overflow-x:auto}table.data{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.9rem}table.data th,table.data td{text-align:left;border-bottom:1px solid var(--line);padding:.5rem .7rem}table.data thead th{background:var(--surface);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.7rem;font-weight:600;position:sticky;top:0}table.data tbody tr:hover{background:var(--surface-2)}.num{text-align:right;font-variant-numeric:tabular-nums}code.token{color:#e2e8f0;border-radius:var(--radius-sm);word-break:break-all;background:#0f172a;margin:.5rem 0;padding:.5rem;font-size:.8rem;display:block}.cp-marker{background:0 0;border:0}.cp-marker svg{display:block;overflow:visible}.map-wrap.svelte-18gr4w8{width:100%;height:100%;position:relative}.map-stage.svelte-18gr4w8{background:#e8eae6;width:100%;height:100%}.layers.svelte-18gr4w8{z-index:500;position:absolute;top:12px;right:12px}.layers-btn{width:38px;height:38px;color:var(--ink,#1c1f23);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);cursor:pointer;justify-content:center;align-items:center;padding:0;display:flex;box-shadow:0 1px 4px #14181c2e}.layers-btn:hover,.layers-btn[data-state=open]{color:var(--accent)}.layers-btn[data-state=open]{border-color:var(--accent)}.layers-menu{z-index:600;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);min-width:130px;padding:4px;box-shadow:0 4px 16px #14181c33}.layers-menu .menu-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0;padding:.25rem .5rem;font-size:.68rem}.layers-item{text-align:left;width:100%;color:inherit;cursor:pointer;border-radius:5px;align-items:center;gap:.35rem;padding:.35rem .5rem;font-size:.85rem;display:flex}.layers-item[data-highlighted]{background:var(--hover,#0000000d);outline:none}.layers-item[data-state=checked]{color:var(--accent);font-weight:600}.layers-menu .tick{text-align:center;flex:none;width:1em}.add-race.svelte-1ag27xr{color:#fff;background:var(--cta);border-radius:999px;align-self:center;margin-left:auto;padding:.3rem .8rem;font-weight:700;display:inline-block}.add-race.svelte-1ag27xr:hover{color:#fff;filter:brightness(1.08);text-decoration:none}.popout{background:var(--surface);border:1px solid var(--line);z-index:60;text-align:left;border-radius:12px;width:min(320px,100vw - 24px);padding:1rem 1.1rem 1.1rem;box-shadow:0 12px 32px #14181c38}.popout h2.svelte-1ag27xr{margin:0 0 .25rem;font-size:1.1rem}.popout .muted.svelte-1ag27xr{margin:0 0 .75rem;font-size:.85rem}.popout button.svelte-1ag27xr{width:100%;margin-top:.25rem}.shell.svelte-12qhfyh{display:flow-root}.map.svelte-12qhfyh{top:var(--masthead-h,48px);z-index:0;position:fixed;bottom:0;left:0;right:0}.pane.svelte-12qhfyh{z-index:10;--peek:160px;width:100%;margin-top:calc(100dvh - var(--peek));min-height:calc(100dvh - var(--masthead-h,48px));background:var(--surface);border-radius:18px 18px 0 0;position:relative;overflow:hidden;box-shadow:0 -10px 40px #14181c42}.grab.svelte-12qhfyh{display:none}.pane.overlay.svelte-12qhfyh{margin-top:calc(var(--masthead-h,48px) + 8px)}.pane.editbar.svelte-12qhfyh{border-radius:12px;width:auto;min-width:0;max-width:calc(100vw - 32px);min-height:0;margin:0;position:fixed;bottom:16px;left:50%;overflow:visible;transform:translate(-50%)}.masthead.svelte-12qhfyh{z-index:30;background:var(--surface);border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:baseline;gap:.25rem .9rem;padding:.7rem 1.1rem;transition:box-shadow .2s;display:flex;position:fixed;top:0;left:0;right:0}.masthead.scrolled.svelte-12qhfyh{box-shadow:0 4px 14px #14181c1f}.masthead.svelte-12qhfyh .brand:where(.svelte-12qhfyh){color:var(--ink);letter-spacing:-.01em;margin-right:.4rem;font-size:1.05rem;font-weight:800}.masthead.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);font-size:.9rem;font-weight:600}.masthead.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink);text-decoration:none}.masthead.svelte-12qhfyh a.cta:where(.svelte-12qhfyh){color:var(--accent)}.masthead.svelte-12qhfyh .link-btn:where(.svelte-12qhfyh){color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600}.masthead.svelte-12qhfyh .link-btn:where(.svelte-12qhfyh):hover{color:var(--ink)}@media (width>=641px){.pane.svelte-12qhfyh{--peek:360px;border-radius:14px 14px 0 0;width:min(460px,100vw - 40px);margin-left:20px}.pane.overlay.svelte-12qhfyh{width:min(940px,100vw - 40px)}}@media (width<=640px){.grab.svelte-12qhfyh{background:var(--line);border-radius:3px;width:36px;height:5px;margin:8px auto;display:block}}
