.lang-picker[data-astro-cid-gtewornt] select[data-astro-cid-gtewornt]{height:2.25rem;padding-inline:var(--space-2);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);color:var(--text);font-size:var(--text-sm);cursor:pointer}.lang-picker[data-astro-cid-gtewornt] select[data-astro-cid-gtewornt]:hover{border-color:var(--accent)}.visually-hidden[data-astro-cid-gtewornt]{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.theme-toggle[data-astro-cid-l6lhmie6]{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);width:2.25rem;height:2.25rem;color:var(--text);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.theme-toggle[data-astro-cid-l6lhmie6]:hover{color:var(--accent-strong);border-color:var(--accent)}.icon-sun[data-astro-cid-l6lhmie6],[data-theme=light] .icon-sun[data-astro-cid-l6lhmie6]{display:none}[data-theme=dark] .icon-sun[data-astro-cid-l6lhmie6]{display:block}[data-theme=dark] .icon-moon[data-astro-cid-l6lhmie6]{display:none}[data-theme=light] .icon-moon[data-astro-cid-l6lhmie6]{display:block}:root{--bg:#0b0e1a;--surface:#141a2e;--surface-raised:#1c2440;--border:#273052;--text:#e9e7e0;--text-muted:#9aa3ba;--accent:#ffb347;--accent-strong:#e07b1f;--accent-contrast:#14100a;--link:#ffc46b;--focus-ring:#ffb347;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.625rem;--text-2xl:2.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2.5rem;--space-6:4rem;--radius:8px;--radius-lg:14px;--content-width:72rem;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg:#faf9f6;--surface:#fff;--surface-raised:#f3f1ec;--border:#e2ded5;--text:#1c1f2a;--text-muted:#5d6474;--accent:#b45309;--accent-strong:#92400e;--accent-contrast:#fff;--link:#9a4a07;--focus-ring:#b45309;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg:#faf9f6;--surface:#fff;--surface-raised:#f3f1ec;--border:#e2ded5;--text:#1c1f2a;--text-muted:#5d6474;--accent:#b45309;--accent-strong:#92400e;--accent-contrast:#fff;--link:#9a4a07;--focus-ring:#b45309;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}*,:before,:after{box-sizing:border-box}[hidden]{display:none!important}html{font-family:var(--font-sans);-webkit-text-size-adjust:100%}body{background:var(--bg);min-height:100dvh;color:var(--text);font-size:var(--text-base);flex-direction:column;margin:0;line-height:1.6;display:flex}h1,h2,h3{margin:0 0 var(--space-3);text-wrap:balance;line-height:1.2}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}p{margin:0 0 var(--space-3)}a{color:var(--link);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--accent-strong)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}img{max-width:100%;height:auto}code{font-family:var(--font-mono);background:var(--surface-raised);border-radius:4px;padding:.1em .35em;font-size:.9em}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.container{width:100%;max-width:var(--content-width);padding-inline:var(--space-3);margin-inline:auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.warn-wrap{position:relative}.warning-tip{top:calc(100% + 6px);z-index:20;background:var(--surface);border:1px solid var(--accent-strong);border-inline-start:4px solid var(--accent-strong);border-radius:var(--radius);width:min(24rem,80vw);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--text);text-align:start;white-space:normal;font-weight:400;line-height:1.5;display:none;position:absolute;inset-inline-start:0;box-shadow:0 6px 24px #00000040}.warning-tip strong{color:var(--accent-strong)}.warn-wrap:hover .warning-tip,.warn-wrap:focus .warning-tip,.warn-wrap:focus-within .warning-tip{display:block}.chart-tip{z-index:10;pointer-events:none;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-1) var(--space-2);font-size:var(--text-xs);color:var(--text);white-space:nowrap;position:absolute;top:6px;box-shadow:0 4px 16px #0003}.tip-date{margin-block-end:2px;font-weight:600}.tip-row{color:var(--text-muted);align-items:center;gap:6px;display:flex}.tip-swatch{border-radius:2px;flex-shrink:0;width:8px;height:8px}.crosshair{stroke:var(--text-muted);stroke-width:1px;stroke-dasharray:3 3}.site-header[data-astro-cid-hkbrpulz]{border-bottom:1px solid var(--border);background:var(--surface)}.header-row[data-astro-cid-hkbrpulz]{justify-content:space-between;align-items:center;gap:var(--space-3);padding-block:var(--space-2);display:flex}.brand[data-astro-cid-hkbrpulz]{align-items:center;gap:var(--space-2);font-weight:700;font-size:var(--text-lg);color:var(--text);text-decoration:none;display:inline-flex}.brand-mark[data-astro-cid-hkbrpulz]{background:radial-gradient(circle at 35% 35%, var(--accent), var(--accent-strong));border-radius:50%;width:1.1em;height:1.1em}.site-nav[data-astro-cid-hkbrpulz]{gap:var(--space-3);font-size:var(--text-sm);margin-inline-end:auto;display:flex}.site-nav[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]{color:var(--text);text-decoration:none}.site-nav[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]:hover{color:var(--accent-strong)}.header-tools[data-astro-cid-hkbrpulz]{align-items:center;gap:var(--space-2);display:flex}.site-main[data-astro-cid-hkbrpulz]{padding-block:var(--space-5);flex:1}.site-footer[data-astro-cid-hkbrpulz]{border-top:1px solid var(--border);background:var(--surface);font-size:var(--text-sm);color:var(--text-muted)}.footer-row[data-astro-cid-hkbrpulz]{justify-content:space-between;gap:var(--space-2);padding-block:var(--space-3);flex-wrap:wrap;display:flex}.footer-row[data-astro-cid-hkbrpulz] p[data-astro-cid-hkbrpulz]{margin:0}
