:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f1f5f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#e2e8f0,#f8fafc 55%)}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0}p{margin:0}section{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 40px #0f172a1a}@media (max-width: 600px){section{padding:1.5rem}}#root{margin:0 auto;padding:3rem 1rem 4rem;max-width:960px}.page{display:flex;flex-direction:column;gap:3rem}.hero{text-align:center;background:radial-gradient(circle at top,#232b5d,#0f172a);color:#f8fafc;border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 20px 50px #0f172a66}.hero .tag{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;color:#a5b4fc}.hero h1{margin:.5rem 0 .75rem;font-size:clamp(2rem,5vw,3.25rem)}.hero .lede{font-size:1.1rem;color:#c7d2fe}.hero .cta{margin-top:1.5rem;display:inline-block;padding:.75rem 1.5rem;border-radius:999px;background:#fbbf24;color:#0f172a;font-weight:600}section h2{margin-bottom:1.25rem;font-size:1.75rem}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid article{padding:1.5rem;border-radius:1rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 20px #0f172a14}.grid article h3{margin-top:0;margin-bottom:.5rem}.steps{display:flex;flex-direction:column;gap:1rem}.step{display:flex;gap:1rem;align-items:center;border-radius:1rem;padding:1rem 1.5rem;border:1px solid #e2e8f0;background:#f8fafc}.step-number{width:2.5rem;height:2.5rem;border-radius:50%;background:#4338ca;color:#fff;display:grid;place-items:center;font-weight:600}.stack{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.stack li{display:flex;flex-direction:column;padding:1rem 1.25rem;border-radius:.75rem;border:1px dashed #cbd5f5}.stack strong{font-size:1rem}footer{border-top:1px solid #e2e8f0;padding-top:1.5rem;color:#475569}code{font-family:JetBrains Mono,Fira Code,Consolas,Courier New,monospace}
