@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #07111f;--panel: #0d1b2f;--panel2: #10243d;--text: #eef7ff;--muted: #9fb3ca;--line: rgba(255,255,255,.12);--brand: #38d7c7;--brand2: #7da7ff;--warning: #ffd36a;--shadow: 0 24px 90px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(56,215,199,.16),transparent 34rem),radial-gradient(circle at top right,rgba(125,167,255,.18),transparent 36rem),var(--bg);color:var(--text)}code{color:#c2fff6;background:#38d7c71c;border:1px solid rgba(56,215,199,.17);border-radius:.45rem;padding:.12rem .38rem}.layout{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:285px;padding:1.35rem;border-right:1px solid var(--line);background:#07111fbd;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);display:flex;flex-direction:column;z-index:10}.brand{display:flex;gap:.8rem;align-items:center;margin-bottom:2rem}.brand-mark{width:46px;height:46px;border-radius:1rem;display:grid;place-items:center;color:#05101d;font-weight:900;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 12px 30px #38d7c738}.brand strong{display:block;font-size:1.05rem}.brand span{display:block;color:var(--muted);font-size:.86rem}nav{display:grid;gap:.3rem}nav a{color:var(--muted);text-decoration:none;padding:.78rem .9rem;border-radius:.9rem;transition:.16s ease}nav a:hover{color:var(--text);background:#ffffff12}.side-note{margin-top:auto;display:flex;gap:.65rem;align-items:flex-start;padding:1rem;border:1px solid rgba(56,215,199,.22);background:linear-gradient(135deg,#38d7c71c,#7da7ff1c);border-radius:1.1rem}.side-note p{margin:0;color:#dbeafe;font-size:.9rem;line-height:1.55}main{margin-left:285px}.hero{padding:5rem 3rem 3rem}.hero-content{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.pill{width:fit-content;display:flex;gap:.45rem;align-items:center;color:#c2fff6;border:1px solid rgba(56,215,199,.25);background:#38d7c71a;padding:.55rem .75rem;border-radius:999px;font-weight:800;margin-bottom:1.25rem}h1{margin:0;font-size:clamp(2.8rem,6vw,5.6rem);line-height:.94;letter-spacing:-.065em}.hero p,.lead{color:var(--muted);line-height:1.75;font-size:1.08rem;max-width:850px}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.primary,.secondary{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;padding:.96rem 1.2rem;border-radius:1rem;font-weight:900}.primary{color:#05101d;background:linear-gradient(135deg,var(--brand),var(--brand2))}.secondary{color:var(--text);border:1px solid var(--line);background:#ffffff0f}.hero-terminal{background:#06101deb;border:1px solid rgba(255,255,255,.13);border-radius:1.45rem;box-shadow:var(--shadow);overflow:hidden}.terminal-dots{height:48px;display:flex;gap:.45rem;align-items:center;padding:0 1rem;border-bottom:1px solid var(--line);background:#ffffff0d}.terminal-dots span{width:12px;height:12px;border-radius:50%;background:#ff657a}.terminal-dots span:nth-child(2){background:#ffd36a}.terminal-dots span:nth-child(3){background:var(--brand)}.hero-terminal pre{margin:0;padding:1.35rem;color:#d8edff;line-height:1.65;overflow-x:auto}.section{max-width:1180px;margin:0 auto;padding:4.2rem 3rem;border-top:1px solid rgba(255,255,255,.08)}.eyebrow{display:block;color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:900;margin-bottom:.62rem}h2{margin:0 0 1.2rem;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.045em}h3{margin:0 0 .6rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.cards article{background:#ffffff0e;border:1px solid var(--line);border-radius:1.25rem;padding:1.2rem}.cards svg{width:42px;height:42px;color:var(--brand);padding:.65rem;background:#38d7c71c;border-radius:.9rem;margin-bottom:.95rem}.cards p{color:var(--muted);line-height:1.65;margin:0}.flow{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.5rem}.flow div{display:flex;align-items:center;gap:.7rem;padding:1rem;border:1px solid var(--line);background:#ffffff0b;border-radius:1rem}.flow span{min-width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#7da7ff2e;color:#cfe0ff;font-weight:900}.warning{display:flex;align-items:center;gap:.8rem;max-width:900px;margin:1.25rem 0;padding:1rem;border:1px solid rgba(255,211,106,.25);background:#ffd36a1a;border-radius:1rem;color:#fff1c8}.code-card{margin:1rem 0 1.55rem;background:#06101d;border:1px solid rgba(255,255,255,.12);border-radius:1.15rem;overflow:hidden;box-shadow:0 20px 60px #00000038}.code-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.82rem 1rem;border-bottom:1px solid rgba(255,255,255,.09);background:#ffffff0b}.code-toolbar strong{margin-right:.75rem}.code-toolbar span{color:var(--muted);font-size:.85rem}.code-toolbar button{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--line);background:#ffffff12;color:var(--text);border-radius:.75rem;padding:.45rem .65rem;cursor:pointer}pre{margin:0;padding:1.1rem;overflow-x:auto}pre code{display:block;padding:0;color:#d8edff;background:transparent;border:0;line-height:1.65;font-size:.9rem}.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem}.checklist div{display:flex;gap:.65rem;align-items:center;padding:.9rem;background:#ffffff0d;border:1px solid var(--line);border-radius:.95rem}.checklist svg{color:var(--brand)}.error-table{border:1px solid var(--line);border-radius:1.1rem;overflow:hidden;margin-top:1.4rem}.error-row{display:grid;grid-template-columns:280px 1fr;gap:1rem;padding:.95rem 1rem;background:#ffffff0b;border-bottom:1px solid var(--line)}.error-row:last-child{border-bottom:0}.error-row span{color:var(--muted)}footer{max-width:1180px;margin:0 auto;padding:3rem;display:flex;justify-content:space-between;gap:1rem;color:var(--muted);border-top:1px solid rgba(255,255,255,.08)}footer div{display:flex;gap:.5rem;align-items:center;color:var(--text);font-weight:900}@media(max-width:980px){.sidebar{position:static;width:auto;border-right:0;border-bottom:1px solid var(--line)}nav{grid-template-columns:repeat(4,1fr)}.side-note{display:none}main{margin-left:0}.hero,.section{padding-left:1.2rem;padding-right:1.2rem}.hero-content,.cards,.flow,.checklist,.error-row{grid-template-columns:1fr}footer{flex-direction:column;padding:2rem 1.2rem}}@media(max-width:560px){nav{grid-template-columns:repeat(2,1fr)}.hero{padding-top:2rem}}
