:root{--bg: #f7f6f1;--surface: #ffffff;--surface-strong: #eeece4;--text: #242827;--muted: #626966;--border: #d8d4c9;--accent: #24706d;--accent-strong: #164d4b;--code-bg: #f0eee7}:root[data-theme=dark]{--bg: #171918;--surface: #202322;--surface-strong: #2b2f2d;--text: #ebe7dc;--muted: #a9ada8;--border: #3b403d;--accent: #58b8a9;--accent-strong: #8cd4c9;--code-bg: #292d2b}:root[data-theme=paper]{--bg: #f1eee6;--surface: #fffdf7;--surface-strong: #e8e2d5;--text: #2a2924;--muted: #706b5d;--border: #d6cdbb;--accent: #5f7568;--accent-strong: #3f584d;--code-bg: #e9e3d6}:root[data-theme=midnight]{--bg: #151817;--surface: #1f2422;--surface-strong: #29302d;--text: #ece9df;--muted: #a8b0aa;--border: #3b4641;--accent: #72b99c;--accent-strong: #a0d9c1;--code-bg: #282f2c}*{box-sizing:border-box;scrollbar-color:color-mix(in srgb,var(--muted) 60%,var(--surface)) var(--surface-strong);scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--surface-strong)}*::-webkit-scrollbar-thumb{border:2px solid var(--surface-strong);border-radius:999px;background:color-mix(in srgb,var(--muted) 60%,var(--surface))}body{max-width:860px;margin:0 auto;padding:32px 24px 56px;background:var(--bg);color:var(--text);font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.62}:root[data-theme=dark] body,:root[data-theme=midnight] body{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 78%,var(--bg)) 0,var(--bg) 280px),var(--bg)}.page-header{margin-bottom:26px}.page-header__topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.back-link{display:inline-flex;color:var(--accent-strong);font-weight:700;text-decoration-thickness:1px;text-underline-offset:3px}.theme-select{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem;font-weight:650;white-space:nowrap}.theme-select select{min-height:34px;width:116px;border:1px solid var(--border);border-radius:8px;padding:6px 30px 6px 10px;background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}h1,h2,h3{line-height:1.2}h1{margin:0 0 10px;font-size:2.4rem}h2{margin:36px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border);font-size:1.35rem}h3{margin:24px 0 8px;font-size:1rem}p{max-width:none;margin:0 0 14px}.toc{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}.toc a{border:1px solid var(--border);border-radius:999px;padding:6px 10px;background:var(--surface);color:var(--accent-strong);font-weight:700;text-decoration:none}section{margin-bottom:14px}dl{display:grid;grid-template-columns:minmax(80px,max-content) minmax(0,1fr);gap:8px 10px;max-width:none;margin:0 0 16px}dt{color:var(--accent-strong);font-weight:760}dd{margin:0;min-width:0}pre{max-width:100%;margin:10px 0;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface)}:root[data-theme=dark] pre{background:color-mix(in srgb,var(--surface) 86%,#000000)}code{border-radius:5px;background:var(--code-bg);padding:0 5px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.94em}pre code{display:block;min-width:max-content;padding:14px;background:transparent;line-height:1.55}.help-example-editor{width:100%;min-width:0;min-height:0;overflow:auto;transition:border-color .15s ease,background-color .15s ease}.help-example-editor .ace_content,.help-example-editor .ace_scroller{min-width:0}.help-example-editor .ace_scrollbar{scrollbar-color:color-mix(in srgb,var(--muted) 60%,var(--surface)) var(--surface-strong);scrollbar-width:thin}.help-example-editor .ace_scroller{cursor:default}.help-example-editor .ace_cursor,.help-example-editor .ace_hidden-cursors{display:none!important}.open-example-row{display:flex;justify-content:flex-end;margin:0 0 18px}.open-example{display:inline-flex;align-items:center;min-height:32px;border:1px solid color-mix(in srgb,var(--accent) 50%,var(--border));border-radius:999px;padding:5px 11px;background:color-mix(in srgb,var(--accent) 8%,var(--surface));color:var(--accent-strong);font-size:.9rem;font-weight:760;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.open-example:hover,.open-example:focus-visible{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,var(--surface));color:var(--accent-strong)}.open-example:active{transform:translateY(1px)}table{width:100%;margin:10px 0 20px;border-collapse:collapse;background:var(--surface)}th,td{border:1px solid var(--border);padding:8px 10px;text-align:left;vertical-align:top}th{background:var(--surface-strong)}.rule-list{columns:2;max-width:760px;padding-left:22px}.rule-list li{break-inside:avoid;margin-bottom:6px}a{color:var(--accent-strong)}@media (max-width: 720px){body{padding:22px 16px 42px}h1{font-size:2rem}dl{grid-template-columns:1fr;gap:2px 0}.page-header__topline{align-items:flex-start;flex-direction:column;gap:10px}.rule-list{columns:1}pre{border-radius:6px}.help-example-editor{max-width:100%}}
