:root{--bg: #ffffff;--bg-hero: #ffffff;--surface-1: #ffffff;--surface-2: #fafaf8;--surface-3: #f4f3ee;--border: #e8e8e3;--border-strong: #d8d8d1;--text-1: #14171c;--text-2: #555b64;--text-3: #6c727b;--navy: #1b2a4d;--navy-deep: #131f3b;--accent: #0e9d6c;--accent-strong: #0a7a53;--accent-dim: rgba(14, 157, 108, .1);--accent-ink: #ffffff;--status-blue: #2d5bff;--status-violet: #7c5cff;--status-amber: #b07514;--status-amber-ink: #8a5c10;--status-red: #cf3f37;--grid-minor: rgba(96, 94, 80, .055);--grid-major: rgba(96, 94, 80, .09);--grid-cell: 32px;--shadow-card: 0 1px 2px rgba(20, 23, 28, .04), 0 8px 24px -18px rgba(20, 23, 28, .22);--shadow-float: 0 24px 60px -36px rgba(20, 23, 28, .26), 0 2px 8px rgba(20, 23, 28, .05);--font-display: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--container: 1120px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0s!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{background-color:var(--bg);color:var(--text-1);font-family:var(--font-ui);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:linear-gradient(90deg,var(--grid-major) 1px,transparent 1px),linear-gradient(180deg,var(--grid-major) 1px,transparent 1px),linear-gradient(90deg,var(--grid-minor) 1px,transparent 1px),linear-gradient(180deg,var(--grid-minor) 1px,transparent 1px);background-size:calc(var(--grid-cell) * 4) calc(var(--grid-cell) * 4),calc(var(--grid-cell) * 4) calc(var(--grid-cell) * 4),var(--grid-cell) var(--grid-cell),var(--grid-cell) var(--grid-cell);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,.3) 70%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(90deg,#000,#0000004d 30%,#0000004d 70%,#000)}img,svg{display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}::selection{background:var(--accent-dim);color:var(--text-1)}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.section{border-top:1px solid var(--border);padding:24px 0;scroll-margin-top:76px}.microlabel{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3);margin-bottom:20px}.microlabel .idx{color:var(--accent)}.h2{font-family:var(--font-display);font-size:clamp(32px,4.4vw,50px);font-weight:600;letter-spacing:-.025em;line-height:1.06;max-width:720px}.lead{margin-top:18px;font-size:17px;line-height:1.65;color:var(--text-2);max-width:640px}.mono{font-family:var(--font-mono)}.tnum{font-variant-numeric:tabular-nums}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 22px;border-radius:8px;font-size:15px;font-weight:500;letter-spacing:-.01em;transition:background-color .2s ease-out,border-color .2s ease-out,color .2s ease-out;touch-action:manipulation}.btn--primary{background:var(--navy);color:#fff;box-shadow:0 1px 2px #131f3b40,inset 0 1px #ffffff14}.btn--primary:hover,.btn--primary:active{background:var(--navy-deep)}.btn--ghost{border:1px solid var(--border-strong);color:var(--text-1);background:transparent}.btn--ghost:hover,.btn--ghost:active{border-color:var(--text-3);background:var(--surface-1)}.btn--small{min-height:36px;padding:0 16px;font-size:14px}.pill{display:inline-flex;align-items:center;gap:7px;height:24px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);font-family:var(--font-mono);font-size:11.5px;font-weight:500;letter-spacing:.02em;color:var(--text-2);white-space:nowrap}.pill .dot{width:6px;height:6px;border-radius:50%;background:var(--text-3);flex-shrink:0}.pill--queued .dot{background:var(--text-3)}.pill--sent .dot{background:var(--status-blue)}.pill--engaged .dot{background:var(--status-amber)}.pill--qualified .dot{background:var(--accent)}.pill--qualified{color:var(--accent-strong);border-color:#10b9814d}.pill--human .dot{background:var(--status-violet)}.pill--closed .dot{background:var(--text-3)}.pill--failed .dot{background:var(--status-red)}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-card)}@media(max-width:700px){.h2{line-height:1.12}.lead{margin-top:14px;font-size:16px}.microlabel{margin-bottom:16px;letter-spacing:.1em}}@media(max-width:420px){.container{padding:0 20px}}.skip-link{position:fixed;top:-64px;left:16px;z-index:300;padding:10px 16px;background:var(--accent);color:var(--accent-ink);border-radius:8px;font-weight:500;transition:top .2s ease-out}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:100;background:#0a0c0eeb;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid rgba(255,255,255,.08);color:#f4f6f7}.site-header .btn--primary{background:#fff;color:var(--navy);box-shadow:none}.site-header .btn--primary:hover{background:#e8ecf1}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:60px}.site-header__brand{display:flex;align-items:center;gap:9px;font-size:16.5px;font-weight:600;letter-spacing:-.01em}.site-header__nav{display:flex;gap:28px;font-size:14px;color:var(--text-2)}.site-header__nav a{transition:opacity .2s ease-out;padding:10px 0;color:#fff}.site-header__nav a:hover{opacity:.75}.site-header__actions{display:flex;align-items:center;gap:10px}.site-header__menu{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin-right:-10px;border-radius:8px;color:#f4f6f7;touch-action:manipulation}.site-header__menu:hover,.site-header__menu:active{background:#ffffff1a}.site-header__sheet{display:none;flex-direction:column;padding:4px 0 10px;border-top:1px solid rgba(255,255,255,.08)}.site-header__sheet a{display:flex;align-items:center;min-height:46px;padding:0 24px;font-size:15px;color:#fff;touch-action:manipulation}.site-header__sheet a:hover,.site-header__sheet a:active{background:#ffffff0f}@keyframes sheet-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media(max-width:880px){.site-header__nav{display:none}.site-header__menu{display:inline-flex}.site-header__sheet.is-open{display:flex;animation:sheet-in .18s ease-out}}@media(max-width:600px){.site-header{background:#0a0c0ef7;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header__inner{gap:12px}}.fab{position:fixed;right:22px;bottom:22px;z-index:200;display:inline-flex;align-items:center;gap:9px;height:46px;padding:0 24px;border-radius:999px;background:var(--navy);color:#fff;font-size:14.5px;font-weight:600;letter-spacing:-.01em;box-shadow:0 10px 26px -8px #131f3b80,0 2px 6px #14171c2e;transition:background-color .2s ease-out,transform .2s ease-out,box-shadow .2s ease-out}.fab:hover,.fab:active{background:var(--navy-deep);transform:translateY(-2px);box-shadow:0 14px 32px -8px #131f3b8c,0 2px 6px #14171c33}@media(max-width:480px){.fab{right:14px;bottom:calc(14px + env(safe-area-inset-bottom));height:44px;padding:0 18px;font-size:14px}}.hero{position:relative;padding:48px 0;text-align:center;background:var(--bg-hero);border-bottom:1px solid var(--border);overflow:hidden}.hero .container{position:relative;z-index:1}.tour{margin-top:56px}.tour__window{--b-bg: #0a0c0e;--b-surface: #13171a;--b-chrome: #101316;--b-line: rgba(255, 255, 255, .08);--b-line-strong: rgba(255, 255, 255, .14);--b-t1: #eef0f2;--b-t2: #9aa1a7;--b-t3: #818892;--b-emerald: #34d399;--b-amber: #fbbf24;--b-violet: #a78bfa;max-width:760px;margin:0 auto;display:flex;flex-direction:column;text-align:left;background:var(--b-bg);border:1px solid #23282c;border-radius:14px;box-shadow:0 1px #ffffff0a inset,0 40px 80px -32px #080c108c,0 12px 28px -18px #080c1080;overflow:hidden;color:var(--b-t1)}.tour__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 16px;background:var(--b-chrome);border-bottom:1px solid var(--b-line)}.tour__head-left{display:flex;align-items:center;gap:14px;min-width:0}.tour__head-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.tour__pause{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;color:var(--b-t2);touch-action:manipulation;transition:background-color .18s ease-out,color .18s ease-out}.tour__pause:hover,.tour__pause:active{color:var(--b-t1);background:#ffffff12}.tour__pause svg{width:13px;height:13px}.tour__dots{display:inline-flex;gap:7px;flex-shrink:0}.tour__dots i{width:11px;height:11px;border-radius:50%;display:block}.tour__dots i:nth-child(1){background:#ec6a5e}.tour__dots i:nth-child(2){background:#f4bf4f}.tour__dots i:nth-child(3){background:#61c554}.tour__title{font-size:13.5px;font-weight:600;letter-spacing:-.01em}.tour__sim{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--b-t3);white-space:nowrap}.tour__stage{height:430px;padding:22px 24px}.tour__scene{display:flex;flex-direction:column;gap:14px;height:100%;max-width:560px;margin:0 auto}@keyframes tour-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.tour-in{animation:tour-in .26s ease-out both}.tour__kicker{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--b-t3)}.tour__foot{margin-top:auto;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--b-t3)}.card--console{--b-bg: #0a0c0e;--b-surface: #13171a;--b-chrome: #101316;--b-line: rgba(255, 255, 255, .08);--b-line-strong: rgba(255, 255, 255, .14);--b-t1: #eef0f2;--b-t2: #9aa1a7;--b-t3: #818892;--b-emerald: #34d399;--b-amber: #fbbf24;--b-violet: #a78bfa;--b-blue: #7da2ff;background:var(--b-bg);border:1px solid #23282c;border-radius:14px;color:var(--b-t1);box-shadow:0 1px #ffffff0a inset,0 40px 80px -32px #080c108c,0 12px 28px -18px #080c1080}:is(.tour__window,.card--console) .pill{background:var(--b-surface);border-color:var(--b-line-strong);color:var(--b-t2)}:is(.tour__window,.card--console) .pill .dot{background:var(--b-t3)}:is(.tour__window,.card--console) .pill--sent{color:var(--b-violet)}:is(.tour__window,.card--console) .pill--sent .dot{background:var(--b-violet)}:is(.tour__window,.card--console) .pill--engaged{color:var(--b-amber)}:is(.tour__window,.card--console) .pill--engaged .dot{background:var(--b-amber)}:is(.tour__window,.card--console) .pill--failed .dot{background:#f87171}:is(.tour__window,.card--console) .pill--qualified{color:var(--b-emerald);border-color:#34d3994d}:is(.tour__window,.card--console) .pill--qualified .dot{background:var(--b-emerald)}.tour__leadcard{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--b-surface);border:1px solid var(--b-line);border-radius:10px}.tour__leadcard-main{display:flex;flex-direction:column;gap:3px;min-width:0}.tour__leadcard-name{font-size:13.5px;font-weight:500}.tour__leadcard-meta{font-size:11px;color:var(--b-t3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tour__stage .tour__chatpane{height:auto;flex:none;justify-content:flex-start;padding:14px;border-radius:10px}.tour__stage .wabubble{animation:tour-in .26s ease-out both}.tour__form{display:flex;flex-direction:column;gap:7px;padding:12px 14px;background:var(--b-surface);border:1px solid var(--b-line);border-radius:10px}.tour__form-row{display:flex;justify-content:space-between;gap:10px;font-size:11.5px;color:var(--b-t3)}.tour__form-val{font-family:var(--font-mono);font-size:11px;color:var(--b-t1);text-align:right}.tour__rows{display:flex;flex-direction:column;gap:6px}.tour__lead{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 10px;width:100%;padding:9px 12px;text-align:left;font-size:12.5px;color:var(--b-t1);background:var(--b-surface);border:1px solid var(--b-line);border-left:2px solid transparent;border-radius:8px;touch-action:manipulation;transition:border-color .18s ease-out,background-color .18s ease-out}.tour__lead:hover,.tour__lead:active{border-color:var(--b-line-strong)}.tour__lead.is-open{border-left-color:var(--b-emerald);animation:tour-press .24s ease-out}@keyframes tour-press{0%,to{transform:scale(1)}40%{transform:scale(.985)}}.tour__lead-score{font-size:11.5px;color:var(--b-emerald)}.tour__lead-why{flex-basis:100%;font-family:var(--font-mono);font-size:10.5px;line-height:1.6;color:var(--b-t2);animation:tour-in .24s ease-out both}.tour__lead-why em{font-style:normal;color:var(--b-t3)}.tour__funnel{display:flex;flex-wrap:wrap;gap:6px 10px;font-size:15px;color:var(--b-t2)}.tour__funnel-arrow{font-style:normal;color:var(--b-t3);margin-right:10px}.tour__funnel-final{color:var(--b-emerald);font-weight:600}.tour__converse{display:grid;grid-template-columns:1.2fr 1fr;gap:14px;align-items:start;min-height:0}.tour__prefs{display:flex;flex-direction:column;gap:8px;padding:12px 14px;background:var(--b-surface);border:1px solid var(--b-line);border-radius:10px}.tour__prefs-title{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--b-t3)}.tour__pref{display:flex;justify-content:space-between;gap:10px;font-size:11.5px;color:var(--b-t3)}.tour__pref-val{color:var(--b-emerald)}.tour__toggle{display:inline-flex;width:max-content;border:1px solid var(--b-line-strong);border-radius:999px;overflow:hidden;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--b-t3)}.tour__toggle span{padding:7px 14px;transition:background-color .24s ease-out,color .24s ease-out}.tour__toggle span.is-on{background:#34d39924;color:var(--b-emerald)}.tour__line{font-size:13.5px;color:var(--b-t2)}.tour__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tour__card{display:flex;flex-direction:column;gap:3px;padding:10px 12px;background:var(--b-surface);border:1px solid var(--b-line);border-radius:10px}.tour__card-label{font-size:9.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--b-t3)}.tour__card-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.tour__card-value{font-family:var(--font-mono);font-size:21px;font-weight:600;letter-spacing:-.01em;line-height:1.2}.tour__card-value.is-accent{color:var(--b-emerald)}.tour__card-sub{font-size:10px;color:var(--b-t3)}.tour__card .pill{height:20px;padding:0 8px;font-size:10px}.tour__bar{position:relative;display:flex;gap:4px;width:max-content;max-width:100%;margin:18px auto 0;padding:4px;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface-1);box-shadow:var(--shadow-card);overflow-x:auto;-webkit-overflow-scrolling:touch}.tour__chapter{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 14px;border-radius:9px;font-size:13.5px;font-weight:500;color:var(--text-2);white-space:nowrap;flex-shrink:0;touch-action:manipulation;transition:background-color .18s ease-out,color .18s ease-out}.tour__chapter svg{width:15px;height:15px}.tour__chapter:hover,.tour__chapter:active{color:var(--text-1);background:var(--surface-2)}.tour__chapter.is-active,.tour__chapter.is-active:hover{background:#14171c;color:#fff}.tour__fill{position:absolute;left:12px;right:12px;bottom:5px;height:2px;border-radius:1px;background:#34d399;transform-origin:left center;animation:tour-fill linear both}@keyframes tour-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.tour__credit{margin-top:16px;text-align:center;font-size:11.5px;color:var(--text-2)}@media(max-width:700px){.tour__stage{height:470px;padding:16px}.tour__scene{gap:12px}.tour__converse{grid-template-columns:1fr}.tour__cards{grid-template-columns:repeat(2,1fr)}.tour__bar{margin-top:14px}.tour__chapter{min-height:44px;padding:0 12px;font-size:13px}}@media(max-width:620px){.tour__bar{flex-wrap:wrap;justify-content:center;width:auto;overflow-x:visible}}@media(prefers-reduced-motion:reduce){.tour-in,.tour__stage .wabubble,.tour__lead-why,.tour__lead.is-open{animation:none}}.wachat__body{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:16px 14px;height:380px;overflow:hidden;background-color:#efeae2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='none' stroke='%23d8d1c5' stroke-width='1.1' stroke-linecap='round' opacity='.55'%3E%3Ccircle cx='22' cy='24' r='7'/%3E%3Cpath d='M55 14c3 4 3 8 0 12M62 12c4 5 4 11 0 16'/%3E%3Cpath d='M104 22l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-1z'/%3E%3Cpath d='M18 74c0-6 5-11 11-11M14 80c0-9 7-17 17-17'/%3E%3Cpath d='M64 66q6-8 12 0t12 0'/%3E%3Ccircle cx='114' cy='72' r='4'/%3E%3Ccircle cx='124' cy='80' r='2'/%3E%3Cpath d='M24 114q4-7 9-1c3-4 7-3 8 1 2 4-3 8-8.5 12-5.5-4-10.5-8-8.5-12z'/%3E%3Cpath d='M66 118c5-2 10-2 14 1M70 124c4-1 8-1 11 1'/%3E%3Cpath d='M108 110c6 0 10 4 10 10s-4 10-10 10'/%3E%3C/g%3E%3C/svg%3E");background-size:140px 140px}.wabubble{position:relative;max-width:80%;padding:8px 12px 18px;font-size:13.5px;line-height:1.45;color:#111b21;border-radius:10px;box-shadow:0 1px .5px #0b141a21}.wabubble--lead{align-self:flex-start;background:#fff;border-top-left-radius:3px}.wabubble--agent{align-self:flex-end;background:#d9fdd3;border-top-right-radius:3px}.wabubble__time{position:absolute;right:10px;bottom:5px;font-size:10px;color:#111b2173}.hero__chip{display:inline-flex;align-items:center;gap:9px;padding:11px 22px;border:1.5px solid var(--accent);border-radius:999px;background:#0a0c0e;font-size:14px;font-weight:500;letter-spacing:.01em;color:#fff;white-space:nowrap}.hero__chip-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:livepulse 2.2s ease-in-out infinite}@media(max-width:360px){.hero__chip{font-size:12.5px;padding:9px 16px;letter-spacing:0}}@keyframes livepulse{0%,to{opacity:1}50%{opacity:.35}}.hero__title{margin:24px auto 0;font-family:var(--font-display);font-size:clamp(40px,4.8vw,58px);font-weight:600;letter-spacing:-.04em;line-height:1.08;max-width:900px}.hero__title-line{display:block;transition:color .28s ease-out}.hero__title-line.is-lit{color:var(--accent)}.hero__lead{margin:18px auto 0;max-width:660px;font-size:17px;line-height:1.65;color:var(--text-2)}.hero__lead strong{color:var(--text-1);font-weight:600}@media(max-width:700px){.hero{padding:32px 0}.tour{margin-top:44px}}@media(max-width:600px){.hero__title{font-size:clamp(29px,8.6vw,40px);letter-spacing:-.03em;line-height:1.14}.hero__title-line{margin-top:2px}.hero__lead{font-size:16px}}.microlabel--blue{color:var(--status-blue)}.microlabel--amber{color:var(--status-amber-ink)}.problems{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.problem-card{display:flex;flex-direction:column;padding:28px;background:var(--surface-1);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-card)}.problem-card__tag{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3)}.problem-card__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.problem-card--instant .problem-card__dot{background:var(--status-blue)}.problem-card--revive .problem-card__dot{background:var(--status-amber)}.problem-card__title{margin-top:14px;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.25}.problem-card__body{margin-top:10px;font-size:14.5px;line-height:1.6;color:var(--text-2)}.problem-card__viz{margin-top:24px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.decay{--flash-x: 19.2%;--industry-x: 89.6%}.decay__axis{display:block;font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.decay__plot{position:relative;margin-top:12px;height:190px}.decay__plot svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.decay__baseline{stroke:var(--border);stroke-width:1;vector-effect:non-scaling-stroke}.decay__area{fill:url(#decay-fill);clip-path:inset(-10% 100% -10% 0)}.decay__curve{fill:none;stroke:url(#decay-stroke);stroke-width:2;stroke-linecap:round;vector-effect:non-scaling-stroke;clip-path:inset(-10% 100% -10% 0)}.decay.is-on .decay__area,.decay.is-on .decay__curve{animation:decay-sweep 2.2s linear forwards}@keyframes decay-sweep{to{clip-path:inset(-10% 0% -10% 0)}}.decay__mark{position:absolute;width:15px;height:15px;border:3px solid var(--surface-1);border-radius:50%;transform:translate(-50%,-50%);opacity:0}.decay__mark--flash{left:var(--flash-x);top:22.3%;background:var(--accent);box-shadow:0 0 0 1px var(--accent),0 0 #0e9d6c59}.decay__mark--industry{left:var(--industry-x);top:84.7%;background:var(--status-red);box-shadow:0 0 0 1px var(--status-red)}.decay.is-on .decay__mark--flash{animation:decay-pop .24s ease-out .42s both,decay-pulse 2.8s ease-out .9s infinite}.decay.is-on .decay__mark--industry{animation:decay-pop .24s ease-out 1.97s both}@keyframes decay-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes decay-pulse{0%{box-shadow:0 0 0 1px var(--accent),0 0 #0e9d6c4d}70%,to{box-shadow:0 0 0 1px var(--accent),0 0 0 14px #0e9d6c00}}.decay__callout{position:absolute;display:flex;flex-direction:column;gap:3px;font-family:var(--font-mono);font-size:10.5px;line-height:1.3;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;opacity:0}.decay.is-on .decay__callout--flash{animation:decay-rise .3s ease-out .5s both}.decay.is-on .decay__callout--industry{animation:decay-rise .3s ease-out 2.05s both}@keyframes decay-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.decay__callout strong{font-family:var(--font-display);font-size:24px;font-weight:600;line-height:1;letter-spacing:-.01em}.decay__callout-sub{color:var(--text-3)}.decay__callout--flash{left:calc(var(--flash-x) + 22px);top:0;color:var(--accent-strong)}.decay__callout--flash strong{color:var(--accent-strong)}.decay__callout--industry{right:0;bottom:30%;align-items:flex-end;text-align:right;color:var(--text-3)}.decay__callout--industry strong{color:var(--status-red)}.decay__foot{margin-top:8px;font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);white-space:nowrap}.db-search{position:relative;flex:1;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6px;align-content:space-evenly;overflow:hidden;padding:2px}.db-search__cell{aspect-ratio:1;border-radius:50%;background:var(--surface-3);box-shadow:inset 0 0 0 1px #14171c05;animation:db-scan-cell 3.6s ease-in-out infinite;animation-delay:var(--delay)}.db-search__cell--near{background:#e7ddca}.db-search__cell--match{background:var(--status-amber);animation-name:db-scan-match;box-shadow:0 0 #b075142e}.db-search__beam{position:absolute;top:-8px;bottom:-8px;left:-18%;z-index:1;width:18%;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(14,157,108,.08),rgba(14,157,108,.28),transparent);animation:db-search-beam 3.6s ease-in-out infinite;pointer-events:none}.db-search__status{position:absolute;right:8px;bottom:8px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid rgba(14,157,108,.22);border-radius:999px;background:#ffffffe6;color:var(--accent-strong);box-shadow:var(--shadow-card)}.db-search__status span{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.db-search__status strong{font-size:12px;font-weight:600;white-space:nowrap}@keyframes db-search-beam{0%,16%{transform:translate(0);opacity:0}26%{opacity:1}76%{opacity:1}to{transform:translate(690%);opacity:0}}@keyframes db-scan-cell{0%,34%,to{transform:scale(1);filter:none}44%{transform:scale(1.06);filter:brightness(1.02)}}@keyframes db-scan-match{0%,35%{transform:scale(1);box-shadow:0 0 #b0751400}52%,to{transform:scale(1.08);box-shadow:0 0 0 7px #b075141f}}.problem-card__stat{margin-top:18px;display:flex;align-items:baseline;gap:12px}.problem-card__num{font-family:var(--font-display);font-optical-sizing:auto;font-size:clamp(32px,4.4vw,42px);font-weight:500;letter-spacing:-.005em;line-height:1}.problem-card__num-label{font-size:13.5px;line-height:1.4;color:var(--text-2)}.problem-card__fix{margin-top:auto;padding-top:24px;font-size:13px;font-weight:600}.problem-card__fix--instant{color:var(--status-blue)}.problem-card__fix--revive{color:var(--status-amber-ink)}.problem-card__fix:hover,.problem-card__fix:active{text-decoration:underline;text-underline-offset:3px}.problems__source{margin-top:20px;font-size:12px;color:var(--text-3);letter-spacing:.01em}@media(max-width:760px){.problems{grid-template-columns:1fr}}@media(max-width:600px){.problems{margin-top:36px;gap:16px}.problem-card{padding:22px 20px}.problem-card__viz{margin-top:18px}}@media(max-width:620px){.decay__plot{height:160px}.decay__callout strong{font-size:20px}.db-search{grid-template-columns:repeat(8,minmax(0,1fr))}.db-search__status{left:8px;right:8px;justify-content:center}}@media(max-width:480px){.decay__foot{white-space:normal}.db-search__status{flex-wrap:wrap;row-gap:2px}}@media(max-width:420px){.decay__plot{height:140px}.decay__callout{font-size:10px}.decay__callout--flash{left:calc(var(--flash-x) + 12px);top:4%}.db-search{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.db-search__beam,.db-search__cell{animation:none}.decay__mark,.decay__callout,.decay.is-on .decay__mark,.decay.is-on .decay__callout{animation:none;opacity:1}}.engine__grid{margin-top:56px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start}.engine__grid--flip .engine__visual{order:2}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rise{animation:rise .26s ease-out both}.flow{list-style:none}.flow__step{position:relative;display:flex;gap:14px}.flow__step:not(:last-child):after{content:"";position:absolute;left:15px;top:30px;bottom:-16px;width:2px;transform:translate(-50%);background:var(--accent);border-radius:2px;z-index:0}.flow__node{position:relative;z-index:1;flex-shrink:0;display:grid;place-items:center;width:30px;height:30px;margin-top:6px}.flow__dot{width:11px;height:11px;border-radius:50%;border:2px solid var(--accent);background:var(--bg);transition:opacity .18s ease-out,background-color .18s ease-out}.flow__step.is-done .flow__dot{background:var(--accent)}.flow__mark{position:absolute;top:0;left:0;opacity:0;transform:scale(.5);transition:opacity .2s ease-out,transform .2s ease-out}.flow__step.is-active .flow__dot{opacity:0}.flow__step.is-active .flow__mark{opacity:1;transform:none}.flow__btn{position:relative;z-index:1;flex:1;min-width:0;display:block;padding:6px 10px 16px 0;text-align:left;touch-action:manipulation}.flow__title{display:block;font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--text-2);transition:color .18s ease-out}.flow__btn:hover .flow__title,.flow__btn:active .flow__title{color:var(--text-1)}.flow__cap{display:block;margin-top:3px;font-size:13px;line-height:1.55;color:var(--text-3)}.flow__step.is-active .flow__title,.flow__step.is-done .flow__title{color:var(--text-1)}.engine__pair{display:inline-block;margin-top:28px;font-size:13px;font-weight:600}.engine__pair--blue{color:var(--status-blue)}.engine__pair--amber{color:var(--status-amber-ink)}.engine__pair:hover,.engine__pair:active{text-decoration:underline;text-underline-offset:3px}@media(max-width:980px){.engine__grid{grid-template-columns:1fr;gap:32px}.engine__grid--flip .engine__visual{order:0}}@media(max-width:600px){.engine__grid{margin-top:40px;gap:24px}.flow__step{gap:12px}.flow__btn{padding:4px 4px 16px 0}.flow__node{width:28px;height:28px}.flow__step:not(:last-child):after{left:14px;top:30px}}@media(prefers-reduced-motion:reduce){.rise{animation:none}}.stl{overflow:hidden;min-height:375px}@media(min-width:981px){.stl{min-height:376px}}.stl__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;background:var(--b-chrome);border-bottom:1px solid var(--b-line)}.stl__title{font-size:12.5px;font-weight:500}.stl__sim{font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--b-t3)}.stl__metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--b-line)}.stl__metric{padding:12px 14px}.stl__metric+.stl__metric{border-left:1px solid var(--b-line)}.stl__metric-label{display:block;font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--b-t3)}.stl__metric-value{display:block;margin-top:3px;font-family:var(--font-mono);font-size:19px;font-weight:600}.stl__metric-value--blue{color:var(--b-blue)}.stl__row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--b-line);font-size:13.5px}.stl__row:last-child{border-bottom:none}.stl__name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stl__timing{font-size:11.5px;color:var(--b-t3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.stl__row--hero{background:var(--b-surface);box-shadow:inset 2px 0 0 var(--b-blue)}.stl__handoff{padding:11px 16px;border-top:1px solid var(--b-line);font-size:11.5px;letter-spacing:.02em;color:var(--b-emerald);background:var(--b-surface)}@media(max-width:480px){.stl__metrics{grid-template-columns:repeat(2,1fr)}.stl__metric:nth-child(3){border-left:none;border-top:1px solid var(--border)}.stl__metric:nth-child(4){border-top:1px solid var(--border)}.stl__timing{white-space:normal;font-size:11px;text-align:left;grid-column:1 / -1}.stl__row{grid-template-columns:1fr auto}.stl__row .pill{grid-row:1;grid-column:2}.stl{min-height:590px}}.vignette{padding:20px 24px 22px;min-height:555px}@media(min-width:981px){.vignette{min-height:612px}}.vignette__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.vignette__title{font-size:11.5px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--b-t3)}.vignette__form{display:flex;flex-direction:column;gap:8px;padding:12px 14px;background:var(--b-surface);border:1px solid var(--b-line);border-radius:8px}.vignette__form-row{display:flex;justify-content:space-between;gap:12px;font-size:12.5px;color:var(--b-t3)}.vignette__form-val{font-size:11.5px;color:var(--b-t1);text-align:right}.vignette__filters{margin-top:10px;font-size:11px;line-height:1.6;color:var(--b-t3)}.vignette__funnel{font-size:15px;color:var(--b-t2)}.vignette__funnel strong{color:var(--b-emerald);font-weight:600}.vignette__arrow{color:var(--b-t3)}.vignette__divider{height:1px;background:var(--b-line);margin:16px 0}.vignette__leadrow{margin-top:14px;padding-top:14px;border-top:1px dashed var(--b-line-strong)}.vignette__leadrow-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:14.5px;font-weight:500}.vignette__leadrow-top .mono{font-size:12.5px;font-weight:400;color:var(--b-t2)}.vignette__chips{margin-top:10px;font-size:12px;color:var(--b-t2)}.vignette__dropped{display:flex;align-items:center;gap:10px;margin-top:16px;font-size:11.5px;color:var(--b-t3)}.vignette__live{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid var(--b-line);font-size:13px;font-weight:500;color:var(--b-emerald)}@media(max-width:480px){.vignette{padding:18px 16px 20px;min-height:675px}.vignette__chips{font-size:11px}}.scoreblocks{display:inline-flex;gap:3px;margin-top:10px}.scoreblocks span{width:13px;height:7px;border-radius:2px;background:var(--surface-3)}.scoreblocks span.is-filled{background:var(--accent)}.card--console .scoreblocks span{background:#ffffff24}.card--console .scoreblocks span.is-filled{background:var(--b-emerald)}.metrics__panel{margin-top:40px;padding:28px}.metrics__panel-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.metrics__def-title{font-size:11.5px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--b-t3)}.metrics__sim{font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--b-t3)}.metrics__grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--b-line-strong);border:1px solid var(--b-line);border-radius:8px;overflow:hidden}.metrics__chart{background:var(--b-surface);padding:18px 20px 14px;min-width:0}.metrics__chart-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:13px}.metrics__chart-label{font-weight:500;color:var(--b-t2)}.metrics__chart-delta{font-size:11.5px;color:var(--b-emerald)}.metrics__chart-value{margin-top:10px;display:flex;align-items:baseline;gap:8px}.metrics__chart-value>.mono{font-size:26px;font-weight:500;color:var(--b-t1)}.metrics__chart-sub{font-size:12px;color:var(--b-t3)}.metrics__spark{display:block;width:100%;height:auto;margin-top:12px}.metrics__spark-base{stroke:#ffffff1f;stroke-width:1}.metrics__spark-target{stroke:#ffffff47;stroke-width:1;stroke-dasharray:4 4}.metrics__spark-area{fill:var(--b-emerald);opacity:.12}.metrics__spark-line{fill:none;stroke:var(--b-emerald);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.metrics__spark-dot{fill:var(--b-emerald);stroke:var(--b-surface);stroke-width:1.5}.metrics__note{margin-top:20px;font-size:13.5px;line-height:1.6;color:var(--b-t2)}@media(max-width:900px){.metrics__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.metrics__grid{grid-template-columns:1fr}}.faq__list{margin-top:44px;border-top:1px solid var(--border)}.faq__item{border-bottom:1px solid var(--border)}.faq__item summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 4px;font-size:16px;font-weight:500;letter-spacing:-.01em;cursor:pointer;list-style:none;touch-action:manipulation}@media(max-width:500px){.faq__list{margin-top:32px}.faq__item summary{gap:12px;padding:18px 2px;font-size:15px}}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:hover{color:var(--accent-strong)}.faq__icon{font-family:var(--font-mono);font-size:18px;color:var(--text-3);transition:transform .2s ease-out;flex-shrink:0}.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__item>p{padding:0 4px 22px;font-size:15px;line-height:1.65;color:var(--text-2);max-width:720px}.cta__micro{justify-content:center}.cta__h2{margin:0 auto;text-align:center}.cta__lead{margin-left:auto;margin-right:auto;max-width:480px;text-align:center}.pricing-card{--pc-bg: #0a0c0e;--pc-line: rgba(255, 255, 255, .12);--pc-t1: #eef0f2;--pc-t2: #9aa1a7;--pc-t3: #818892;--pc-emerald: #34d399;max-width:560px;margin:44px auto 0;padding:36px 36px 32px;background:var(--pc-bg);border:1px solid #23282c;border-radius:14px;box-shadow:var(--shadow-float);color:var(--pc-t1);text-align:left}.pricing-card__tag{display:inline-flex;padding:7px 13px;border:1px solid var(--pc-line);border-radius:5px;font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--pc-t2)}.pricing-card__title{margin-top:22px;font-family:var(--font-display);font-size:clamp(42px,6vw,56px);font-weight:600;letter-spacing:-.03em;line-height:1}.pricing-card__ruler{margin-top:24px;height:26px;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.85) 0 2px,transparent 2px 58px),repeating-linear-gradient(90deg,rgba(255,255,255,.25) 0 1px,transparent 1px 7px)}.pricing-card__list{margin-top:28px;list-style:none;display:flex;flex-direction:column;gap:14px}.pricing-card__list li{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.5}.pricing-card__marker{width:9px;height:9px;margin-top:6px;flex-shrink:0;fill:var(--pc-emerald)}.pricing-card__bestfor{margin-top:30px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;line-height:1.8;color:var(--pc-t3)}.pricing-card__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;margin-top:24px;border-radius:8px;background:#fff;color:var(--navy);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;touch-action:manipulation;transition:background-color .2s ease-out}.pricing-card__cta:hover,.pricing-card__cta:active{background:#e8ecf1}.pricing-card__alt{margin-top:16px;text-align:center;font-size:13px;color:var(--pc-t3)}.pricing-card__alt a{color:var(--pc-emerald);font-weight:500}.pricing-card__alt a:hover{text-decoration:underline;text-underline-offset:2px}@media(max-width:600px){.pricing-card{margin-top:36px;padding:28px 22px 26px}}@media(max-width:480px){.metrics__panel{padding:22px 18px}.metrics__panel-head{flex-direction:column;gap:4px}}.site-footer{border-top:1px solid var(--border);padding:32px 0}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;font-size:13.5px;color:var(--text-3)}.site-footer__brand{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--text-1)}.site-footer__links{display:flex;gap:20px;flex-wrap:wrap}.site-footer__links a{color:var(--text-3);transition:color .2s ease-out}.site-footer__links a:hover{color:var(--text-1)}.site-footer__limits{font-size:11.5px;letter-spacing:.02em}@media(max-width:600px){.site-footer{padding:28px 0 calc(88px + env(safe-area-inset-bottom))}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:14px}.site-footer__links{gap:4px 20px}.site-footer__links a{display:inline-block;padding:8px 0}}.about__hero{border-top:none;padding-top:56px}.about__h2{font-size:clamp(26px,3.4vw,38px)}.founders{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:880px}.founder{padding:28px}.founder__mark{display:grid;place-items:center;width:52px;height:52px;border-radius:10px;background:var(--surface-3);border:1px solid var(--border);font-size:14px;font-weight:500;letter-spacing:.08em;color:var(--text-2)}.founder h2{margin-top:18px;font-size:19px;font-weight:600;letter-spacing:-.01em}.founder__role{margin-top:5px;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.founder__bio{margin-top:14px;font-size:14.5px;line-height:1.65;color:var(--text-2)}.fields{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:880px}.fields__tile{padding:22px 20px}.fields__tile.is-now{border-color:#0e9d6c59}.fields__name{font-size:15.5px;font-weight:600;letter-spacing:-.01em}.fields__note{margin-top:6px;font-size:13px;line-height:1.55;color:var(--text-2)}.fields__tile .pill{margin-top:14px}.about__cta{padding-bottom:72px}.about__actions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}@media(max-width:760px){.founders,.fields{grid-template-columns:1fr}}@media(max-width:600px){.about__hero{padding-top:36px}.founders{margin-top:36px;gap:16px}.founder{padding:22px 20px}}
