:root{--app-icon-size:160px;--bg:#0b0f14;--bg-subtle:#0f151c;--surface:#141c26;--surface-hover:#1a2431;--border:#223041;--border-strong:#2e4056;--text:#e6edf5;--text-muted:#93a4b8;--text-faint:#64748b;--accent:#f5a524;--accent-hover:#ffb84d;--accent-contrast:#1a1204;--accent-dim:#f5a5241f;--accent-line:#f5a52459;--cw:#7dd3fc;--data:#a78bfa;--phone:#4ade80;--shadow:0 1px 2px #0006, 0 8px 24px #00000047;--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--measure:68ch;--page-max:1120px;--radius:10px;--radius-lg:14px;color-scheme:dark}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--bg:#fbfcfd;--bg-subtle:#f3f5f8;--surface:#fff;--surface-hover:#f5f7fa;--border:#dfe5ec;--border-strong:#c3ced9;--text:#131a22;--text-muted:#566577;--text-faint:#7d8a9a;--accent:#b26a00;--accent-hover:#8f5500;--accent-contrast:#fff;--accent-dim:#b26a0017;--accent-line:#b26a0047;--cw:#0369a1;--data:#6d28d9;--phone:#15803d;--shadow:0 1px 2px #1018280d, 0 8px 24px #10182812;color-scheme:light}}:root[data-theme=light]{--bg:#fbfcfd;--bg-subtle:#f3f5f8;--surface:#fff;--surface-hover:#f5f7fa;--border:#dfe5ec;--border-strong:#c3ced9;--text:#131a22;--text-muted:#566577;--text-faint:#7d8a9a;--accent:#b26a00;--accent-hover:#8f5500;--accent-contrast:#fff;--accent-dim:#b26a0017;--accent-line:#b26a0047;--cw:#0369a1;--data:#6d28d9;--phone:#15803d;--shadow:0 1px 2px #1018280d, 0 8px 24px #10182812;color-scheme:light}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:16px;line-height:1.65;display:flex}img,picture,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4{letter-spacing:-.015em;text-wrap:balance;font-weight:650;line-height:1.2}h1{font-size:clamp(2rem,5vw,2.85rem)}h2{font-size:clamp(1.4rem,3vw,1.75rem)}h3{font-size:1.1rem}p{text-wrap:pretty}a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}code,kbd{font-family:var(--font-mono);font-size:.9em}.wrap{width:100%;max-width:var(--page-max);margin-inline:auto;padding-inline:1.25rem}main{flex:1;padding-block:3rem 4.5rem}.prose{max-width:var(--measure)}.prose p+p,.prose ul+p,.prose p+ul{margin-top:1rem}.prose ul{gap:.4rem;padding-left:1.15rem;display:grid}.section{margin-top:3.5rem}.section-head{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;padding-bottom:.6rem;display:flex}.eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.7rem}.lede{color:var(--text-muted);max-width:var(--measure);font-size:1.1rem}.site-header{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 85%, transparent);backdrop-filter:blur(8px);z-index:20;position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;gap:1rem;min-height:60px;display:flex}.brand{font-family:var(--font-mono);letter-spacing:.09em;color:var(--text);white-space:nowrap;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.brand:before{content:"";background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 3px var(--accent-dim);border-radius:50%;flex:none}.brand:hover{color:var(--accent)}.nav{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.nav a{color:var(--text-muted);white-space:nowrap;border-radius:7px;padding:.4rem .7rem;font-size:.9rem;text-decoration:none}.nav a:hover{color:var(--text);background:var(--surface-hover)}.nav a[aria-current=page]{color:var(--accent);background:var(--accent-dim)}.theme-toggle{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:7px;flex:none;place-items:center;width:32px;height:32px;padding:0;display:grid}.theme-toggle:hover{color:var(--text);border-color:var(--border-strong);background:var(--surface-hover)}.theme-toggle svg{width:15px;height:15px}.theme-toggle .icon-light,:root[data-theme=light] .theme-toggle .icon-dark{display:none}:root[data-theme=light] .theme-toggle .icon-light{display:block}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .theme-toggle .icon-dark{display:none}:root:not([data-theme=dark]) .theme-toggle .icon-light{display:block}}.site-footer{border-top:1px solid var(--border);background:var(--bg-subtle);color:var(--text-muted);padding-block:2rem;font-size:.875rem}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-footer .call{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.4rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:1rem;display:grid}a.card{color:inherit;text-decoration:none;transition:border-color .15s,transform .15s;display:block}a.card:hover{border-color:var(--accent-line);color:inherit;transform:translateY(-2px)}.card h3{margin-bottom:.35rem}.card p{color:var(--text-muted);font-size:.925rem}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:.85rem;display:grid}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.05rem 1.15rem}.stat .value{font-family:var(--font-mono);letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--text);font-size:clamp(1.5rem,3.4vw,1.95rem);font-weight:650;line-height:1.1}.stat .label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint);margin-top:.3rem;font-size:.78rem}.stat.is-accent .value{color:var(--accent)}.table-scroll{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:520px;font-size:.9rem}th,td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.65rem .9rem}th{text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint);background:var(--bg-subtle);font-size:.72rem;font-weight:600}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--surface-hover)}td.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right}td.park{white-space:normal;min-width:200px;color:var(--text-muted)}.ref{font-family:var(--font-mono);color:var(--accent);font-size:.85em}.mode-cw{color:var(--cw)}.mode-data{color:var(--data)}.mode-phone{color:var(--phone)}.zero{color:var(--text-faint)}.pill{letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--accent-line);background:var(--accent-dim);color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.pill.neutral{border-color:var(--border-strong);background:var(--bg-subtle);color:var(--text-muted)}.tag-row{flex-wrap:wrap;gap:.4rem;display:flex}.tag{font-family:var(--font-mono);background:var(--bg-subtle);border:1px solid var(--border);color:var(--text-muted);border-radius:5px;padding:.2rem .5rem;font-size:.75rem}.btn{cursor:pointer;background:var(--accent);color:var(--accent-contrast);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.925rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{background:var(--accent-hover);color:var(--accent-contrast)}.btn.secondary{border-color:var(--border-strong);color:var(--text);background:0 0}.btn.secondary:hover{background:var(--surface-hover);border-color:var(--accent-line);color:var(--text)}.btn[aria-disabled=true]{background:var(--bg-subtle);border-color:var(--border);color:var(--text-faint);cursor:not-allowed;pointer-events:none}.btn-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.mono{font-family:var(--font-mono)}.muted{color:var(--text-muted)}.small{font-size:.85rem}.skip-link{background:var(--accent);color:var(--accent-contrast);z-index:100;border-radius:0 0 8px;padding:.6rem 1rem;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}
