:root{--color-bg: #ffffff;--color-fg: #1a2942;--color-muted: #5b6b87;--color-accent: #3b7ec7;--color-accent-strong: #2e6cb0;--color-accent-soft: #a4cef0;--color-accent-bg: #eaf2fb;--color-border: #dce4ef;--color-surface: #f5f8fc;--color-warning-bg: #fff4d6;--color-warning-fg: #6b4a0a;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--radius: .75rem;--radius-pill: 999px;--max-width: 64rem;--shadow-sm: 0 1px 2px rgba(26, 41, 66, .06);--shadow-md: 0 4px 16px rgba(26, 41, 66, .08)}@media(prefers-color-scheme:dark){:root{--color-bg: #0b1220;--color-fg: #e7ecf5;--color-muted: #9ca8c0;--color-accent: #6ba7d9;--color-accent-strong: #8cbde6;--color-accent-soft: #2e4e74;--color-accent-bg: #15243d;--color-border: #1e2c46;--color-surface: #111a2c;--color-warning-bg: #3a2a06;--color-warning-fg: #fde68a}}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);color:var(--color-fg);background:var(--color-bg);line-height:1.6;-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;display:flex;flex-direction:column}main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-8) var(--space-4)}h1,h2,h3{line-height:1.25;margin:0 0 var(--space-4)}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.25rem,2.5vw,1.5rem)}a{color:var(--color-accent-strong);text-decoration:underline;text-underline-offset:2px}a:hover{text-decoration-thickness:2px}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.muted{color:var(--color-muted)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-6)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:var(--space-4);margin:var(--space-6) 0}.stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-4)}.stat-label{font-size:.875rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2)}.stat-value{font-size:1.75rem;font-weight:600;font-variant-numeric:tabular-nums}.stat-change{font-size:.875rem;color:var(--color-muted);margin-top:var(--space-1)}.chart-wrap{position:relative;width:100%;height:320px;margin:var(--space-6) 0}.notice{background:var(--color-warning-bg);color:var(--color-warning-fg);border-radius:var(--radius);padding:var(--space-4);margin:var(--space-4) 0}.btn{display:inline-block;padding:var(--space-3) var(--space-6);background:var(--color-accent);color:#fff;border-radius:var(--radius-pill);text-decoration:none;font-weight:600;transition:background-color .15s,transform .05s;box-shadow:var(--shadow-sm)}.btn:hover{background:var(--color-accent-strong);text-decoration:none}.btn:active{transform:translateY(1px)}.btn-outline{background:transparent;color:var(--color-accent-strong);border:2px solid var(--color-accent);padding:calc(var(--space-3) - 2px) calc(var(--space-6) - 2px)}.btn-outline:hover{background:var(--color-accent-bg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header[data-astro-cid-ctg3m53h]{border-bottom:1px solid var(--color-border);background:var(--color-bg)}.site-header-inner[data-astro-cid-ctg3m53h]{max-width:var(--max-width);margin:0 auto;padding:var(--space-4);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4)}.site-title[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center}.site-title[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{height:32px;width:auto;display:block}nav[data-astro-cid-ctg3m53h] ul[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:0;display:flex;gap:var(--space-4);flex-wrap:wrap}nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{color:var(--color-fg);text-decoration:none;font-weight:500}nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--color-accent-strong)}.site-footer[data-astro-cid-gcn2mc3v]{border-top:1px solid var(--color-border);background:var(--color-surface);margin-top:var(--space-12)}.site-footer-inner[data-astro-cid-gcn2mc3v]{max-width:var(--max-width);margin:0 auto;padding:var(--space-6) var(--space-4);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-2);font-size:.875rem}.site-footer-inner[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0}
