:root{--bg:#060912;--panel:#0b1220;--panel2:#0e1829;--text:#f4f7fb;--muted:#9aa8bc;--line:#1b2b42;--blue:#42a5ff;--purple:#9a7cff;--green:#47d18c;--red:#ff5570;--orange:#ff9d52;--yellow:#ffd058;--shadow:0 30px 90px #0008}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(900px 500px at 15% -5%,#123967 0%,transparent 55%),radial-gradient(700px 500px at 100% 0%,#24144b 0%,transparent 60%),var(--bg);color:var(--text);font:15px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1160px,calc(100% - 36px));margin:auto}.top{position:sticky;top:0;z-index:10;background:#060912cc;backdrop-filter:blur(16px);border-bottom:1px solid #ffffff0d}.nav{height:70px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:850;letter-spacing:.08em}.brand span{color:var(--blue);font-weight:600}.nav nav{display:flex;gap:24px;color:#aab5c5}.nav nav a:hover{color:#fff}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:45px;padding:100px 0 75px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.17em;color:#7f91aa;font-weight:800}.hero h1,.page-head h1{font-size:clamp(46px,7vw,82px);line-height:.98;letter-spacing:-.045em;margin:16px 0 24px}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#fff,#71b8ff,#b79dff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p,.page-head p{color:var(--muted);font-size:18px;max-width:750px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:12px;border:1px solid #ffffff18;font-weight:750}.btn.primary{background:linear-gradient(135deg,#2993ed,#635cff);box-shadow:0 12px 30px #2368d633}.btn.secondary{background:#ffffff0d}.btn.ghost{background:transparent;color:#c6d1df}.hero-card,.panel,article{background:linear-gradient(145deg,#0d1727dd,#09111ddd);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px}.hero-card{padding:22px}.window-top{display:flex;gap:7px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:8px}.window-top span{width:9px;height:9px;border-radius:50%;background:#fff3}.window-top b{margin-left:auto;font-size:12px;color:#8293aa}.metric{display:flex;justify-content:space-between;align-items:center;padding:21px 4px;border-bottom:1px solid #ffffff0a}.metric:last-child{border-bottom:0}.metric small{color:#70829c;letter-spacing:.12em}.metric strong{font-size:13px}.section{padding:55px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}.section-head h2{font-size:36px;margin:6px 0 0;letter-spacing:-.03em}.section-head>p{color:var(--muted);max-width:430px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article{padding:24px;min-height:180px}.cards h3{margin:20px 0 7px;font-size:20px}.cards p,.panel p{color:var(--muted);margin:0}.icon{display:inline-flex;width:34px;height:34px;border-radius:10px;align-items:center;justify-content:center;font-weight:900}.icon.blue{background:#2f9cf41a;color:var(--blue)}.icon.purple{background:#9a7cff1a;color:var(--purple)}.icon.green{background:#47d18c1a;color:var(--green)}.icon.red{background:#ff55701a;color:var(--red)}.icon.orange{background:#ff9d521a;color:var(--orange)}.icon.yellow{background:#ffd0581a;color:var(--yellow)}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:20px}.toolbar input{flex:1;min-height:46px;background:#08111e;border:1px solid var(--line);border-radius:12px;padding:0 15px;color:#fff;outline:none}.toolbar input:focus{border-color:#3e78a9}.command-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.command{padding:18px;background:#091220;border:1px solid var(--line);border-radius:16px}.command code{color:#dce8f6;font-weight:800}.command p{color:var(--muted);margin:7px 0 0}.tag{display:inline-block;margin-top:12px;font-size:11px;color:#8391a4}.split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel{padding:30px}.panel h2{font-size:30px;margin:10px 0}.panel .btn{margin-top:24px}.panel.dark{background:linear-gradient(145deg,#111827,#0a0d14)}.business{padding-bottom:70px}.page-head{padding:90px 0 50px}.footer{padding:35px 0 50px;color:#667792;display:flex;justify-content:space-between;border-top:1px solid #ffffff0d}.footer a{color:#9cb3d1}@media(max-width:900px){.hero,.cards,.command-grid,.split{grid-template-columns:1fr}.hero{padding-top:65px}.nav nav{display:none}.section-head{display:block}.section-head>p{margin-top:10px}.hero-card{max-width:620px}.hero h1,.page-head h1{font-size:52px}}@media(max-width:540px){.shell{width:min(100% - 24px,1160px)}.hero h1,.page-head h1{font-size:42px}.footer{display:block}.footer span{display:block;margin-top:7px}}
.codebox{margin:16px 0;padding:16px 17px;border:1px solid var(--line);background:#050a12;border-radius:14px;white-space:pre-wrap;overflow:auto;color:#dce8f6;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.panel code,.page-head code,.section code{background:#ffffff0a;padding:.12em .35em;border-radius:6px}
button.btn{cursor:pointer;color:inherit;font:inherit}
