:root{color-scheme:light;--bg:#f5f7fb;--panel:#ffffff;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--soft-line:#e8eef7;--primary:#0f172a;--primary-2:#1d4ed8;--accent-bg:linear-gradient(135deg,#eff6ff,#ffffff 48%,#f8fafc);--shadow:0 12px 30px rgba(15,23,42,0.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}main{max-width:1120px;margin:0 auto;padding:32px 20px 72px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand{display:flex;flex-direction:column;gap:2px}.brand strong{font-size:15px}.brand span{font-size:12px;color:var(--muted)}.nav{display:flex;gap:18px;align-items:center}.nav a{color:#374151;font-size:14px}.nav a:hover{color:#111827}.card,.hero,.panel,.section{background:var(--panel);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.hero{padding:32px;margin-bottom:24px}.hero-gradient{background:var(--accent-bg);border-color:var(--soft-line)}.hero-copy h1{margin:10px 0 14px;font-size:40px;line-height:1.15;letter-spacing:-.02em}.card p,.empty-state p,.hero-copy p,.panel p,.section-desc,li{color:#4b5563;line-height:1.7}.hero-lead{max-width:760px;font-size:16px}.hero-actions{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:12px 16px;border-radius:999px;font-weight:700;border:1px solid transparent}.btn-primary{background:var(--primary);color:white}.btn-secondary{background:white;border-color:#dbe3ef;color:#111827}.home-stack{display:flex;flex-direction:column;gap:24px}.hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.95fr);grid-gap:20px;gap:20px;align-items:stretch}.subtle-panel{background:rgba(255,255,255,.74)}.stat-list{gap:14px}.stat-item,.stat-list{display:flex;flex-direction:column}.stat-item{gap:4px;padding-bottom:14px;border-bottom:1px dashed #dbe3ef}.stat-item:last-child{padding-bottom:0;border-bottom:0}.stat-item strong{font-size:13px}.stat-item span{color:var(--muted);font-size:14px}.section-block{display:flex;flex-direction:column;gap:18px}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end}.card h3,.panel h2,.panel h3,.section-head h2{margin:0}.section-desc{max-width:520px;font-size:14px}.dual-grid,.feature-grid,.grid{display:grid;grid-gap:16px;gap:16px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.dual-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card,.panel{padding:24px}.card h3,.feature-card h3{margin-bottom:10px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}.eyebrow,.text-link{color:var(--primary-2)}.text-link{font-weight:600;white-space:nowrap}.empty-state h3{margin-top:0;margin-bottom:8px}.check-list,.ordered-list{margin:14px 0 0;padding-left:20px}.check-list li,.ordered-list li{margin-bottom:10px}button,input,select,textarea{width:100%;padding:12px;border-radius:10px;border:1px solid #d1d5db;margin-top:8px}button{background:#111827;color:white;cursor:pointer}label{display:block;margin-bottom:14px;font-weight:600}pre{white-space:pre-wrap;background:#f3f4f6;padding:16px;border-radius:12px}@media (max-width:860px){.header{flex-direction:column;align-items:flex-start;gap:10px}.hero{grid-template-columns:1fr}.hero-copy h1{font-size:30px}.section-head{flex-direction:column;align-items:flex-start}}