:root{color-scheme:dark;--bg:#070b14;--panel:rgba(15,23,42,.86);--panel2:rgba(2,6,23,.72);--line:rgba(251,146,60,.22);--line2:rgba(148,163,184,.16);--text:#fff7ed;--muted:#cbd5e1;--faint:#94a3b8;--ember:#fb923c;--ember2:#f97316;--green:#22c55e;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 16% 12%,rgba(249,115,22,.14),transparent 30rem),radial-gradient(circle at 82% 8%,rgba(251,146,60,.08),transparent 28rem),linear-gradient(135deg,rgba(15,23,42,.94),rgba(2,6,23,.98)),var(--bg);color:var(--text)}body:before{position:fixed;inset:0;z-index:-1;content:"";background:linear-gradient(rgba(255,247,237,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,247,237,.024) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000 0%,transparent 78%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header,main,footer{width:min(1160px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:14px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:10px 12px;border:1px solid var(--line);border-radius:18px;background:rgba(7,11,20,.9);box-shadow:0 18px 52px rgba(0,0,0,.24);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;font-weight:950}.brand img{width:34px;height:34px;border-radius:11px;object-fit:cover;box-shadow:0 0 22px rgba(249,115,22,.26)}.site-header nav,footer nav{display:flex;align-items:center;gap:6px}.site-header nav a,footer nav a{padding:9px 11px;border-radius:999px;color:var(--muted);font-size:.9rem}.site-header nav a:hover,footer nav a:hover{color:var(--text);background:rgba(251,146,60,.08)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border:1px solid rgba(251,146,60,.38);border-radius:999px;font-size:.92rem;font-weight:950}.header-cta,.button-primary{color:#fff7ed;background:linear-gradient(135deg,rgba(249,115,22,.95),rgba(194,65,12,.95));box-shadow:0 14px 34px rgba(249,115,22,.22)}.button-secondary{color:#fed7aa;background:rgba(15,23,42,.76)}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:54px;align-items:center;min-height:calc(100vh - 88px);padding:72px 0 88px}.hero-copy{max-width:690px}.eyebrow{margin:0 0 14px;color:var(--ember);font-size:.76rem;font-weight:950;letter-spacing:.17em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:20px;font-size:clamp(3.25rem,7vw,6.4rem);line-height:.92;letter-spacing:-.075em}h2{margin-bottom:14px;font-size:clamp(2.1rem,4vw,3.9rem);line-height:1;letter-spacing:-.055em}h3{margin-bottom:10px;font-size:1.12rem}.lede,.section-heading p,.security-band p,.beta p{color:var(--muted);font-size:1.08rem;line-height:1.7}.lede{max-width:620px;margin-bottom:28px;font-size:clamp(1.08rem,1.5vw,1.25rem)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px}.status-pill{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid rgba(34,197,94,.24);border-radius:999px;color:#dcfce7;background:rgba(20,83,45,.18);font-size:.92rem;font-weight:800}.status-pill span,.online-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 16px rgba(34,197,94,.66)}.product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(15,23,42,.92),rgba(2,6,23,.86));box-shadow:0 24px 80px rgba(0,0,0,.38)}.product-card:after{position:absolute;right:-70px;bottom:-70px;width:220px;height:220px;border-radius:50%;background:rgba(249,115,22,.1);filter:blur(8px);content:""}.product-card__top{position:relative;z-index:1;display:flex;align-items:center;gap:14px;padding:22px;border-bottom:1px solid var(--line2)}.product-card__top img{width:56px;height:56px;border-radius:18px;object-fit:cover;box-shadow:0 0 28px rgba(249,115,22,.25)}.product-card__top strong,.product-card__top span,.preview-footer strong,.preview-footer small{display:block}.product-card__top strong{font-size:1.15rem}.product-card__top span,.preview-message span,.preview-footer small{color:var(--faint);font-size:.85rem}.preview-stack{position:relative;z-index:1;display:grid;gap:14px;padding:22px}.preview-message{padding:16px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:rgba(15,23,42,.82)}.preview-message--own{margin-left:34px;border-color:rgba(251,146,60,.3);background:rgba(63,18,18,.38)}.preview-message span{display:block;margin-bottom:6px;color:#fed7aa;font-weight:950}.preview-message p{margin:0;color:var(--muted);line-height:1.5}.preview-footer{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:center;padding:14px 16px;border:1px solid rgba(34,197,94,.2);border-radius:16px;background:rgba(20,83,45,.12)}.preview-footer small{grid-column:2}.section,.security-band,.beta{margin-bottom:112px}.section-heading{max-width:720px;margin-bottom:28px}.card-grid,.platform-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.card-grid article,.platform-grid article,.security-band,.beta{border:1px solid var(--line);border-radius:22px;background:var(--panel);box-shadow:0 18px 58px rgba(0,0,0,.18)}.card-grid article{min-height:230px;padding:22px}.card-grid span{display:inline-grid;width:38px;height:38px;margin-bottom:28px;place-items:center;border:1px solid rgba(251,146,60,.28);border-radius:13px;color:#fed7aa;background:rgba(249,115,22,.08);font-size:.78rem;font-weight:950}.card-grid p{color:var(--muted);line-height:1.6}.security-band{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:center;padding:34px;background:linear-gradient(135deg,rgba(249,115,22,.12),rgba(15,23,42,.78)),var(--panel)}.security-band ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.security-band li{padding:13px 15px;border:1px solid rgba(251,146,60,.18);border-radius:14px;color:#fed7aa;background:rgba(2,6,23,.36);font-weight:850}.platform-grid article{min-height:140px;padding:20px}.platform-grid strong,.platform-grid span{display:block}.platform-grid strong{margin-bottom:10px}.platform-grid span{color:var(--muted)}.beta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding:28px}.beta img{width:64px;height:64px;border-radius:20px;object-fit:cover}.beta h2{font-size:clamp(1.9rem,3vw,3rem)}.beta p{margin-bottom:0}footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:32px 0 44px;border-top:1px solid var(--line2);color:var(--muted)}footer strong,footer span{display:block}footer strong{color:var(--text);margin-bottom:5px}@media(max-width:980px){.site-header{align-items:stretch;flex-direction:column}.site-header nav{overflow-x:auto;width:100%;justify-content:flex-start}.header-cta{width:100%}.hero,.security-band,.beta{grid-template-columns:1fr}.hero{min-height:auto;padding-top:56px}.card-grid,.platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.beta .button{width:100%}}@media(max-width:620px){.site-header,main,footer{width:min(100% - 22px,1160px)}h1{font-size:clamp(3rem,16vw,4.7rem)}.actions,footer{align-items:stretch;flex-direction:column}.button{width:100%}.product-card{border-radius:22px}.preview-message--own{margin-left:0}.card-grid,.platform-grid{grid-template-columns:1fr}.security-band,.beta{padding:22px}footer nav{justify-content:flex-start;flex-wrap:wrap}}
