@charset "UTF-8";:root{color-scheme:light dark;--bg: #f6f6f4;--surface: #ffffff;--surface-sunken: #edf0f0;--border: #d7dcdc;--text: #1b2224;--text-muted: #596467;--accent: #1a6f7f;--accent-text: #ffffff;--accent-soft: #e1eef1;--highlight: #e0a516;--highlight-soft: #fdf3d8;--focus: #1f6feb;--radius: 10px;--gap: 1rem;--measure: 68rem;--font-sans: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, "Cascadia Mono", "Consolas", monospace}@media(prefers-color-scheme:dark){:root{--bg: #111819;--surface: #192123;--surface-sunken: #212c2e;--border: #33403f;--text: #edf2f2;--text-muted: #98a6a7;--accent: #55b8c9;--accent-text: #062429;--accent-soft: #1c383f;--highlight: #f2c64f;--highlight-soft: #3a3117;--focus: #7aa7ff}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%}a{color:var(--accent)}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:4px}button,input,select{font:inherit;color:inherit}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.page{max-width:var(--measure);margin:0 auto;padding:2rem 1rem 4rem}.status{padding:2rem 1rem;text-align:center;color:var(--text-muted)}.status--error{color:var(--text);background:var(--highlight-soft);border:1px solid var(--border);border-radius:var(--radius)}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose p{margin:0 0 .65em}.prose ul,.prose ol{margin:0 0 .65em;padding-left:1.25rem}.prose li+li{margin-top:.2em}.prose a{color:var(--accent)}.prose code{padding:.1em .3em;font-family:var(--font-mono);font-size:.9em;background:var(--surface-sunken);border-radius:4px}.prose strong{font-weight:700}.icon-link{flex:none;display:grid;place-items:center;width:2.25rem;height:2.25rem;color:var(--accent-text);background:var(--accent);border:1px solid var(--accent);border-radius:6px;text-decoration:none}.icon-link:hover{filter:brightness(1.08)}
