:root{--color-brand: #2f6df6;--color-brand-strong: #1e4fd0;--color-brand-soft: #e8f0ff;--color-correct: #1f9d55;--color-correct-soft: #e4f6ec;--color-incorrect: #d64545;--color-incorrect-soft: #fbe9e9;--color-review: #b7791f;--color-review-soft: #fdf3e0;--color-bg: #ffffff;--color-surface: #f6f8fc;--color-surface-raised: #ffffff;--color-border: #d9e0ec;--color-text: #1a2233;--color-text-muted: #55617a;--color-text-inverse: #ffffff;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;--text-xs: .8125rem;--text-sm: .9375rem;--text-base: 1.0625rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: 2.75rem;--leading-tight: 1.2;--leading-normal: 1.6;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-10: 4rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--shadow-md: 0 6px 20px rgba(16, 24, 40, .08);--container-max: 72rem;--content-max: 44rem;--transition-fast: .12s ease;--transition-base: .2s ease;--touch-min: 44px}@media(prefers-color-scheme:dark){:root{--color-brand: #6f9bff;--color-brand-strong: #9bbaff;--color-brand-soft: #16233f;--color-correct: #47c17e;--color-correct-soft: #12291d;--color-incorrect: #f0736f;--color-incorrect-soft: #2c1717;--color-review: #e0b25a;--color-review-soft: #2a2213;--color-bg: #0f1420;--color-surface: #161d2c;--color-surface-raised: #1c2536;--color-border: #2a3346;--color-text: #eaeef6;--color-text-muted: #a3adc2;--color-text-inverse: #0f1420;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 6px 20px rgba(0, 0, 0, .5)}}:root[data-theme=light]{color-scheme:light;--color-brand: #2f6df6;--color-brand-strong: #1e4fd0;--color-brand-soft: #e8f0ff;--color-correct: #1f9d55;--color-correct-soft: #e4f6ec;--color-incorrect: #d64545;--color-incorrect-soft: #fbe9e9;--color-review: #b7791f;--color-review-soft: #fdf3e0;--color-bg: #ffffff;--color-surface: #f6f8fc;--color-surface-raised: #ffffff;--color-border: #d9e0ec;--color-text: #1a2233;--color-text-muted: #55617a;--color-text-inverse: #ffffff}:root[data-theme=dark]{color-scheme:dark;--color-brand: #6f9bff;--color-brand-strong: #9bbaff;--color-brand-soft: #16233f;--color-correct: #47c17e;--color-correct-soft: #12291d;--color-incorrect: #f0736f;--color-incorrect-soft: #2c1717;--color-review: #e0b25a;--color-review-soft: #2a2213;--color-bg: #0f1420;--color-surface: #161d2c;--color-surface-raised: #1c2536;--color-border: #2a3346;--color-text: #eaeef6;--color-text-muted: #a3adc2;--color-text-inverse: #0f1420}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;color-scheme:light dark}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg,canvas{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}a{color:var(--color-brand);text-underline-offset:2px}a:hover{color:var(--color-brand-strong)}h1,h2,h3{line-height:var(--leading-tight);text-wrap:balance}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{max-width:var(--content-max)}code,kbd{font-family:var(--font-mono);font-size:.95em}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--color-brand);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:absolute;left:-9999px;top:var(--space-2);background:var(--color-brand);color:var(--color-text-inverse);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);z-index:100}.skip-link:focus{left:var(--space-2)}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-4)}.prose{max-width:var(--content-max)}.prose>*+*{margin-top:var(--space-4)}.prose h2{margin-top:var(--space-6)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:var(--touch-min);padding:var(--space-2) var(--space-5);border:1px solid transparent;border-radius:var(--radius-md);background:var(--color-brand);color:var(--color-text-inverse);font-weight:600;text-decoration:none;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast)}.btn:hover{background:var(--color-brand-strong);color:var(--color-text-inverse)}.btn:active{transform:translateY(1px)}.btn--secondary{background:var(--color-surface-raised);color:var(--color-text);border-color:var(--color-border)}.btn--secondary:hover{background:var(--color-surface);color:var(--color-text)}.card{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.site-header[data-astro-cid-qlfjksao]{border-bottom:1px solid var(--color-border);background:var(--color-surface-raised);position:sticky;top:0;z-index:10}.site-header__inner[data-astro-cid-qlfjksao]{display:flex;align-items:center;gap:var(--space-5);min-height:64px}.brand[data-astro-cid-qlfjksao]{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:700;color:var(--color-text);text-decoration:none;font-size:var(--text-lg)}.brand__mark[data-astro-cid-qlfjksao]{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--radius-md);background:var(--color-brand);color:var(--color-text-inverse);font-weight:800}nav[data-astro-cid-qlfjksao]{margin-inline-start:auto}.nav[data-astro-cid-qlfjksao]{display:flex;gap:var(--space-2);list-style:none;padding:0;flex-wrap:wrap}.nav[data-astro-cid-qlfjksao] a[data-astro-cid-qlfjksao]{display:inline-flex;align-items:center;min-height:var(--touch-min);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-muted);text-decoration:none;font-weight:600}.nav[data-astro-cid-qlfjksao] a[data-astro-cid-qlfjksao]:hover{color:var(--color-text);background:var(--color-surface)}.nav[data-astro-cid-qlfjksao] a[data-astro-cid-qlfjksao][aria-current=page]{color:var(--color-brand);background:var(--color-brand-soft)}.theme-toggle[data-astro-cid-qlfjksao]{min-width:var(--touch-min);min-height:var(--touch-min);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;font-size:var(--text-lg)}@media(max-width:640px){.brand__name[data-astro-cid-qlfjksao]{display:none}nav[data-astro-cid-qlfjksao]{margin-inline-start:0}}.site-footer[data-astro-cid-35ed7um5]{border-top:1px solid var(--color-border);background:var(--color-surface);padding-block:var(--space-6) var(--space-5);margin-top:var(--space-10)}.site-footer__inner[data-astro-cid-35ed7um5]{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:var(--space-6)}.site-footer__brand[data-astro-cid-35ed7um5]{font-weight:700}.site-footer__tag[data-astro-cid-35ed7um5]{color:var(--color-text-muted);font-size:var(--text-sm)}.site-footer__heading[data-astro-cid-35ed7um5]{font-weight:700;font-size:var(--text-sm);margin-bottom:var(--space-2)}.site-footer[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5]{list-style:none;padding:0;display:grid;gap:var(--space-1)}.site-footer[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{color:var(--color-text-muted);text-decoration:none;font-size:var(--text-sm)}.site-footer[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]:hover{color:var(--color-brand)}.site-footer__legal[data-astro-cid-35ed7um5]{margin-top:var(--space-5);color:var(--color-text-muted);font-size:var(--text-xs)}@media(max-width:640px){.site-footer__inner[data-astro-cid-35ed7um5]{grid-template-columns:1fr;gap:var(--space-5)}}
