:root{--bg:#fff;--bg-alt:#f5f6f8;--surface:#fff;--border:#e2e5ea;--text:#14181f;--text-muted:#5c6470;--accent:#1f6feb;--accent-hover:#1a5fd0;--accent-contrast:#fff;--radius:12px;--shadow:0 1px 2px #14181f0f, 0 8px 24px #14181f0d;--wrap:1120px}@media (prefers-color-scheme:dark){:root{--bg:#0e1116;--bg-alt:#141922;--surface:#161b23;--border:#262d38;--text:#e8ebef;--text-muted:#98a1ae;--accent:#4a8dff;--accent-hover:#649dff;--accent-contrast:#0e1116;--shadow:0 1px 2px #0000004d, 0 8px 24px #00000040}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.6}h1,h2,h3{letter-spacing:-.02em;margin:0 0 .5rem;line-height:1.2}h1{font-size:clamp(2.1rem,5vw,3.2rem)}h2{font-size:clamp(1.6rem,3vw,2.1rem)}h3{font-size:1.12rem}p{margin:0 0 1rem}a{color:var(--accent)}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 1.5rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.6rem 1rem;top:1rem;left:1rem}.site-header{z-index:5;background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{align-items:center;gap:1.5rem;min-height:64px;display:flex}.brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.6rem;font-weight:650;text-decoration:none;display:inline-flex}.brand-mark{background:var(--accent);width:30px;height:30px;color:var(--accent-contrast);border-radius:8px;place-items:center;font-size:.95rem;font-weight:700;display:grid}.nav{gap:1.4rem;margin-left:auto;font-size:.95rem;display:flex}.nav a{color:var(--text-muted);text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.header-actions{display:flex}@media (width<=720px){.nav{display:none}.header-actions{margin-left:auto}}.btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1.05rem;font-size:.95rem;font-weight:550;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{border-color:var(--border);color:var(--text);background:0 0}.btn-ghost:hover{background:var(--bg-alt)}.btn-outline{border-color:var(--border);color:var(--text-muted);background:0 0}.btn-outline:not(:disabled):hover{background:var(--bg-alt);color:var(--text)}.btn-lg{padding:.75rem 1.4rem;font-size:1rem}.btn-block{width:100%;margin-top:auto}.btn:disabled{opacity:.55;cursor:not-allowed}.icon{fill:currentColor;flex:none;width:18px;height:18px}.hero,.page-head{border-bottom:1px solid var(--border);padding:clamp(3.5rem,9vw,6rem) 0 clamp(2.5rem,5vw,3.5rem)}.page-head-plain{border-bottom:0}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.8rem;font-weight:650}.lead{max-width:58ch;color:var(--text-muted);font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.hero-note{color:var(--text-muted);margin-top:1.25rem;font-size:.88rem}.section{padding:clamp(3rem,7vw,4.5rem) 0}.section-alt{background:var(--bg-alt);border-block:1px solid var(--border)}.section-lead{max-width:60ch;color:var(--text-muted);margin-bottom:2.25rem}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;padding:1.5rem;display:flex}.card p{color:var(--text-muted);margin-bottom:0;font-size:.95rem}.card-icon{margin-bottom:.9rem;font-size:1.6rem;line-height:1}.plugin-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.plugin p{margin-bottom:1.5rem}.badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:650}.badge-soon{background:var(--bg-alt);border:1px solid var(--border);color:var(--text-muted)}.note{color:var(--text-muted);margin-top:2rem;font-size:.9rem}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.steps li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.steps p{color:var(--text-muted);margin-bottom:0;font-size:.95rem}.step-num{background:var(--accent);width:28px;height:28px;color:var(--accent-contrast);border-radius:8px;place-items:center;margin-bottom:.9rem;font-size:.85rem;font-weight:700;display:grid}.cta-inner{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(1.75rem,4vw,2.5rem);display:flex}.cta-inner h2{margin-bottom:.35rem}.cta-inner p{max-width:52ch;color:var(--text-muted);margin-bottom:0}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);padding:2rem 0;font-size:.9rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:.75rem;display:flex}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
