:root{--bg:#0e0e10;--bg-header:rgba(15,15,15,.72);--surface:#1a1a1e;--surface-2:#202024;--border:#28282e;--border-2:#3b3b3b;--text:#fbfbfb;--text-2:#9b9ca1;--text-3:#6c6c72;--brand:#a3dc2f;--brand-ink:#16210a;--blue:#2b59ff;--teal:#34e0c0;--radius:22px;--radius-sm:14px;--maxw:1200px;--font:"DM Sans",system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}::selection{background:var(--brand);color:var(--brand-ink)}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}section{position:relative}.pad{padding:clamp(64px,9vw,118px) 0}h1,h2,h3{letter-spacing:-.02em;line-height:1.08;font-weight:700}h1{font-size:clamp(38px,5.4vw,68px)}h2{font-size:clamp(30px,4vw,46px)}h3{font-size:18px;font-weight:600;letter-spacing:-.01em}.lead{color:var(--text-2);font-size:clamp(16px,1.5vw,19px);line-height:1.6}.muted{color:var(--text-3)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 24px;font-weight:600;font-size:16px;border:1px solid transparent;cursor:pointer;transition:.18s ease;white-space:nowrap}.btn-primary{background:var(--brand);color:var(--brand-ink)}.btn-primary:hover{filter:brightness(1.07);transform:translateY(-1px)}.btn-ghost{background:#1f1f1f;border-color:var(--border-2);color:var(--text)}.btn-ghost:hover{background:#262626;border-color:#4a4a4a}.btn-sm{padding:10px 18px;font-size:14px}.btn-lg{padding:16px 30px;font-size:17px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:#ffffff06;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500;color:var(--text-2)}.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 10px var(--brand)}.sec-head{max-width:680px;margin:0 auto 56px;text-align:center}.sec-head .eyebrow{margin-bottom:20px}.sec-head p{margin-top:16px}header.nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);background:var(--bg-header);border-bottom:.8px solid #161616}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.brand{display:flex;align-items:center;gap:9px;font-weight:700;font-size:20px;letter-spacing:-.02em}.brand .mark{width:30px;height:30px;border-radius:8px;background:var(--brand);display:flex;align-items:center;justify-content:center}.brand .mark svg{width:18px;height:18px}.nav-links{display:flex;align-items:center;gap:4px;border-radius:64px;padding:4px}.nav-links a{padding:8px 14px;font-size:16px;color:var(--text-2);border-radius:999px;transition:.15s}.nav-links a:hover{color:var(--text);background:#ffffff0a}.nav-cta{display:flex;align-items:center;gap:10px}.nav-cta .signin{font-size:15px;color:var(--text-2);padding:8px 6px}.nav-cta .signin:hover{color:var(--text)}.hamburger{display:none;background:#1f1f1f;border:1px solid var(--border-2);border-radius:12px;width:42px;height:42px;align-items:center;justify-content:center;cursor:pointer}.hamburger span{display:block;width:18px;height:2px;background:var(--text);position:relative}.hamburger span:before,.hamburger span:after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--text)}.hamburger span:before{top:-6px}.hamburger span:after{top:6px}.hero{text-align:center;padding-top:clamp(56px,7vw,96px);padding-bottom:0;overflow:hidden}.hero:before{content:"";position:absolute;top:-180px;left:50%;transform:translate(-50%);width:900px;height:560px;border-radius:50%;background:radial-gradient(closest-side,#a3dc2f29,#a3dc2f00);filter:blur(20px);pointer-events:none;z-index:0}.hero .wrap{position:relative;z-index:1}.hero h1{margin:24px auto 0;max-width:880px}.hero h1 .hl{color:var(--brand)}.hero .lead{margin:22px auto 0;max-width:680px}.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:34px}.hero-sub{margin-top:16px;font-size:14px;color:var(--text-3)}.trust{display:flex;gap:10px 28px;justify-content:center;flex-wrap:wrap;margin-top:40px;font-size:13.5px;color:var(--text-3)}.trust span{display:inline-flex;align-items:center;gap:8px}.trust .tk{width:6px;height:6px;border-radius:50%;background:var(--text-3)}.console-wrap{margin-top:64px;position:relative}.console-wrap:after{content:"";position:absolute;inset:auto 0 -40px;height:160px;background:linear-gradient(transparent,var(--bg));pointer-events:none}.console{text-align:left;background:linear-gradient(180deg,#161619,#141417);border:1px solid var(--border);border-radius:26px;padding:18px;box-shadow:0 40px 120px -40px #000c}.console-top{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.stat{background:#1b1b1f;border:1px solid var(--border);border-radius:18px;padding:20px 22px;display:flex;flex-direction:column;gap:14px}.stat .row{display:flex;align-items:flex-start;justify-content:space-between}.stat .lbl{font-size:14px;color:var(--text-2)}.stat .delta{font-size:13px;font-weight:600;color:var(--brand)}.stat .delta.blue{color:#6f8cff}.stat .val{font-size:clamp(26px,3vw,38px);font-weight:600;letter-spacing:-.02em;display:flex;align-items:center;justify-content:space-between;gap:10px}.spark{display:flex;align-items:flex-end;gap:3px;height:30px}.spark i{width:4px;border-radius:2px;background:var(--brand);opacity:.9}.spark.blue i{background:#6f8cff}.console-bottom{display:grid;grid-template-columns:1fr 1.7fr 1fr;gap:14px}.panel{background:#1b1b1f;border:1px solid var(--border);border-radius:18px;padding:20px}.panel .ph{font-size:13px;color:var(--text-2);margin-bottom:6px}.panel .big{font-size:34px;font-weight:600;letter-spacing:-.02em}.panel .divider{height:1px;background:var(--border);margin:18px 0}.mini{display:flex;justify-content:space-between;align-items:baseline;margin-top:12px}.mini .k{font-size:13px;color:var(--text-2)}.mini .v{font-size:16px;font-weight:600}.tabs{display:flex;gap:14px;font-size:13px;color:var(--text-3)}.tabs .on{color:var(--text);position:relative}.tabs .on:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--brand);border-radius:2px}.chart-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.camp{display:flex;flex-direction:column;gap:16px}.camp .item .top{display:flex;align-items:center;justify-content:space-between;font-size:14px}.camp .item .top .nm{display:flex;align-items:center;gap:8px}.camp .status{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 8px var(--brand)}.camp .status.idle{background:var(--text-3);box-shadow:none}.camp .bar{height:6px;border-radius:4px;background:#2a2a30;margin-top:9px;overflow:hidden}.camp .bar i{display:block;height:100%;background:var(--brand);border-radius:4px}.camp .item .tag{font-size:12px;color:var(--text-3)}.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.path-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px}.path-num{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--brand);font-weight:600;margin-bottom:16px}.path-num b{display:inline-flex;width:26px;height:26px;border-radius:8px;background:#a3dc2f1f;border:1px solid rgba(163,220,47,.3);align-items:center;justify-content:center;color:var(--brand)}.path-card h3{margin-bottom:8px}.path-card p{color:var(--text-2);font-size:15px}.path-arrow{color:var(--text-3)}.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:.18s}.feat:hover{border-color:#383840;background:#1d1d22}.feat .ic{width:44px;height:44px;border-radius:12px;background:#a3dc2f1a;border:1px solid rgba(163,220,47,.22);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feat .ic svg{width:22px;height:22px;stroke:var(--brand)}.feat h3{margin-bottom:8px}.feat p{color:var(--text-2);font-size:15px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.step{position:relative;padding-top:30px}.step:before{counter-increment:step;content:"0" counter(step);position:absolute;top:0;left:0;font-size:14px;font-weight:600;color:var(--brand)}.step .line{height:1px;background:var(--border);margin-bottom:18px;position:relative}.step .line:before{content:"";position:absolute;left:0;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--brand)}.step h3{margin-bottom:6px}.step p{color:var(--text-2);font-size:14.5px}.band{background:linear-gradient(180deg,#161619,#141417);border:1px solid var(--border);border-radius:26px;padding:clamp(34px,5vw,60px);display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap}.band .t{max-width:560px}.band h2{font-size:clamp(26px,3vw,38px);margin-bottom:14px}.band p{color:var(--text-2)}.band-stats{display:flex;gap:40px;flex-wrap:wrap}.band-stats .s .n{font-size:32px;font-weight:700;letter-spacing:-.02em}.band-stats .s .n .u{color:var(--brand)}.band-stats .s .k{font-size:13.5px;color:var(--text-3);margin-top:2px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.plan{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;gap:18px;position:relative}.plan.pop{background:var(--surface-2);border-color:#3a4a22}.plan .badge{position:absolute;top:22px;right:22px;font-size:12px;font-weight:600;color:var(--brand);border:1px solid rgba(163,220,47,.4);border-radius:999px;padding:4px 10px}.plan .pname{font-size:20px;font-weight:600}.plan.pop .pname,.plan.biz .pname{color:var(--brand)}.plan .pdesc{font-size:14px;color:var(--text-2);min-height:40px}.plan .price{display:flex;align-items:baseline;gap:4px}.plan .price .amt{font-size:42px;font-weight:700;letter-spacing:-.02em}.plan .price .per{font-size:14px;color:var(--text-3)}.plan .divider{height:1px;background:var(--border)}.plan ul{list-style:none;display:flex;flex-direction:column;gap:11px}.plan li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:#d4d4d8}.plan li svg{flex:0 0 auto;width:16px;height:16px;stroke:var(--brand);margin-top:3px}.plan .btn{width:100%}.enterprise{margin-top:16px;background:linear-gradient(180deg,#1c1c20,#171719);border:1px solid #36421f;border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;gap:26px}.ent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.ent-head .pname{font-size:20px;font-weight:600;color:var(--brand)}.ent-head .pdesc{color:var(--text-2);font-size:14.5px;margin-top:6px;max-width:560px}.ent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px 30px}.ent-item{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;color:#d4d4d8}.ent-item svg{flex:0 0 auto;width:17px;height:17px;stroke:var(--brand);fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;margin-top:2px}.faq{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:12px}details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px 22px;transition:.15s}details[open]{background:#1d1d22;border-color:#33333a}summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:600;font-size:16.5px}summary::-webkit-details-marker{display:none}summary .chev{flex:0 0 auto;width:20px;height:20px;position:relative;transition:.2s}summary .chev:before,summary .chev:after{content:"";position:absolute;top:9px;width:11px;height:2px;background:var(--text-2);border-radius:2px}summary .chev:before{left:0;transform:rotate(45deg)}summary .chev:after{right:0;transform:rotate(-45deg)}details[open] summary .chev{transform:rotate(180deg)}details p{padding:0 0 20px;color:var(--text-2);font-size:15px;line-height:1.6}.cta{text-align:center;background:radial-gradient(closest-side,rgba(163,220,47,.1),transparent),linear-gradient(180deg,#161619,#141417);border:1px solid var(--border);border-radius:26px;padding:clamp(48px,7vw,84px) 24px}.cta h2{max-width:620px;margin:0 auto 16px}.cta .lead{max-width:520px;margin:0 auto 30px}.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}footer{border-top:1px solid var(--border);margin-top:clamp(64px,9vw,118px);padding:56px 0 40px}.foot{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:28px}.foot .about{max-width:300px}.foot .about p{color:var(--text-3);font-size:14px;margin-top:14px}.foot .ea{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:12.5px;color:var(--text-2);border:1px solid var(--border);border-radius:999px;padding:5px 12px}.foot .ea .dot{width:6px;height:6px;border-radius:50%;background:var(--brand)}.foot h4{font-size:13px;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-weight:600}.foot ul{list-style:none;display:flex;flex-direction:column;gap:11px}.foot a{color:var(--text-2);font-size:14.5px}.foot a:hover{color:var(--text)}.foot-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:48px;padding-top:24px;border-top:1px solid var(--border);font-size:13.5px;color:var(--text-3)}.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.split .pts{list-style:none;display:flex;flex-direction:column;gap:18px;margin-top:26px}.split .pts li{display:flex;gap:13px;align-items:flex-start}.split .pts li svg{flex:0 0 auto;width:22px;height:22px;stroke:var(--brand);fill:none;margin-top:1px}.split .pts h4{font-size:15.5px;font-weight:600;margin-bottom:3px}.split .pts p{font-size:14px;color:var(--text-2)}.disp{display:flex;flex-direction:column;gap:15px}.disp .r{display:flex;flex-direction:column;gap:8px}.disp .r .t{display:flex;justify-content:space-between;font-size:13.5px;color:var(--text-2)}.disp .r .t b{color:var(--text);font-weight:600}.disp .bar{height:7px;border-radius:4px;background:#2a2a30;overflow:hidden}.disp .bar i{display:block;height:100%;border-radius:4px;background:var(--brand)}.disp .bar i.blue{background:#6f8cff}.disp .bar i.mut{background:#4b4b52}.snippet{margin-top:18px;border-top:1px solid var(--border);padding-top:16px;display:flex;flex-direction:column;gap:11px}.snippet .ln{display:flex;gap:12px;font-size:13.5px;line-height:1.45}.snippet .who{color:var(--text-3);flex:0 0 50px;font-weight:500}.snippet .who.ai{color:var(--brand)}.snippet .msg{color:#d4d4d8}.umeter{margin-bottom:20px}.umeter .t{display:flex;justify-content:space-between;font-size:13.5px;color:var(--text-2);margin-bottom:8px}.umeter .t b{color:var(--text);font-weight:600}.umeter .bar{height:7px;border-radius:4px;background:#2a2a30;overflow:hidden}.umeter .bar i{display:block;height:100%;background:var(--brand);border-radius:4px}.cmp-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}table.cmp{width:100%;border-collapse:collapse;min-width:760px}table.cmp th,table.cmp td{padding:18px 22px;text-align:left;border-bottom:1px solid var(--border)}table.cmp thead th{font-weight:600;color:var(--text-2);font-size:13.5px}table.cmp thead th.vc-col{color:var(--brand);font-size:15px}table.cmp .dim{color:var(--text);font-weight:500;font-size:14.5px}table.cmp .vc-col{background:#a3dc2f0d}table.cmp tbody tr:last-child td{border-bottom:none}.mk{display:inline-flex;width:24px;height:24px;border-radius:50%;align-items:center;justify-content:center}.mk svg{width:13px;height:13px;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.mk.y{background:#a3dc2f24}.mk.y svg{stroke:var(--brand)}.mk.n{background:#ffffff0a}.mk.n svg{stroke:var(--text-3)}.mk.p{width:auto;height:auto;font-size:12.5px;color:var(--text-3);border:1px solid var(--border);border-radius:999px;padding:3px 11px}.sec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sec-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:24px;display:flex;gap:14px;align-items:flex-start}.sec-item .si{flex:0 0 auto;width:40px;height:40px;border-radius:11px;background:#a3dc2f1a;border:1px solid rgba(163,220,47,.2);display:flex;align-items:center;justify-content:center}.sec-item .si svg{width:19px;height:19px;stroke:var(--brand);fill:none}.sec-item h4{font-size:15px;font-weight:600;margin-bottom:5px}.sec-item p{font-size:13.5px;color:var(--text-2);line-height:1.5}@media(max-width:900px){.nav-links{display:none;position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;gap:2px;background:#101012;border-bottom:1px solid var(--border);padding:14px 24px}.nav-links.open{display:flex}.nav-links a{padding:12px 14px;font-size:16px}.nav-cta .signin{display:none}.hamburger{display:flex}.console-bottom,.console-top,.path-grid,.bento,.steps,.price-grid,.split,.sec-grid,.ent-grid{grid-template-columns:1fr}.band{flex-direction:column;align-items:flex-start}.foot{grid-template-columns:1fr 1fr}.foot .about{grid-column:1/-1}}@media(max-width:560px){.foot{grid-template-columns:1fr}.hero-cta .btn,.cta-btns .btn{flex:1 1 100%}}.legal{max-width:800px;margin:0 auto;padding:clamp(48px,7vw,88px) 0}.legal .eyebrow{margin-bottom:18px}.legal h1{font-size:clamp(32px,4vw,46px);margin-bottom:10px}.legal .updated{color:var(--text-3);font-size:14px;margin-bottom:14px}.legal .disclaimer{background:#a3dc2f0f;border:1px solid #36421f;border-radius:var(--radius-sm);padding:16px 20px;font-size:14px;color:var(--text-2);margin:22px 0 34px}.legal .disclaimer strong{color:var(--brand)}.legal .toc{border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 22px;margin-bottom:34px}.legal .toc h4{font-size:13px;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-weight:600}.legal .toc ol{margin:0 0 0 20px;color:var(--text-2);font-size:14.5px;line-height:1.6;display:flex;flex-direction:column;gap:4px}.legal h2{font-size:22px;margin:38px 0 12px;letter-spacing:-.01em;scroll-margin-top:90px}.legal h3{font-size:17px;margin:22px 0 8px}.legal p{color:var(--text-2);font-size:15.5px;line-height:1.7;margin-bottom:14px}.legal ul{color:var(--text-2);font-size:15.5px;line-height:1.7;margin:0 0 16px 22px;display:flex;flex-direction:column;gap:7px}.legal li{padding-left:4px}.legal a{color:var(--brand)}.legal a:hover{text-decoration:underline}.legal strong{color:var(--text)}
