@import "https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700;800&family=Source+Serif+4:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafaf8;--surface:#fff;--muted:#f4f4f1;--border:#e8e7e3;--text:#1a1a18;--text-2:#4a4a45;--text-3:#74746d;--text-4:#8b8b84;--link:#1d4ed8;--link-hover:#193591;--focus-ring:#2563eb;--badge-a-bg:#1d4ed8;--badge-a-text:#fff;--badge-aa-bg:#166534;--badge-aa-text:#fff;--badge-aaa-bg:#6d28d9;--badge-aaa-text:#fff;--success-bg:#f0fdf4;--success-border:#bbf7d0;--success-text:#166534;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#991b1b;--info-bg:#eff6ff;--info-border:#bfdbfe;--info-text:#1e40af;--highlight-bg:#92400e;--highlight-text:#fff;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--max-width:860px;--font-ui:"Source Sans 3", "Inter", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-reading:"Source Serif 4", Georgia, "Times New Roman", serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.75rem;--leading-tight:1.3;--leading-normal:1.5;--leading-relaxed:1.7;--focus-width:3px;--focus-offset:2px;--transition-fast:.15s ease;--transition-base:.2s ease}[data-theme=dark]{--bg:#1a1a1e;--surface:#242428;--muted:#2e2e33;--border:#3d3d44;--text:#ededeb;--text-2:#b5b5af;--text-3:#8a8a83;--link:#6b9fff;--link-hover:#93b8ff;--focus-ring:#6b9fff;--badge-a-bg:#3b6ee8;--badge-a-text:#fff;--badge-aa-bg:#22803d;--badge-aa-text:#fff;--badge-aaa-bg:#7c4ddb;--badge-aaa-text:#fff;--success-bg:#0d2818;--success-border:#166534;--success-text:#4ade80;--error-bg:#2d1111;--error-border:#7f1d1d;--error-text:#fca5a5;--info-bg:#0c1929;--info-border:#1e3a5f;--info-text:#93b8ff;--highlight-bg:#fbbf24;--highlight-text:#1a1a1e}html{scroll-behavior:smooth;font-size:100%}@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{font-family:var(--font-ui);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;display:flex}header{border-bottom:1px solid var(--border)}h1,h2,h3,h4{font-family:var(--font-ui);font-weight:700;line-height:var(--leading-tight);color:var(--text)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-xl);font-weight:600}h3{font-size:var(--text-base);font-weight:600}.prose{font-family:var(--font-reading);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text)}.prose p+p{margin-top:var(--space-md)}.label{color:var(--text-2);font-family:var(--font-ui);font-size:var(--text-base);letter-spacing:1.2px;margin-bottom:var(--space-sm);text-transform:uppercase;font-weight:700}a{color:var(--link);text-underline-offset:3px;transition:color var(--transition-fast);text-decoration:underline}a:hover{color:var(--link-hover)}:focus-visible{outline:var(--focus-width) solid var(--focus-ring);outline-offset:var(--focus-offset);border-radius:var(--radius-sm)}.skip-link{top:-100%;left:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--text);color:var(--bg);font-size:var(--text-base);border-radius:var(--radius-sm);z-index:100;font-weight:600;text-decoration:none;position:absolute}.skip-link:focus{top:var(--space-sm)}.container{width:100%;max-width:var(--max-width);padding-inline:var(--space-md);margin-inline:auto}.badge{padding:2px var(--space-sm);font-size:var(--text-base);border-radius:var(--radius-sm);white-space:nowrap;align-items:center;font-weight:600;line-height:1.5;display:inline-flex}.badge-a{background:var(--badge-a-bg);color:var(--badge-a-text)}.badge-aa{background:var(--badge-aa-bg);color:var(--badge-aa-text)}.badge-aaa{background:var(--badge-aaa-bg);color:var(--badge-aaa-text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.card-header{background:var(--text);color:var(--bg);padding:var(--space-lg)}.card-meta{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.reading-time{color:var(--bg);opacity:.75;font-size:var(--text-base);font-weight:600}.card-body{padding:var(--space-lg)}.block-success{background:var(--success-bg);border:1px solid var(--success-border);border-radius:var(--radius-md);padding:14px 16px}.block-error{background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);padding:14px 16px}.block-info{background:var(--info-bg);border:1px solid var(--info-border);border-radius:var(--radius-md);padding:14px 16px}.block-info .prose code{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px var(--space-xs);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:var(--text-base)}.target{min-width:44px;min-height:44px;padding:var(--space-sm) var(--space-md);align-items:center;display:inline-flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav[data-astro-cid-hkbrpulz]{padding-block:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.nav-logo[data-astro-cid-hkbrpulz]{font-size:var(--text-base);color:var(--text);padding:var(--space-sm) 0;align-items:center;min-height:44px;font-weight:700;text-decoration:none;display:flex}.nav-links[data-astro-cid-hkbrpulz]{align-items:center;gap:var(--space-xs);list-style:none;display:flex}.nav-link[data-astro-cid-hkbrpulz]{font-size:var(--text-base);color:var(--text);text-underline-offset:3px;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);min-height:44px;transition:background var(--transition-fast);align-items:center;text-decoration:underline;display:inline-flex}.nav-link[data-astro-cid-hkbrpulz]:hover{background:var(--muted);color:var(--text)}.theme-switch[data-astro-cid-hkbrpulz]{padding:0;cursor:pointer;background:0 0;border:none;align-items:center;min-height:44px;padding-block:8px;display:inline-flex}.theme-switch[data-astro-cid-hkbrpulz]:focus-visible{outline:none}.theme-switch__track[data-astro-cid-hkbrpulz]{background:var(--border);box-sizing:border-box;width:52px;height:28px;transition:background var(--transition-fast);border-radius:14px;align-items:center;padding:2px;display:flex}.theme-switch[data-astro-cid-hkbrpulz]:hover .theme-switch__track[data-astro-cid-hkbrpulz]{background:var(--text-3)}.theme-switch[data-astro-cid-hkbrpulz][aria-checked=true] .theme-switch__track[data-astro-cid-hkbrpulz]{background:var(--focus-ring)}.theme-switch[data-astro-cid-hkbrpulz]:focus-visible .theme-switch__track[data-astro-cid-hkbrpulz]{outline:var(--focus-width) solid var(--focus-ring);outline-offset:var(--focus-offset)}.theme-switch__thumb[data-astro-cid-hkbrpulz]{color:#ff0;width:24px;height:24px;transition:transform var(--transition-fast);background:#222;border-radius:50%;justify-content:center;align-items:center;display:flex;transform:translate(0);box-shadow:0 1px 3px #00000040}.theme-switch[data-astro-cid-hkbrpulz][aria-checked=true] .theme-switch__thumb[data-astro-cid-hkbrpulz]{transform:translate(24px)}.theme-switch__icon--moon[data-astro-cid-hkbrpulz],.theme-switch[data-astro-cid-hkbrpulz][aria-checked=true] .theme-switch__icon--sun[data-astro-cid-hkbrpulz]{display:none}.theme-switch[data-astro-cid-hkbrpulz][aria-checked=true] .theme-switch__icon--moon[data-astro-cid-hkbrpulz]{display:block}main[data-astro-cid-hkbrpulz]{padding-block:var(--space-2xl);flex:1}main[data-astro-cid-hkbrpulz]:focus{outline:none}.footer[data-astro-cid-hkbrpulz]{border-top:1px solid var(--border);padding-block:var(--space-md);margin-top:var(--space-2xl);align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.footer-inner[data-astro-cid-hkbrpulz]{justify-content:space-between;gap:var(--space-xs);display:flex}.footer-reference[data-astro-cid-hkbrpulz],.footer-credit[data-astro-cid-hkbrpulz]{font-size:var(--text-base);color:var(--text-2)}.footer-reference[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz],.footer-credit[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]{color:var(--text-2);margin-inline:var(--space-xs)}.footer-copyright[data-astro-cid-hkbrpulz]{font-size:var(--text-base);color:var(--text-3)}
