:root{--bg: #fbfaf7;--surface: #ffffff;--surface-2: #f2f0ea;--border: #e0ddd4;--text: #23201b;--text-dim: #5f5a50;--accent: #4f46e5;--accent-soft: #ecebfd;--accent-text: #ffffff;--shadow: 0 1px 2px rgba(35, 32, 27, .06), 0 4px 16px rgba(35, 32, 27, .05);--radius: 12px;--measure: 68ch}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #16181a;--surface: #1e2124;--surface-2: #272b2f;--border: #34383a;--text: #e8e6e1;--text-dim: #a3a09a;--accent: #a5b4fc;--accent-soft: #221f45;--accent-text: #1e1b3a;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 4px 16px rgba(0, 0, 0, .25)}}:root[data-theme=dark]{--bg: #16181a;--surface: #1e2124;--surface-2: #272b2f;--border: #34383a;--text: #e8e6e1;--text-dim: #a3a09a;--accent: #a5b4fc;--accent-soft: #221f45;--accent-text: #1e1b3a;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 4px 16px rgba(0, 0, 0, .25)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{margin:0;background:var(--bg);color:var(--text);font:400 17px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-text-size-adjust:100%}a{color:var(--accent);text-underline-offset:2px}a:hover{text-decoration:none}h1,h2,h3{line-height:1.25;letter-spacing:-.01em;margin:0 0 .5em}h1{font-size:clamp(1.9rem,5vw,2.6rem)}h2{font-size:clamp(1.35rem,3.5vw,1.7rem);margin-top:2.2rem}h3{font-size:1.12rem}p,ul,ol{margin:0 0 1rem}ul,ol{padding-left:1.35rem}li{margin-bottom:.4rem}code{background:var(--surface-2);padding:.1em .35em;border-radius:4px;font-size:.9em}.wrap{max-width:62rem;margin:0 auto;padding:0 1.25rem}.prose{max-width:var(--measure)}main{padding:2.25rem 0 4rem}.site-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header .wrap{display:flex;align-items:center;gap:1rem;min-height:3.75rem;flex-wrap:wrap}.brand{display:inline-flex;align-items:baseline;gap:.5rem;font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none;margin-right:auto}.brand .suits{color:var(--accent);letter-spacing:.08em}.site-nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.site-nav a{padding:.4rem .6rem;border-radius:8px;color:var(--text-dim);text-decoration:none;font-size:.95rem}.site-nav a:hover{background:var(--surface-2);color:var(--text)}.site-nav a[aria-current=page]{color:var(--text);font-weight:600;background:var(--accent-soft)}.theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text-dim);border-radius:8px;width:2.1rem;height:2.1rem;font-size:1rem;cursor:pointer;line-height:1}.theme-toggle:hover{color:var(--text)}.hero{padding:3rem 0 1rem}.hero p.lede{font-size:1.15rem;color:var(--text-dim);max-width:46ch}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:1.1rem;margin:2rem 0}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;display:flex;flex-direction:column}.app-card .suits{font-size:1.5rem;letter-spacing:.12em;color:var(--accent);margin-bottom:.5rem}.app-card h2{margin:0 0 .15rem;font-size:1.4rem}.app-card .subtitle{color:var(--text-dim);font-size:.95rem;margin:0 0 .9rem}.badge{display:inline-block;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:600;margin-bottom:.9rem}.app-card .actions{margin-top:auto;padding-top:1rem;display:flex;gap:.6rem;flex-wrap:wrap}.btn{display:inline-block;padding:.58rem 1.1rem;border-radius:9px;text-decoration:none;font-weight:600;font-size:.95rem;border:1px solid transparent}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-primary:hover{filter:brightness(1.08)}.btn-ghost{border-color:var(--border);color:var(--text);background:var(--surface)}.btn-ghost:hover{background:var(--surface-2)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem;margin:0 0 1.1rem;scroll-margin-top:5rem}.card h2{margin-top:0;font-size:1.2rem}.card>:last-child{margin-bottom:0}.card.highlight{border-left:3px solid var(--accent);background:var(--accent-soft)}.toc{background:var(--surface-2);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.75rem}.toc ul{columns:2;column-gap:1.5rem;list-style:none;padding:0;margin:0}.toc li{margin-bottom:.3rem;break-inside:avoid}@media(max-width:34rem){.toc ul{columns:1}}.faq-controls{position:sticky;top:3.75rem;z-index:10;background:var(--bg);padding:.85rem 0;margin-bottom:.5rem}.faq-search{width:100%;padding:.7rem .9rem;font:inherit;font-size:1rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px}.faq-search:focus{outline:2px solid var(--accent);outline-offset:1px}.faq-cats{display:flex;flex-wrap:wrap;gap:.4rem;padding:.7rem 0 .15rem}.faq-cats button{flex:0 0 auto;border:1px solid var(--border);background:var(--surface);color:var(--text-dim);border-radius:999px;padding:.35rem .85rem;font:inherit;font-size:.88rem;cursor:pointer;white-space:nowrap}.faq-cats button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--accent-text);font-weight:600}.faq-count{color:var(--text-dim);font-size:.9rem;margin:.4rem 0 1rem}details.faq-item{border-bottom:1px solid var(--border);scroll-margin-top:9rem}details.faq-item[hidden]{display:none}details.faq-item>summary{cursor:pointer;padding:.85rem .5rem .85rem 0;font-weight:600;list-style:none;display:flex;gap:.75rem;align-items:baseline}details.faq-item>summary::-webkit-details-marker{display:none}details.faq-item>summary:before{content:"+";color:var(--accent);font-weight:700;width:1ch;flex:0 0 auto}details.faq-item[open]>summary:before{content:"−"}details.faq-item>summary:hover{color:var(--accent)}.faq-answer{padding:0 0 1rem 1.75rem;color:var(--text-dim)}.faq-answer>:last-child{margin-bottom:0}.faq-empty{background:var(--surface-2);border-radius:var(--radius);padding:1.5rem;text-align:center}.faq-empty[hidden]{display:none}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:2rem 0 2.5rem;color:var(--text-dim);font-size:.9rem}.site-footer .cols{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;justify-content:space-between}.site-footer a{color:var(--text-dim)}.site-footer a:hover{color:var(--accent)}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer .legal{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.84rem}.contact-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem;margin-bottom:1.1rem}.contact-block>:last-child{margin-bottom:0}.muted{color:var(--text-dim)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
