[data-v2=true] .surface{--surface-1:var(--bg-1);--surface-2:var(--bg-2);--surface-3:var(--bg-3);--border-subtle:var(--line);--border:var(--line-2);--border-strong:var(--line-3);--text:var(--fg);--text-muted:var(--fg-2);--text-subtle:var(--fg-3);--text-faint:var(--fg-4);--accent-fg:#fff;--row-hover:var(--bg-2);--success:var(--mint);--success-soft:var(--mint-soft);--success-line:#7ee0b84d;--warning:var(--amber);--warning-soft:var(--amber-soft);--warning-line:#f5b4544d;--danger:var(--red);--danger-soft:var(--red-soft);--danger-line:#ff7a734d;--info:var(--blue);--info-soft:var(--blue-soft);--info-line:#6ea8fe4d;--r-sm:4px;--r:6px;--r-md:8px;--r-lg:10px;--font-mono:"Geist Mono", ui-monospace, monospace}[data-v2=true] .surface .page-head{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}[data-v2=true] .surface .page-head h1{letter-spacing:-.018em;color:var(--text);font-size:22px;font-weight:580}[data-v2=true] .surface .page-head .sub{color:var(--text-muted);margin-top:4px;font-size:13px}[data-v2=true] .surface .page-head__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}[data-v2=true] .surface .btn{height:28px;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:0 10px;font-size:12.5px;font-weight:500;transition:background .1s,border-color .1s;display:inline-flex}[data-v2=true] .surface .btn:hover{background:var(--surface-3);border-color:var(--border-strong)}[data-v2=true] .surface .btn--ghost{color:var(--text-muted);background:0 0;border-color:#0000}[data-v2=true] .surface .btn--ghost:hover{background:var(--surface-2);color:var(--text);border-color:var(--border-subtle)}[data-v2=true] .surface .btn--primary{background:var(--text);color:var(--bg);border-color:var(--text)}[data-v2=true] .surface .btn--primary:hover{background:var(--fg-1);border-color:var(--fg-1)}[data-v2=true] .surface .btn--accent{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}[data-v2=true] .surface .btn--accent:hover{background:var(--accent-hover);border-color:var(--accent-hover)}[data-v2=true] .surface .btn--danger{color:var(--danger);border-color:var(--border)}[data-v2=true] .surface .btn--danger:hover{background:var(--danger-soft);border-color:var(--danger)}[data-v2=true] .surface .btn--sm{height:24px;padding:0 8px;font-size:12px}[data-v2=true] .surface .btn--lg{height:32px;padding:0 12px;font-size:13px}[data-v2=true] .surface .btn--icon{justify-content:center;width:28px;padding:0}[data-v2=true] .surface .btn--icon.btn--sm{width:24px}[data-v2=true] .surface .card{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--r-md)}[data-v2=true] .surface .card__head{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}[data-v2=true] .surface .card__title{letter-spacing:-.005em;color:var(--text);font-size:13px;font-weight:540}[data-v2=true] .surface .card__sub{color:var(--text-subtle);font-size:12px}[data-v2=true] .surface .card__body{padding:16px}[data-v2=true] .surface .card__foot{border-top:1px solid var(--border-subtle);color:var(--text-muted);justify-content:space-between;align-items:center;padding:10px 16px;font-size:12px;display:flex}[data-v2=true] .surface .section{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}[data-v2=true] .surface .section h2{letter-spacing:-.003em;color:var(--text);font-size:13px;font-weight:540}[data-v2=true] .surface .section .meta{color:var(--text-subtle);font-size:12px}[data-v2=true] .surface .stat-row{border:1px solid var(--border-subtle);border-radius:var(--r-md);background:var(--surface-1);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}[data-v2=true] .surface .stat{border-right:1px solid var(--border-subtle);padding:16px 18px 18px;position:relative}[data-v2=true] .surface .stat:last-child{border-right:none}[data-v2=true] .surface .stat__label{color:var(--text-muted);letter-spacing:-.002em;align-items:center;gap:6px;font-size:11.5px;font-weight:500;display:flex}[data-v2=true] .surface .stat__value{letter-spacing:-.022em;font-variant-numeric:tabular-nums;color:var(--text);margin-top:8px;font-size:24px;font-weight:540;line-height:1.1}[data-v2=true] .surface .stat__delta{color:var(--text-subtle);font-variant-numeric:tabular-nums;align-items:center;gap:5px;margin-top:6px;font-size:11.5px;display:flex}[data-v2=true] .surface .stat__delta .up{color:var(--success)}[data-v2=true] .surface .stat__delta .down{color:var(--danger)}[data-v2=true] .surface .pill{letter-spacing:-.002em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;height:19px;padding:0 7px;font-size:11px;font-weight:500;display:inline-flex}[data-v2=true] .surface .pill .d{border-radius:50%;width:5px;height:5px}[data-v2=true] .surface .pill--neutral{background:var(--surface-2);color:var(--text-muted);border-color:var(--border-subtle)}[data-v2=true] .surface .pill--neutral .d{background:var(--text-subtle)}[data-v2=true] .surface .pill--success{background:var(--success-soft);color:var(--success);border-color:var(--success-line)}[data-v2=true] .surface .pill--success .d{background:var(--success)}[data-v2=true] .surface .pill--warning{background:var(--warning-soft);color:var(--warning);border-color:var(--warning-line)}[data-v2=true] .surface .pill--warning .d{background:var(--warning)}[data-v2=true] .surface .pill--danger{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-line)}[data-v2=true] .surface .pill--danger .d{background:var(--danger)}[data-v2=true] .surface .pill--info{background:var(--info-soft);color:var(--info);border-color:var(--info-line)}[data-v2=true] .surface .pill--info .d{background:var(--info)}[data-v2=true] .surface .pill--accent{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-line)}[data-v2=true] .surface .pill--accent .d{background:var(--accent)}[data-v2=true] .surface .tag{height:18px;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border-subtle);font-variant-numeric:tabular-nums;border-radius:3px;align-items:center;padding:0 6px;font-size:11px;display:inline-flex}[data-v2=true] .surface .card{overflow-x:auto}[data-v2=true] .surface .card .table{border-collapse:separate;border-spacing:0;width:100%;font-size:12.5px}[data-v2=true] .surface .card .table th,[data-v2=true] .surface .card .table td{white-space:nowrap}[data-v2=true] .surface .card .table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);border-bottom:1px solid var(--border-subtle);background:0 0;padding:10px 12px;font-size:11px;font-weight:500}[data-v2=true] .surface .card .table td{border-bottom:1px solid var(--border-subtle);color:var(--text);vertical-align:middle;padding:12px}[data-v2=true] .surface .card .table tr:last-child td{border-bottom:none}[data-v2=true] .surface .card .table tbody tr{transition:background 80ms}[data-v2=true] .surface .card .table tbody tr:hover{background:var(--row-hover)}[data-v2=true] .surface .card .table .num{font-variant-numeric:tabular-nums;text-align:right}[data-v2=true] .surface .card .table .muted{color:var(--text-muted)}[data-v2=true] .surface .mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}[data-v2=true] .surface .num{font-variant-numeric:tabular-nums}[data-v2=true] .surface .text-faint{color:var(--text-faint)}[data-v2=true] .surface .muted{color:var(--text-muted)}[data-v2=true] .surface .grow{flex:1}[data-v2=true] .surface .avatar{color:#eff2f5;color:lab(95.3562% -.55331 -1.78927);background:#44576b;background:lab(36.1172% -3.41733 -13.8782);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:10.5px;font-weight:600;display:inline-flex}[data-v2=true] .surface .avatar--md{width:28px;height:28px;font-size:11px}[data-v2=true] .surface .avatar--lg{width:36px;height:36px;font-size:12.5px}[data-v2=true] .surface .input{height:30px;color:var(--text);background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--r);outline:none;width:100%;padding:0 10px;font-family:inherit;font-size:12.5px;transition:border-color .12s,background .12s}[data-v2=true] .surface .input:hover{border-color:var(--border)}[data-v2=true] .surface .input:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}[data-v2=true] .surface .input::placeholder{color:var(--text-subtle)}[data-v2=true] .surface .input--lg{height:36px;padding:0 12px;font-size:13px}[data-v2=true] .surface .field{flex-direction:column;gap:6px;display:flex}[data-v2=true] .surface .field__label{color:var(--text-muted);letter-spacing:-.002em;font-size:11.5px;font-weight:500}[data-v2=true] .surface .field__hint{color:var(--text-subtle);font-size:11px}[data-v2=true] .surface .search-inline{align-items:center;display:flex;position:relative}[data-v2=true] .surface .search-inline svg{color:var(--text-subtle);pointer-events:none;position:absolute;left:9px}[data-v2=true] .surface .search-inline input{padding-left:30px}[data-v2=true] .surface .tabs{border-bottom:1px solid var(--border-subtle);align-items:center;gap:0;margin-bottom:20px;display:flex}[data-v2=true] .surface .tab{color:var(--text-subtle);cursor:pointer;border-bottom:1px solid #0000;margin-bottom:-1px;padding:9px 14px;font-size:12.5px;font-weight:500;transition:color .1s;position:relative}[data-v2=true] .surface .tab:hover{color:var(--text-muted)}[data-v2=true] .surface .tab.is-active{color:var(--text);border-bottom-color:var(--text)}[data-v2=true] .surface .tab .count{font-family:var(--font-mono);color:var(--text-faint);margin-left:6px;font-size:10.5px}[data-v2=true] .surface .seg{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--r);padding:2px;display:inline-flex}[data-v2=true] .surface .seg__btn{height:22px;color:var(--text-subtle);cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:5px;padding:0 9px;font-size:12px;font-weight:500;display:inline-flex}[data-v2=true] .surface .seg__btn:hover{color:var(--text-muted)}[data-v2=true] .surface .seg__btn.is-active{background:var(--surface-3);color:var(--text)}[data-v2=true] .surface .filterbar{align-items:center;gap:8px;margin-bottom:16px;display:flex}[data-v2=true] .surface .filterbar .search-inline{flex:1;max-width:320px}[data-v2=true] .surface .empty{text-align:center;color:var(--text-muted);padding:64px 24px}[data-v2=true] .surface .empty h3{margin-bottom:4px;font-size:14px}[data-v2=true] .surface .empty p{color:var(--text-subtle);font-size:12.5px}[data-v2=true] .surface .divider{background:var(--border-subtle);border:none;height:1px;margin:20px 0}[data-v2=true] .surface .two-col{grid-template-columns:1fr 320px;gap:20px;display:grid}[data-v2=true] .surface .three-two{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:20px;display:grid}[data-v2=true] .surface .fin-cur{align-items:center;gap:6px;margin-bottom:14px;display:flex}[data-v2=true] .surface .fin-cur__btn{height:26px;color:var(--text-muted);background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--r);cursor:pointer;padding:0 12px;font-size:12px;font-weight:500}[data-v2=true] .surface .fin-cur__btn.is-active{background:var(--surface-3);color:var(--text);border-color:var(--border)}[data-v2=true] .surface .fade-in{animation:.18s ease-out mock-fade-in}@keyframes mock-fade-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}
[data-v2=true] section.page-head{border-top:0;padding:120px 0 56px;position:relative;overflow:hidden}[data-v2=true] section.page-head .glow{background:radial-gradient(ellipse at center, var(--accent-soft) 0%, transparent 60%);filter:blur(60px);pointer-events:none;width:1000px;height:500px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}[data-v2=true] section.page-head .grid{background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.4;pointer-events:none;background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(50% 60% at 50% 30%,#000 30%,#0000 75%);mask-image:radial-gradient(50% 60% at 50% 30%,#000 30%,#0000 75%)}[data-v2=true] .billing-toggle{border:1px solid var(--line-2);background:var(--bg-1);border-radius:999px;align-items:center;gap:0;margin-top:32px;padding:4px;display:inline-flex}[data-v2=true] .billing-toggle button{color:var(--fg-2);background:0 0;border:0;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:500;transition:all .14s}[data-v2=true] .billing-toggle button.on{background:var(--bg-3);color:var(--fg);box-shadow:inset 0 0 0 .5px var(--line-3)}[data-v2=true] .billing-toggle .save{color:var(--mint);text-transform:uppercase;letter-spacing:.06em;margin-left:6px;font-size:10.5px;font-weight:500}[data-v2=true] .tiers{border:1px solid var(--line);background:var(--bg-1);border-radius:14px;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:48px;display:grid;overflow:hidden}[data-v2=true] .tier{border-right:1px solid var(--line);flex-direction:column;gap:18px;padding:28px 24px 24px;transition:background .2s;display:flex;position:relative}[data-v2=true] .tier:last-child{border-right:0}[data-v2=true] .tier:hover{background:var(--bg-2)}[data-v2=true] .tier.featured{background:color-mix(in oklab, var(--accent) 5%, transparent)}[data-v2=true] .tier .nm{color:var(--fg);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}[data-v2=true] .tier .nm .recommended{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--accent-line);background:var(--accent-soft);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500}[data-v2=true] .tier .desc{color:var(--fg-2);min-height:34px;font-size:13px;line-height:1.5}[data-v2=true] .tier .pr{letter-spacing:-.025em;font-variant-numeric:tabular-nums;color:var(--fg);font-size:36px;font-weight:500;line-height:1}[data-v2=true] .tier .pr small{color:var(--fg-2);margin-left:4px;font-size:13px;font-weight:400}[data-v2=true] .tier ul{flex-direction:column;gap:10px;margin-top:4px;padding:0;list-style:none;display:flex}[data-v2=true] .tier ul li{color:var(--fg-1);align-items:flex-start;gap:9px;font-size:13px;line-height:1.5;display:flex}[data-v2=true] .tier ul li svg{color:var(--accent);flex-shrink:0;margin-top:3px}[data-v2=true] .tier .cta{margin-top:auto}[data-v2=true] .pricing-compare{border:1px solid var(--line);background:var(--bg-1);border-radius:14px;margin-top:96px;font-size:13.5px;overflow:hidden}[data-v2=true] .pc-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(220px,1.6fr) repeat(4,minmax(0,1fr));align-items:center;min-height:44px;padding:0 18px;display:grid}[data-v2=true] .pc-row:last-child{border-bottom:0}[data-v2=true] .pc-row>*{padding:10px 14px}[data-v2=true] .pc-row>:first-child{padding-left:0}[data-v2=true] .pc-row>:last-child{padding-right:0}[data-v2=true] .pc-head{background:var(--bg);text-transform:uppercase;letter-spacing:.07em;min-height:40px;color:var(--fg-3);font-size:11.5px;font-weight:500}[data-v2=true] .pc-head>:not(:first-child){text-align:center}[data-v2=true] .pc-section{background:var(--bg);color:var(--fg-3);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line);padding:12px 18px;font-size:11px;font-weight:500;display:block}[data-v2=true] .pc-row .pc-cell{text-align:center;color:var(--fg-1)}[data-v2=true] .pc-row .pc-label{color:var(--fg);text-align:left}[data-v2=true] .pc-row .check{color:var(--accent)}[data-v2=true] .pc-row .dash{color:var(--fg-4)}[data-v2=true] .addons-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:56px;display:grid}[data-v2=true] .addons-grid.addons-grid--4{grid-template-columns:repeat(4,1fr)}[data-v2=true] .addon{border:1px solid var(--line);background:var(--bg-1);border-radius:10px;flex-direction:column;gap:10px;padding:22px;display:flex}[data-v2=true] .addon h4{font-size:14px;font-weight:500}[data-v2=true] .addon p{color:var(--fg-2);font-size:13px;line-height:1.5}[data-v2=true] .addon .pr{letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:auto;font-size:24px;font-weight:500}[data-v2=true] .addon .pr small{color:var(--fg-2);margin-left:4px;font-size:12px}[data-v2=true] .pricing-faq{max-width:760px;margin:120px auto 0}[data-v2=true] .art-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}[data-v2=true] .art-card{border:1px solid var(--line);background:var(--bg-1);min-height:220px;color:inherit;border-radius:12px;flex-direction:column;gap:14px;padding:24px;text-decoration:none;transition:all .2s;display:flex}[data-v2=true] .art-card:hover{border-color:var(--line-3);background:var(--bg-2);transform:translateY(-2px)}[data-v2=true] .art-card .cat{color:var(--accent);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:500}[data-v2=true] .art-card h3{letter-spacing:-.015em;font-size:18px;font-weight:500;line-height:1.3}[data-v2=true] .art-card p{color:var(--fg-2);font-size:13.5px;line-height:1.55}[data-v2=true] .art-card .meta{border-top:1px solid var(--line);color:var(--fg-3);justify-content:space-between;margin-top:auto;padding-top:12px;font-family:Geist Mono,ui-monospace,monospace;font-size:11.5px;display:flex}[data-v2=true] .changelog{flex-direction:column;gap:48px;max-width:820px;margin:0 auto;display:flex}[data-v2=true] .cl-entry{border:1px solid var(--line);background:var(--bg-1);border-radius:12px;padding:28px}[data-v2=true] .cl-head{flex-wrap:wrap;align-items:baseline;gap:14px;margin-bottom:18px;display:flex}[data-v2=true] .cl-head .v{color:var(--fg);font-family:Geist Mono,ui-monospace,monospace;font-size:18px;font-weight:500}[data-v2=true] .cl-head .date{color:var(--fg-3);font-family:Geist Mono,ui-monospace,monospace;font-size:12px}[data-v2=true] .cl-entry h3{letter-spacing:-.02em;margin-bottom:14px;font-size:20px;font-weight:500}[data-v2=true] .cl-entry ul{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}[data-v2=true] .cl-entry ul li{color:var(--fg-1);grid-template-columns:70px 1fr;gap:12px;font-size:13.5px;line-height:1.55;display:grid}[data-v2=true] .cl-entry ul li .tag{color:var(--fg-2);border:1px solid var(--line-2);text-transform:uppercase;letter-spacing:.06em;background:var(--bg-2);border-radius:4px;justify-content:center;align-self:start;align-items:center;height:18px;padding:1px 6px;font-size:10.5px;font-weight:500;display:inline-flex}[data-v2=true] .cl-entry ul li .tag.new{color:#fff;background:var(--mint);border-color:#0000}[data-v2=true] .cl-entry ul li .tag.fix{color:#fff;background:var(--blue);border-color:#0000}[data-v2=true] .cl-entry ul li .tag.imp{color:#fff;background:var(--amber);border-color:#0000}[data-v2=true][data-theme=dark] .cl-entry ul li .tag.new,[data-v2=true][data-theme=dark] .cl-entry ul li .tag.fix,[data-v2=true][data-theme=dark] .cl-entry ul li .tag.imp{color:var(--bg)}[data-v2=true] .cl-head .badge{background:var(--fg);color:var(--bg);border-color:#0000}[data-v2=true] .cl-head .badge.mint{background:var(--mint);color:#fff;border-color:#0000}[data-v2=true] .cl-head .badge.amber{background:var(--amber);color:#fff;border-color:#0000}[data-v2=true] .cl-head .badge.red{background:var(--red);color:#fff;border-color:#0000}[data-v2=true] .cl-head .badge.purple{background:var(--accent);color:#fff;border-color:#0000}[data-v2=true] .cl-head .badge.blue{background:var(--blue);color:#fff;border-color:#0000}[data-v2=true] .cl-head .badge .ddot{opacity:.75;background:currentColor}[data-v2=true][data-theme=dark] .cl-head .badge.mint,[data-v2=true][data-theme=dark] .cl-head .badge.amber,[data-v2=true][data-theme=dark] .cl-head .badge.red,[data-v2=true][data-theme=dark] .cl-head .badge.purple,[data-v2=true][data-theme=dark] .cl-head .badge.blue{color:var(--bg)}[data-v2=true] .roadmap{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}[data-v2=true] .rm-col{border:1px solid var(--line);background:var(--bg-1);border-radius:12px;flex-direction:column;gap:16px;padding:22px;display:flex}[data-v2=true] .rm-col h4{color:var(--fg-3);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:12px;font-size:11px;font-weight:500;display:flex}[data-v2=true] .rm-col h4 .count{color:var(--fg-3);font-family:Geist Mono,ui-monospace,monospace;font-size:11px}[data-v2=true] .rm-item{background:var(--bg-2);border:1px solid var(--line);border-radius:8px;flex-direction:column;gap:6px;padding:12px;display:flex}[data-v2=true] .rm-item .ttl{color:var(--fg);font-size:13.5px;font-weight:500}[data-v2=true] .rm-item .ds{color:var(--fg-2);font-size:12.5px;line-height:1.5}[data-v2=true] .cust-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}[data-v2=true] .cust{border:1px solid var(--line);background:var(--bg-1);border-radius:12px;flex-direction:column;gap:18px;min-height:260px;padding:28px;display:flex}[data-v2=true] .cust .logo{background:var(--bg-2);border:1px solid var(--line);width:36px;height:36px;color:var(--fg-1);border-radius:8px;place-items:center;font-size:14px;font-weight:600;display:grid}[data-v2=true] .cust q{color:var(--fg);quotes:none;font-size:14.5px;font-style:normal;line-height:1.55}[data-v2=true] .cust q:before,[data-v2=true] .cust q:after{content:""}[data-v2=true] .cust .who{color:var(--fg-2);align-items:center;gap:12px;font-size:12.5px;display:flex}[data-v2=true] .cust .who b{color:var(--fg);font-size:13.5px;font-weight:500;display:block}[data-v2=true] .cust .who span{color:var(--fg-3);font-size:12px}[data-v2=true] .cust .av{background:var(--bg-2);border:1px solid var(--line);width:32px;height:32px;color:var(--fg-1);border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid}[data-v2=true] .cust .metrics{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:12px;margin-top:auto;padding-top:16px;display:grid}[data-v2=true] .cust .m b{letter-spacing:-.01em;color:var(--fg);font-variant-numeric:tabular-nums;font-size:18px;font-weight:500;line-height:1;display:block}[data-v2=true] .cust .m span{color:var(--fg-3);text-transform:uppercase;letter-spacing:.06em;margin-top:6px;font-size:10.5px;display:block}[data-v2=true] .case-bar{border:1px solid var(--line);background:var(--bg-1);border-radius:12px;flex-wrap:wrap;align-items:center;gap:32px;margin-top:56px;padding:24px;display:flex}[data-v2=true] .case-bar .label{color:var(--fg-3);text-transform:uppercase;letter-spacing:.08em;font-size:11px}[data-v2=true] .case-bar .logos{flex-wrap:wrap;gap:28px;display:flex}[data-v2=true] .case-bar .logos span{color:var(--fg-1);letter-spacing:-.01em;font-size:14px;font-weight:500}[data-v2=true] .contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}[data-v2=true] .contact-channels{flex-direction:column;gap:18px;display:flex}[data-v2=true] .ch-card{border:1px solid var(--line-2);background:var(--bg-1);border-radius:12px;align-items:flex-start;gap:16px;padding:22px;display:flex}[data-v2=true] .ch-card .ic{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);border-radius:8px;flex-shrink:0;place-items:center;display:grid}[data-v2=true] .ch-card h4{margin-bottom:4px;font-size:14px;font-weight:500}[data-v2=true] .ch-card p{color:var(--fg-2);margin-bottom:8px;font-size:13px;line-height:1.5}[data-v2=true] .ch-card a{color:var(--fg);text-underline-offset:3px;font-size:13px;text-decoration:underline}[data-v2=true] .contact-form{border:1px solid var(--line-2);background:var(--bg-1);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:16px;padding:28px;display:flex}[data-v2=true] .contact-form label{color:var(--fg-2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:12px;font-weight:500;display:block}[data-v2=true] .contact-form input,[data-v2=true] .contact-form textarea,[data-v2=true] .contact-form select{box-sizing:border-box;background:var(--bg-2);border:1px solid var(--line-2);width:100%;color:var(--fg);border-radius:8px;padding:11px 14px;font-family:Geist,sans-serif;font-size:14px;transition:border-color .14s}[data-v2=true] .contact-form input:focus,[data-v2=true] .contact-form textarea:focus,[data-v2=true] .contact-form select:focus{border-color:var(--accent);outline:none}[data-v2=true] .contact-form textarea{resize:vertical;min-height:140px}[data-v2=true] .certs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:56px;display:flex}[data-v2=true] .cert{border:1px solid var(--line-2);background:var(--bg-1);color:var(--fg-1);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:inline-flex}[data-v2=true] .cert .d{background:var(--mint);width:6px;height:6px;box-shadow:0 0 0 3px var(--mint-soft);border-radius:50%}[data-v2=true] .sec-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}[data-v2=true] .sec-card{border:1px solid var(--line);background:var(--bg-1);border-radius:12px;flex-direction:column;gap:12px;padding:28px;display:flex}[data-v2=true] .sec-card .ic{color:var(--accent);width:20px;height:20px}[data-v2=true] .sec-card h4{font-size:15px;font-weight:500}[data-v2=true] .sec-card p{color:var(--fg-2);font-size:13px;line-height:1.55}[data-v2=true] .sec-card ul{flex-direction:column;gap:8px;margin-top:6px;padding:0;list-style:none;display:flex}[data-v2=true] .sec-card ul li{color:var(--fg-1);gap:8px;font-size:12.5px;display:flex}[data-v2=true] .sec-card ul li:before{content:"→";color:var(--accent);flex-shrink:0}[data-v2=true] .doc{max-width:720px;color:var(--fg-1);margin:0 auto;font-size:14.5px;line-height:1.7}[data-v2=true] .doc h2{letter-spacing:-.02em;color:var(--fg);margin-top:56px;margin-bottom:16px;font-size:22px;font-weight:500}[data-v2=true] .doc h2:first-child{margin-top:0}[data-v2=true] .doc h3{letter-spacing:-.01em;color:var(--fg);margin-top:32px;margin-bottom:10px;font-size:16px;font-weight:500}[data-v2=true] .doc p{color:var(--fg-1);max-width:none;margin-bottom:14px}[data-v2=true] .doc ul{margin-bottom:14px;padding-left:22px}[data-v2=true] .doc ul li{margin-bottom:6px}[data-v2=true] .doc a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}[data-v2=true] .doc .doc-meta{color:var(--fg-3);border-bottom:1px solid var(--line);margin-bottom:32px;padding-bottom:24px;font-family:Geist Mono,ui-monospace,monospace;font-size:12px}[data-v2=true]{--text-primary:var(--fg);--text-secondary:var(--fg-1);--text-muted:var(--fg-2);--bg-card:var(--bg-1);--bg-card-hover:var(--bg-2);--border:var(--line);--primary:var(--accent);--primary-light:var(--accent-hover)}@media (max-width:1100px){[data-v2=true] .tiers{grid-template-columns:repeat(2,1fr)}[data-v2=true] .tier:nth-child(2n){border-right:0}[data-v2=true] .tier:nth-child(-n+2){border-bottom:1px solid var(--line)}[data-v2=true] .addons-grid,[data-v2=true] .addons-grid.addons-grid--4,[data-v2=true] .art-grid,[data-v2=true] .roadmap,[data-v2=true] .cust-grid,[data-v2=true] .sec-grid{grid-template-columns:1fr}}@media (max-width:880px){[data-v2=true] .tiers{grid-template-columns:1fr}[data-v2=true] .tier{border-right:0;border-bottom:1px solid var(--line)}[data-v2=true] .tier:last-child{border-bottom:0}[data-v2=true] .contact-grid{grid-template-columns:1fr}}[data-v2=true] .lp-hero{text-align:center;padding:120px 0 32px;position:relative}[data-v2=true] .lp-hero .hero-ctas{justify-content:center}[data-v2=true] .lp-hero .lead,[data-v2=true] .lp-hero p,[data-v2=true] .lp-hero h1{margin-left:auto;margin-right:auto}[data-v2=true] .lp-section{padding:44px 0}[data-v2=true] .lp-section h2{letter-spacing:-.02em;max-width:24ch;font-size:28px;font-weight:500}[data-v2=true] .lp-body{max-width:64ch;margin-top:16px}[data-v2=true] .lp-body a,[data-v2=true] .lp-points a{color:var(--accent);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}[data-v2=true] .lp-body a:hover,[data-v2=true] .lp-points a:hover{color:var(--accent-hover,var(--accent))}[data-v2=true] .lp-statwrap{padding:8px 0}[data-v2=true] .lp-stats{border:1px solid var(--line);background:var(--bg-1);border-radius:14px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}[data-v2=true] .lp-stat{border-right:1px solid var(--line);padding:22px 20px}[data-v2=true] .lp-stat:last-child{border-right:0}[data-v2=true] .lp-stat-v{letter-spacing:-.02em;color:var(--fg);font-variant-numeric:tabular-nums;font-size:26px;font-weight:580;line-height:1}[data-v2=true] .lp-stat-l{color:var(--fg-2);margin-top:8px;font-size:12.5px;line-height:1.4}[data-v2=true] .lp-steps{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}[data-v2=true] .lp-step{border:1px solid var(--line);background:var(--bg-1);border-radius:12px;padding:22px}[data-v2=true] .lp-step-k{font-family:var(--mono,monospace);color:var(--accent);letter-spacing:.06em;font-size:12px}[data-v2=true] .lp-step h3{margin-top:12px;font-size:16px;font-weight:500}[data-v2=true] .lp-step p{color:var(--fg-2);margin-top:8px;font-size:13.5px;line-height:1.55}[data-v2=true] .lp-usecases{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}[data-v2=true] .lp-usecase{border:1px solid var(--line);background:var(--bg-1);color:inherit;border-radius:12px;padding:20px;text-decoration:none;transition:border-color .16s,transform .16s}[data-v2=true] .lp-usecase.is-link:hover{border-color:var(--accent);transform:translateY(-2px)}[data-v2=true] .lp-usecase h3{align-items:center;gap:6px;font-size:15px;font-weight:500;display:inline-flex}[data-v2=true] .lp-usecase h3 .arrow{color:var(--accent)}[data-v2=true] .lp-usecase p{color:var(--fg-2);margin-top:8px;font-size:13px;line-height:1.55}@media (max-width:880px){[data-v2=true] .lp-stats{grid-template-columns:repeat(2,1fr)}[data-v2=true] .lp-stat:nth-child(2){border-right:0}[data-v2=true] .lp-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}[data-v2=true] .lp-steps,[data-v2=true] .lp-usecases{grid-template-columns:1fr}}[data-v2=true] .lp-points{gap:9px;margin:16px 0 0;padding:0;list-style:none;display:grid}[data-v2=true] .lp-points li{color:var(--fg-1);padding-left:24px;font-size:13.5px;line-height:1.55;position:relative}[data-v2=true] .lp-points li:before{content:"";background:var(--accent);border-radius:2px;width:6px;height:6px;position:absolute;top:8px;left:3px}[data-v2=true] .lp-faq{gap:10px;max-width:760px;margin-top:22px;display:grid}[data-v2=true] .lp-faq-item{border:1px solid var(--line);background:var(--bg-1);border-radius:12px;padding:2px 20px}[data-v2=true] .lp-faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;font-size:14.5px;font-weight:500;list-style:none;display:flex}[data-v2=true] .lp-faq-item summary::-webkit-details-marker{display:none}[data-v2=true] .lp-faq-item summary:after{content:"+";color:var(--fg-3);font-size:20px;line-height:1;transition:transform .2s}[data-v2=true] .lp-faq-item[open] summary:after{transform:rotate(45deg)}[data-v2=true] .lp-faq-item p{color:var(--fg-2);max-width:none;padding:0 0 18px;font-size:13.5px;line-height:1.6}[data-v2=true] .lp-related{flex-wrap:wrap;gap:10px;display:flex}[data-v2=true] .lp-related-link{border:1px solid var(--line);background:var(--bg-1);color:var(--fg-1);border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;transition:border-color .18s,transform .18s;display:inline-flex}[data-v2=true] .lp-related-link:hover{border-color:var(--accent);transform:translateY(-1px)}[data-v2=true] .lp-related-link .arrow{color:var(--accent)}[data-v2=true] .lp-table-wrap{border:1px solid var(--line);background:var(--bg-1);border-radius:14px;margin-top:22px;overflow-x:auto}[data-v2=true] .lp-table{border-collapse:collapse;width:100%;min-width:560px;font-size:13.5px}[data-v2=true] .lp-table th,[data-v2=true] .lp-table td{text-align:left;border-bottom:1px solid var(--line);padding:14px 18px}[data-v2=true] .lp-table thead th{background:var(--bg-2);color:var(--fg);font-weight:600}[data-v2=true] .lp-table thead th.lp-col-us{color:var(--accent)}[data-v2=true] .lp-table tbody th{color:var(--fg);font-weight:500}[data-v2=true] .lp-table td.lp-yes{color:var(--mint);font-weight:600}[data-v2=true] .lp-table td.lp-no{color:var(--fg-3)}[data-v2=true] .lp-table tbody tr:last-child th,[data-v2=true] .lp-table tbody tr:last-child td{border-bottom:none}@media (max-width:768px){[data-v2=true] .lp-hero{padding:80px 0 20px}[data-v2=true] .lp-section{padding:30px 0}[data-v2=true] .lp-section h2{font-size:23px}}@media (prefers-reduced-motion:reduce){[data-v2=true] .reveal{opacity:1!important;transition:none!important;transform:none!important}}@media (max-width:640px){[data-v2=true] section.page-head{padding:72px 0 32px}[data-v2=true] .billing-toggle{margin-top:20px}[data-v2=true] .tiers{gap:0;margin-top:24px}[data-v2=true] .tier{gap:14px;padding:22px 18px}[data-v2=true] .tier .pr{font-size:28px}[data-v2=true] .tier .pr small{margin-top:4px;margin-left:0;font-size:12px;display:block}[data-v2=true] .pricing-compare{margin-top:56px}[data-v2=true] .addons-grid,[data-v2=true] .addons-grid.addons-grid--4{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:32px}[data-v2=true] .addon{padding:16px}[data-v2=true] .addon h4{font-size:15px}[data-v2=true] .addon p{font-size:12.5px}[data-v2=true] .addon .pr{font-size:22px}[data-v2=true] .pricing-faq{margin-top:64px}}
[data-v2=true],[data-v2=true][data-theme=light]{--metal:#b8843a;--metal-2:#e6b864;--metal-soft:#b8843a1a;--metal-line:#b8843a47;--glass-bg:#ffffff8c;--glass-line:#ffffffb3;--glass-blur:16px}[data-v2=true][data-theme=dark]{--metal:#e6b864;--metal-2:#f3d79a;--metal-soft:#e6b8641f;--metal-line:#e6b8644d;--glass-bg:#161a228c;--glass-line:#ffffff14;--glass-blur:18px}[data-v2=true] .fx-aurora{pointer-events:none;z-index:0;height:140%;position:absolute;inset:-20% -10% auto;overflow:hidden;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 35%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 35%,#0000 75%)}[data-v2=true] .fx-aurora:before,[data-v2=true] .fx-aurora:after{content:"";filter:blur(70px);opacity:.55;mix-blend-mode:screen;will-change:transform;border-radius:50%;position:absolute}[data-v2=true] .fx-aurora:before{background:radial-gradient(circle at 30% 30%, var(--accent), transparent 60%);width:46vw;height:46vw;animation:22s ease-in-out infinite alternate fx-drift-a;top:-8%;left:8%}[data-v2=true] .fx-aurora:after{background:radial-gradient(circle at 60% 40%, var(--metal-2), transparent 60%);width:40vw;height:40vw;animation:26s ease-in-out infinite alternate fx-drift-b;top:4%;right:6%}@keyframes fx-drift-a{0%{transform:translate(0,0)scale(1)}to{transform:translate(6%,4%)scale(1.12)}}@keyframes fx-drift-b{0%{transform:translate(0,0)scale(1.05)}to{transform:translate(-5%,-3%)scale(1)}}[data-v2=true] .fx-grain:after{content:"";pointer-events:none;z-index:1;opacity:var(--grain-opacity);mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}[data-v2=true] .fx-glow{pointer-events:none;z-index:0;background:radial-gradient(ellipse at center, var(--accent-soft), transparent 60%);filter:blur(40px);border-radius:50%;width:600px;height:360px;position:absolute}[data-v2=true] .fx-glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.2);backdrop-filter:blur(var(--glass-blur)) saturate(1.2);border:1px solid var(--glass-line);box-shadow:var(--shadow-lg);border-radius:16px}[data-v2=true] .fx-metal-text{background:linear-gradient(100deg, var(--metal) 0%, var(--metal-2) 45%, var(--metal) 90%);color:#0000;-webkit-background-clip:text;background-clip:text}[data-v2=true] .fx-spotlight{position:relative;overflow:hidden}[data-v2=true] .fx-spotlight:before{content:"";pointer-events:none;opacity:0;background:radial-gradient(220px circle at var(--mx,50%) var(--my,50%), var(--accent-soft), transparent 65%);transition:opacity .25s;position:absolute;inset:0}[data-v2=true] .fx-spotlight:hover:before{opacity:1}@media (prefers-reduced-motion:reduce){[data-v2=true] .fx-aurora:before,[data-v2=true] .fx-aurora:after{animation:none!important}}
