
:root{--bg:#07101f;--panel:#0d192c;--panel2:#12213a;--line:#243653;--text:#eef4ff;--muted:#a7b5cc;--brand:#7c6cff;--brand2:#2dd4bf;--warn:#f59e0b;--danger:#fb7185;--ok:#34d399;--shadow:0 24px 80px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 15% 0,#34296d55,transparent 34%),radial-gradient(circle at 90% 15%,#0d948844,transparent 32%),var(--bg);color:var(--text);font:15px/1.65 Inter,Segoe UI,system-ui,sans-serif}
a{color:#b9b2ff}a:hover{color:#fff}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.top{position:sticky;top:0;z-index:20;background:#07101edc;backdrop-filter:blur(18px);border-bottom:1px solid #ffffff10}.topin{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-weight:950;background:linear-gradient(145deg,var(--brand),#5b21b6);box-shadow:0 12px 30px #7c6cff42}.brand b{font-size:17px}.brand small{display:block;color:var(--muted);font-weight:600}.nav{display:flex;gap:8px;flex-wrap:wrap}.nav a{padding:9px 12px;border-radius:10px;text-decoration:none;color:var(--muted);font-weight:750}.nav a:hover,.nav a.active{background:#ffffff0c;color:#fff}.hero{padding:86px 0 54px}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid #ffffff18;background:#ffffff09;padding:8px 12px;border-radius:999px;color:#d6dcff;font-weight:800;font-size:12px}.dot{width:8px;height:8px;border-radius:50%;background:var(--warn);box-shadow:0 0 18px var(--warn)}h1{font-size:clamp(38px,6vw,72px);line-height:1.02;letter-spacing:-.045em;margin:22px 0 18px;max-width:920px}h2{font-size:clamp(24px,3vw,38px);line-height:1.15;letter-spacing:-.025em;margin:0 0 14px}h3{font-size:18px;margin:0 0 8px}.lead{font-size:19px;color:#c3cee0;max-width:780px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 17px;border-radius:13px;text-decoration:none;font-weight:850;border:1px solid #ffffff20;background:#ffffff0c;color:#fff}.btn.primary{border:0;background:linear-gradient(135deg,var(--brand),#6d28d9);box-shadow:0 14px 32px #7c6cff35}.btn.teal{border:0;background:linear-gradient(135deg,#0f766e,var(--brand2));color:#021a17}.status{margin-top:34px;padding:18px 20px;border-radius:18px;border:1px solid #f59e0b50;background:#f59e0b12;display:flex;gap:14px;align-items:flex-start}.status strong{color:#ffd68a}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:linear-gradient(160deg,#12213ae8,#0b1628e8);border:1px solid #ffffff12;border-radius:20px;padding:22px;box-shadow:var(--shadow)}.card p{color:var(--muted);margin:0}.icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#7c6cff1d;border:1px solid #7c6cff50;margin-bottom:15px;font-size:20px}.section{padding:55px 0}.sectionhead{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:22px}.sectionhead p{max-width:650px;color:var(--muted);margin:0}.pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#ffffff0b;border:1px solid #ffffff14;font-size:11px;font-weight:850;color:#d8e0ef}.ok{color:var(--ok)}.warn{color:#fbbf24}.no{color:#fb7185}.matrix{width:100%;border-collapse:separate;border-spacing:0;background:#0d192ccc;border:1px solid #ffffff14;border-radius:18px;overflow:hidden}.matrix th,.matrix td{text-align:left;padding:13px 14px;border-bottom:1px solid #ffffff0c;vertical-align:top}.matrix th{background:#ffffff08;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#c3cee0}.matrix tr:last-child td{border-bottom:0}.steps{counter-reset:s}.step{position:relative;padding:20px 20px 20px 68px;border-left:2px solid #7c6cff50;margin-left:22px}.step:before{counter-increment:s;content:counter(s);position:absolute;left:-23px;top:17px;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#151f3d;border:1px solid #7c6cff80;color:#fff;font-weight:900}.step p{margin:5px 0;color:var(--muted)}code{background:#020817;border:1px solid #ffffff12;padding:2px 6px;border-radius:6px;color:#b9f4ea}.callout{border-left:4px solid var(--brand2);background:#2dd4bf0c;padding:18px 20px;border-radius:0 15px 15px 0;color:#c9f7ef}.footer{border-top:1px solid #ffffff10;padding:34px 0 50px;color:var(--muted)}.footerin{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}.list{margin:0;padding-left:19px;color:var(--muted)}.list li{margin:7px 0}.tag{font-size:11px;font-weight:900;padding:4px 8px;border-radius:999px}.tag.ready{background:#34d39918;color:#6ee7b7}.tag.pending{background:#f59e0b1c;color:#fcd34d}.tag.blocked{background:#fb71851c;color:#fda4af}
@media(max-width:900px){.grid,.grid.two{grid-template-columns:1fr}.nav{display:none}.hero{padding-top:55px}.sectionhead{display:block}.sectionhead p{margin-top:8px}.matrix{display:block;overflow-x:auto}.topin{height:64px}}
