:root{--bg:#f7f7f8;--surface:#ffffff;--ink:#0b0b0d;--ink-2:#5d616b;--ink-3:#9a9ea7;--line:#ececef;--line-2:#e2e2e6;--accent:#2f53ff;--accent-ink:#ffffff;--accent-soft:#eef1ff;--good:#16a34a;--good-soft:#e7f6ed;--tg:#2aa4e0;--tg-deep:#1c93cf;--r:12px;--sans:var(--font-sans),"Inter Tight",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:var(--font-mono),"Geist Mono",ui-monospace,"SF Mono",Menlo,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-height:100vh;background-image:radial-gradient(1200px 600px at 80% -10%,#ffffff 0,rgba(255,255,255,0) 60%),linear-gradient(180deg,#fafafb 0,var(--bg) 100%)}a{color:inherit}.eyebrow{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3)}.muted{color:var(--ink-2);font-size:14.5px;line-height:1.6}.err{color:#b42318;font-size:13px;margin-top:12px}.lead{color:var(--ink-2);font-size:14.5px;line-height:1.6}.lead b{color:var(--ink);font-weight:600}.code-inline,code{font-family:var(--mono);font-size:12.5px;background:#f3f4f7;color:var(--ink);padding:2px 6px;border-radius:6px;border:1px solid var(--line)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;justify-content:space-between;padding:16px 28px;background:rgba(247,247,248,.72);backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid var(--line)}.brand,.topbar{display:flex;align-items:center}.brand{gap:11px;text-decoration:none}.brand .mark{width:26px;height:26px;border-radius:7px;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:var(--mono);font-weight:600;font-size:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.brand .name{font-weight:600;font-size:17px;letter-spacing:-.02em}.brand .ver{font-family:var(--mono);font-size:11px;color:var(--ink-3);padding:2px 7px;border:1px solid var(--line-2);border-radius:999px;margin-left:2px}.topnav{display:flex;align-items:center;gap:26px}.topnav a{font-size:13.5px;color:var(--ink-2);text-decoration:none;font-weight:500;transition:color .15s}.topnav a:hover{color:var(--ink)}.status-pill{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--ink-2);padding:6px 11px;border:1px solid var(--line-2);border-radius:999px;background:var(--surface)}.status-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--good);box-shadow:0 0 0 3px rgba(22,163,74,.16)}.back{font-size:13.5px;color:var(--ink-2);text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:7px}.back:hover{color:var(--ink)}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:-.01em;padding:12px 18px;border-radius:10px;display:inline-flex;align-items:center;gap:9px;text-decoration:none;transition:transform .12s ease,box-shadow .15s ease,background .15s,color .15s,border-color .15s}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--ink);color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.18)}.btn-primary:hover{box-shadow:0 6px 20px rgba(0,0,0,.18)}.btn-ghost{background:var(--surface);color:var(--ink);border:1px solid var(--line-2)}.btn-ghost:hover{border-color:#cfd0d6}.btn-ghost:disabled{opacity:.4;cursor:default}.btn .kbd{font-family:var(--mono);font-size:11px;color:var(--ink-3);border:1px solid var(--line-2);border-radius:6px;padding:1px 6px}.btn-sm{font-size:12.5px;padding:7px 12px;border-radius:9px}.linkbtn{background:none;border:none;font-family:var(--sans);font-weight:500;cursor:pointer;padding:0}.badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:11.5px;letter-spacing:.03em;padding:6px 11px;border-radius:999px;font-weight:500;transition:all .3s}.badge-direct{background:#f3f4f7;color:var(--ink-2);border:1px solid var(--line-2)}.badge-group,.badge-live{background:var(--good-soft);color:var(--good);border:1px solid rgba(22,163,74,.2)}.badge .bdot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.badge-group .bdot,.badge-live .bdot{background:currentColor}.spinner{width:15px;height:15px;border-radius:50%;border:2px solid #d8def7;border-top:2px solid var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.shell{max-width:980px;margin:0 auto;padding:0 28px 160px}.hero{padding:76px 0 44px;max-width:720px}.hero .eyebrow{margin-bottom:22px}.hero h1{font-size:clamp(40px,6vw,66px);line-height:.98;letter-spacing:-.045em;font-weight:700}.hero h1 .accent{color:var(--accent)}.hero p{margin-top:22px;font-size:18px;line-height:1.55;color:var(--ink-2);max-width:540px;font-weight:450}.hero .cta-row{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 1px 2px rgba(16,24,40,.03)}.card.span{grid-column:1/-1}.card .chead{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card h2{font-size:19px;font-weight:600;letter-spacing:-.02em}.num{font-family:var(--mono);font-size:12px;color:var(--ink-3);font-weight:500}.steps{list-style:none;margin:18px 0 0;counter-reset:s;display:flex;flex-direction:column;gap:12px}.steps li{display:grid;grid-template-columns:24px 1fr;grid-gap:13px;gap:13px;align-items:start;font-size:14px;line-height:1.5;color:var(--ink-2)}.steps li b{color:var(--ink);font-weight:600}.steps li:before{counter-increment:s;content:counter(s);font-family:var(--mono);font-size:11px;color:var(--ink);width:24px;height:24px;border-radius:7px;border:1px solid var(--line-2);display:grid;place-items:center;background:#fafafb}.actions{display:flex;align-items:center;gap:12px;margin-top:22px;flex-wrap:wrap}.embed{background:#0c0d10;border-radius:14px;overflow:hidden;border:1px solid #1c1d22}.embed .ebar{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border-bottom:1px solid #1c1d22}.embed .ebar .lights{display:flex;gap:7px}.embed .ebar .lights i{width:11px;height:11px;border-radius:50%;background:#2a2c33;display:block}.embed .ebar .fname{color:#6b6e78}.embed .copy,.embed .ebar .fname{font-family:var(--mono);font-size:11px}.embed .copy{color:#9da1ad;cursor:pointer;background:transparent;border:1px solid #2a2c33;border-radius:7px;padding:4px 9px;transition:color .15s,border-color .15s}.embed .copy:hover{color:#fff;border-color:#3a3d46}.embed pre{margin:0;padding:18px 16px;overflow-x:auto;font-family:var(--mono);font-size:12.5px;line-height:1.75;color:#cdd0d8}.embed .t-tag{color:#7aa2ff}.embed .t-attr{color:#c0a3ff}.embed .t-str{color:#7fd6a0}.embed .t-c{color:#5a5d66}.feat-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:4px}.feat{display:flex;flex-direction:column;gap:6px}.feat .k{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.feat .v{font-size:14px;color:var(--ink-2);line-height:1.5;max-width:230px}.feat .v b{color:var(--ink);font-weight:600}@media (max-width:760px){.grid{grid-template-columns:1fr}.topnav .lnk{display:none}.shell{padding:0 18px 160px}}.setup-shell{max-width:840px;margin:0 auto;padding:40px 28px 90px}.setup-head{max-width:640px;margin-bottom:30px}.setup-head .eyebrow{margin-bottom:16px}.setup-head h1{font-size:clamp(30px,4.4vw,46px);line-height:1.02;letter-spacing:-.04em;font-weight:700}.setup-head p{margin-top:14px;font-size:16.5px;line-height:1.55;color:var(--ink-2);max-width:520px}.console{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 1px 2px rgba(16,24,40,.03)}.console .chead{justify-content:space-between;margin-bottom:22px}.console .chead,.console h2{display:flex;align-items:center}.console h2{font-size:18px;font-weight:600;letter-spacing:-.02em;gap:10px}.mode-guide{transition:opacity .25s,box-shadow .25s,border-color .25s}.mode-guide.is-active{border-color:rgba(22,163,74,.4);box-shadow:0 0 0 3px rgba(22,163,74,.08)}.mode-guide.is-muted{opacity:.55}.step-ok{color:var(--good);font-weight:600}.listening{gap:12px}.listening,.mg-switch{display:flex;align-items:center}.mg-switch{margin-top:22px;padding:14px 16px;border-radius:12px;background:var(--good-soft);border:1px solid rgba(22,163,74,.18);gap:16px;justify-content:space-between}.mg-switch p{font-size:13px;line-height:1.55;color:var(--ink-2)}.mg-switch p .ok{color:var(--good);font-weight:600}.mg-switch-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.mg-switch .btn{white-space:nowrap}@media (max-width:640px){.mg-switch{flex-direction:column;align-items:stretch}.mg-switch-actions{flex-wrap:wrap}}.controls{display:flex;align-items:center;gap:10px;margin-top:22px}.controls .btn{padding:10px 15px;font-size:13.5px;border-radius:10px}.steplabel{font-family:var(--mono);font-size:11px;color:var(--ink-3);white-space:nowrap}.connect-card{margin-bottom:28px}.connect-card .lead{margin-top:6px}.connect-card .steps .sbody{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.tg-handle{display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);font-size:13px;font-weight:500;color:var(--ink);background:#fafafb;border:1px solid var(--line-2);border-radius:9px;padding:6px 7px 6px 11px;cursor:pointer;transition:border-color .15s,background .15s}.tg-handle:hover{border-color:var(--accent);background:var(--accent-soft)}.tg-handle .tg-at{color:var(--ink-3)}.tg-handle .tg-copy{font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-3);background:var(--surface);border:1px solid var(--line-2);border-radius:6px;padding:2px 7px;transition:color .15s,border-color .15s}.tg-handle:hover .tg-copy{color:var(--accent);border-color:var(--accent)}.pair-codebar{display:flex;align-items:center;gap:13px;margin-top:18px;flex-wrap:wrap}.pair-codebox{display:inline-flex;align-items:stretch;border:1px solid var(--line-2);border-radius:11px;overflow:hidden}.pair-code{font-weight:600;font-size:19px;letter-spacing:.22em;color:var(--accent);background:var(--accent-soft);padding:11px 6px 11px 18px;display:flex;align-items:center}.pair-code,.pair-copy{font-family:var(--mono)}.pair-copy{border:none;border-left:1px solid var(--line-2);background:var(--surface);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-3);padding:0 16px;cursor:pointer;transition:color .15s,background .15s}.pair-copy:hover{color:var(--accent);background:var(--accent-soft)}.token-row{display:flex;align-items:stretch;gap:10px;width:100%;max-width:460px}.token-input{flex:1 1;min-width:0;font-family:var(--mono);font-size:13px;color:var(--ink);background:#fafafb;border:1px solid var(--line-2);border-radius:10px;padding:10px 13px;outline:none;transition:border-color .15s,background .15s}.token-input:focus{border-color:var(--accent);background:var(--surface)}.token-input:disabled{opacity:.6}.token-error{font-size:13px;line-height:1.5;color:#b42318;background:#fef3f2;border:1px solid #fcd7d3;border-radius:9px;padding:8px 12px;max-width:460px}.connect-embed pre{white-space:pre}.dash{display:grid;grid-template-columns:320px 1fr 340px;grid-gap:0;gap:0;height:calc(100vh - 65px);border-top:1px solid var(--line)}.dash-col{min-width:0;display:flex;flex-direction:column;min-height:0}.dash-col.inbox{border-right:1px solid var(--line);background:var(--surface)}.dash-col.assist{border-left:1px solid var(--line);background:var(--surface)}.dash-colhead{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid var(--line)}.dash-colhead .ct{font-size:15px;font-weight:600;letter-spacing:-.02em}.dash-colhead .cmeta{font-family:var(--mono);font-size:11px;color:var(--ink-3)}.plan-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 16px;border-bottom:1px solid var(--line);background:#f4f6ff;font-size:12.5px;color:var(--ink-2)}.plan-banner.maxed{background:#fff8eb}.plan-banner a{color:var(--accent);font-weight:600;text-decoration:none;white-space:nowrap}.dash-stats{display:flex;gap:8px;padding:12px 14px;border-bottom:1px solid var(--line)}.dash-stat{flex:1 1;border:1px solid var(--line);border-radius:11px;padding:10px 12px;background:#fafafb}.dash-stat .n{font-size:19px;font-weight:700;letter-spacing:-.03em}.dash-stat .k{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin-top:2px}.dash-stat.accent .n{color:var(--accent)}.convlist{flex:1 1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#dfe0e4 transparent}.convlist::-webkit-scrollbar{width:7px}.convlist::-webkit-scrollbar-thumb{background:#e2e2e6;border-radius:10px}.convitem{display:grid;grid-template-columns:38px 1fr auto;grid-gap:11px;gap:11px;align-items:start;padding:13px 16px;border-bottom:1px solid var(--line);cursor:pointer;border-left:2px solid transparent;transition:background .12s}.convitem:hover{background:#fafafb}.convitem.active{background:var(--accent-soft);border-left-color:var(--accent)}.convitem .cav{width:38px;height:38px;border-radius:11px;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:var(--mono);font-weight:600;font-size:14px}.convitem.closed .cav{background:var(--ink-3)}.convitem .cmid{min-width:0}.convitem .cname{font-size:14px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.convitem .cprev{font-size:12.5px;color:var(--ink-2);line-height:1.4;margin-top:2px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.convitem .cprev .pfx{color:var(--ink-3)}.convitem .cright{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.convitem .ctime{font-family:var(--mono);font-size:10px;color:var(--ink-3);white-space:nowrap}.convitem .cdot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.convitem .ctag{font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);border:1px solid var(--line-2);border-radius:999px;padding:1px 6px}.dash-col.thread{background:linear-gradient(180deg,#ffffff,#fbfbfc)}.thread-head{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--line);background:var(--surface)}.thread-head .tav{width:38px;height:38px;border-radius:11px;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:var(--mono);font-weight:600;font-size:14px;flex:0 0 38px}.thread-head .ttext{flex:1 1;min-width:0}.thread-head .tname{font-size:15px;font-weight:600;letter-spacing:-.01em}.thread-head .tsub{display:flex;align-items:center;gap:7px;font-family:var(--mono);font-size:11px;color:var(--ink-3);margin-top:2px}.thread-head .tactions{display:flex;gap:8px}.thread-msgs{flex:1 1;overflow-y:auto;padding:22px 20px 10px;display:flex;flex-direction:column;gap:3px;scrollbar-width:thin;scrollbar-color:#dfe0e4 transparent}.thread-msgs::-webkit-scrollbar{width:7px}.thread-msgs::-webkit-scrollbar-thumb{background:#e2e2e6;border-radius:10px}.trow{display:flex;flex-direction:column;max-width:72%}.trow.in{align-self:flex-start;align-items:flex-start}.trow.out{align-self:flex-end;align-items:flex-end}.trow.grp-end{margin-bottom:12px}.tname-lbl{font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:var(--ink-3);margin:0 0 4px 2px}.tbubble{padding:10px 14px;font-size:14px;line-height:1.45;letter-spacing:-.005em;white-space:pre-wrap;overflow-wrap:break-word}.trow.in .tbubble{background:#f2f3f6;color:var(--ink);border-radius:15px 15px 15px 5px}.trow.out .tbubble{background:var(--accent);color:#fff;border-radius:15px 15px 5px 15px;box-shadow:0 4px 14px rgba(47,83,255,.18)}.ttime{font-family:var(--mono);font-size:9.5px;color:var(--ink-3);margin:5px 2px 0}.thread-comp{flex:0 0 auto;display:flex;align-items:flex-end;gap:10px;padding:12px 16px 14px;background:var(--surface)}.thread-comp .cfield{flex:1 1;display:flex;flex-direction:column;border:1px solid var(--line-2);border-radius:14px;background:#fbfbfc;transition:border-color .15s,box-shadow .15s,background .15s}.thread-comp .cfield:focus-within{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(47,83,255,.1)}.thread-comp textarea{resize:none;border:none;outline:none;background:transparent;font-family:var(--sans);font-size:14px;line-height:1.45;color:var(--ink);padding:12px 14px 4px;min-height:46px;max-height:160px}.thread-comp textarea::placeholder{color:var(--ink-3)}.comp-row{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 8px 12px}.comp-row .hintk{font-family:var(--mono);font-size:10px;color:var(--ink-3);margin-left:auto}.email-copy{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--ink-2);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.email-copy input{accent-color:var(--accent);width:13px;height:13px;cursor:pointer}.thread-send{border:none;background:var(--ink);color:#fff;width:46px;height:46px;flex:0 0 46px;border-radius:13px;cursor:pointer;display:grid;place-items:center;transition:transform .12s,opacity .12s}.thread-send:hover{transform:translateY(-1px)}.thread-send:disabled{opacity:.4;cursor:default;transform:none}.thread-send svg{width:19px;height:19px}.ai-dock{flex:0 0 auto;display:flex;flex-direction:column;gap:10px;padding:10px 16px 0;border-top:1px solid var(--line);background:var(--surface);max-height:46vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#dfe0e4 transparent}.ai-tools{display:flex;align-items:center;gap:9px}.ai-tools .btn{white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.ai-tools .ask-input{flex:1 1;min-width:0;font-family:var(--sans);font-size:13px;color:var(--ink);padding:8px 12px;border:1px solid var(--line-2);border-radius:10px;background:#fbfbfc;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.ai-tools .ask-input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(47,83,255,.1)}.ai-tools .ask-input::placeholder{color:var(--ink-3)}.cap-x{margin-left:auto;border:none;background:transparent;cursor:pointer;color:var(--ink-3);font-size:11px;padding:0 2px}.cap-x:hover{color:var(--ink)}.vis-head{display:flex;align-items:center;gap:12px}.vis-head .vav{width:44px;height:44px;flex:0 0 44px;border-radius:13px;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:var(--mono);font-weight:600;font-size:16px}.vis-head .vtext{min-width:0}.vis-head .vname{font-size:15px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vis-head .vsub{font-family:var(--mono);font-size:11px;color:var(--ink-3);margin-top:2px}.vis-list{border:1px solid var(--line);border-radius:14px;background:#fafafb;padding:2px 14px}.vrow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.vrow:last-child{border-bottom:none}.vrow .vk{color:var(--ink-3);flex:0 0 auto}.vrow .vv{color:var(--ink);font-weight:500;text-align:right;min-width:0;overflow-wrap:anywhere}.vrow .vv.mono{font-family:var(--mono);font-size:11.5px}.assist-body{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin;scrollbar-color:#dfe0e4 transparent}.assist-body::-webkit-scrollbar{width:7px}.assist-body::-webkit-scrollbar-thumb{background:#e2e2e6;border-radius:10px}.ai-card{border:1px solid var(--line);border-radius:14px;padding:15px;background:#fafafb}.ai-card .cap{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:10px;display:flex;align-items:center;gap:7px}.ai-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10.5px;letter-spacing:.02em;padding:4px 9px;border-radius:999px;border:1px solid var(--line-2);background:#fff;color:var(--ink-2)}.chip .cd{width:6px;height:6px;border-radius:50%;background:var(--ink-3)}.chip.positive .cd{background:var(--good)}.chip.neutral .cd{background:var(--ink-3)}.chip.frustrated .cd,.chip.high .cd,.chip.negative .cd{background:#e0533a}.chip.medium .cd{background:#e0a23a}.chip.low .cd{background:var(--good)}.ai-summary{color:var(--ink-2)}.ai-reply,.ai-summary{font-size:13.5px;line-height:1.55}.ai-reply{color:var(--ink);white-space:pre-wrap;background:#fff;border:1px solid var(--line);border-radius:11px;padding:12px;margin-top:10px}.ai-reply-actions{display:flex;gap:8px;margin-top:10px}.ai-thinking{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink-2)}.ai-err{font-size:12.5px;color:#b42318;line-height:1.5}.dash-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:var(--ink-3);padding:40px}.dash-empty .em{width:52px;height:52px;border-radius:15px;background:#f3f4f7;display:grid;place-items:center;color:var(--ink-3)}.dash-empty .et{font-size:15px;font-weight:600;color:var(--ink-2)}.dash-empty .ep{font-size:13px;max-width:260px;line-height:1.55}@media (max-width:1080px){.dash{grid-template-columns:280px 1fr}.dash-col.assist{display:none}}@media (max-width:720px){.dash{grid-template-columns:1fr}.dash-col.inbox{display:none}}.dash-search{padding:10px 14px 0}.dash-search input{width:100%;font-family:var(--sans);font-size:13.5px;color:var(--ink);padding:8px 12px;border:1px solid var(--line-2);border-radius:10px;background:#fbfbfc;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.dash-search input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(47,83,255,.1)}.dash-search input::placeholder{color:var(--ink-3)}.tdivider{text-align:center;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin:14px 0 12px}.trelay-warn{font-size:10.5px;color:#b54708}.trelay-warn,.tvia{font-family:var(--mono);margin-top:4px}.tvia{font-size:10px;color:var(--ink-3)}.convitem .cstar{color:#e0a23a;font-size:11px;margin-left:5px}.vrow .vlink{color:var(--accent);text-decoration:none;font-weight:500}.vrow .vlink:hover{text-decoration:underline}.status-pill .dot-off{background:var(--ink-3);box-shadow:0 0 0 3px rgba(154,158,167,.18)}.modal-overlay{position:fixed;inset:0;z-index:60;background:rgba(11,11,13,.42);display:flex;align-items:center;justify-content:center;padding:24px}.modal{width:100%;max-width:560px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px 24px 22px;box-shadow:0 30px 80px rgba(11,11,13,.28)}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.modal-head h2{font-size:18px;font-weight:700;letter-spacing:-.02em}.modal-x{border:none;background:transparent;cursor:pointer;color:var(--ink-3);width:30px;height:30px;border-radius:9px;font-size:14px}.modal-x:hover{background:#f3f4f7;color:var(--ink)}.modal-lead{color:var(--ink-2);font-size:14px;line-height:1.55;margin-bottom:14px}.modal-lead code{font-family:var(--mono);font-size:12.5px;background:#f2f3f6;padding:1px 5px;border-radius:5px}.modal-namerow{display:flex;gap:8px}.modal-namerow input{flex:1 1;font-family:var(--sans);font-size:14px;color:var(--ink);padding:9px 12px;border:1px solid var(--line-2);border-radius:10px;background:#fbfbfc;outline:none}.modal-namerow input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(47,83,255,.1)}.modal-tip{margin-top:12px;font-size:12.5px;line-height:1.6;color:var(--ink-2)}.modal-tip code{font-family:var(--mono);font-size:11px;background:#f2f3f6;padding:1px 5px;border-radius:5px}.modal-tip a{color:var(--accent);font-weight:600;text-decoration:none}.modal-hint{margin-top:14px;font-size:13px;line-height:1.55;color:var(--ink-2);background:#fff8eb;border:1px solid #fde2b3;border-radius:10px;padding:10px 12px}.modal-hint a{color:var(--accent);font-weight:600;text-decoration:none}.auth-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:40px 20px}.auth-brand{text-decoration:none}.auth-card{width:100%;max-width:390px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:30px 28px;box-shadow:0 14px 44px rgba(16,24,40,.07)}.auth-title{font-size:24px;font-weight:700;letter-spacing:-.03em}.auth-sub{color:var(--ink-2);font-size:14.5px;line-height:1.55;margin:8px 0 22px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.flabel{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.field input{font-family:var(--sans);font-size:14.5px;color:var(--ink);padding:11px 13px;border:1px solid var(--line-2);border-radius:11px;background:#fbfbfc;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.field input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px rgba(47,83,255,.1)}.field input::placeholder{color:var(--ink-3)}.auth-submit{width:100%;justify-content:center;margin-top:6px}.auth-err{color:#b42318}.auth-err,.auth-note{font-size:13px;line-height:1.5;margin:2px 0 12px}.auth-note{color:#16a34a}.auth-links{display:flex;flex-direction:column;gap:8px;margin-top:18px;font-size:13.5px;color:var(--ink-2);text-align:center}.auth-links a{color:var(--accent);text-decoration:none;font-weight:500}.auth-links a:hover{text-decoration:underline}.auth-textbtn{background:none;border:none;color:var(--accent);font-family:var(--sans);font-size:13.5px;font-weight:500;cursor:pointer}.auth-textbtn:disabled{color:var(--ink-3);cursor:default}.crp{--paper:#fbfbfc;--dark:#0b0b0d;--dark-2:#131318;--dark-line:#232329;--dark-ink-2:#9b9ea8;--dark-ink-3:#62656e;background:var(--bg);color:var(--ink);font-family:var(--sans)}.crp ::selection{background:var(--accent);color:#fff}.crp .eyebrow{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3)}.crp .wrap{max-width:1120px;margin:0 auto;padding:0 32px}.crp .topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(247,247,248,.78);backdrop-filter:saturate(1.4) blur(16px);-webkit-backdrop-filter:saturate(1.4) blur(16px);border-bottom:1px solid var(--line)}.crp .topbar-in{max-width:1120px;margin:0 auto;padding:15px 32px;justify-content:space-between;gap:24px}.crp .brand,.crp .topbar-in{display:flex;align-items:center}.crp .brand{gap:11px;text-decoration:none;color:var(--ink)}.crp .brand .mark{width:27px;height:27px;border-radius:8px;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:var(--mono);font-weight:600;font-size:14px}.crp .brand .name{font-weight:650;font-size:17px;letter-spacing:-.02em}.crp .topnav{display:flex;align-items:center;gap:28px}.crp .topnav a.lnk{font-size:13.5px;color:var(--ink-2);text-decoration:none;font-weight:500;transition:color .15s;white-space:nowrap}.crp .topnav a.lnk:hover{color:var(--ink)}.crp .nav-cta-group{display:flex;align-items:center;gap:10px}.crp .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;text-decoration:none;font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:-.01em;padding:12px 19px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .12s ease,box-shadow .15s ease,background .15s,color .15s,border-color .15s;white-space:nowrap}.crp .btn:active{transform:translateY(1px)}.crp .btn-primary{background:var(--ink);color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.18)}.crp .btn-primary:hover{box-shadow:0 8px 24px rgba(0,0,0,.2);transform:translateY(-1px)}.crp .btn-accent{background:var(--accent);color:#fff;box-shadow:0 1px 2px rgba(47,83,255,.3)}.crp .btn-accent:hover{box-shadow:0 10px 28px rgba(47,83,255,.35);transform:translateY(-1px)}.crp .btn-ghost{background:var(--surface);color:var(--ink);border:1px solid var(--line-2)}.crp .btn-ghost:hover{border-color:#cfd0d6}.crp .btn-sm{padding:9px 15px;font-size:13px;border-radius:9px}.crp .btn-white{background:#fff;color:var(--ink);box-shadow:0 1px 2px rgba(0,0,0,.3)}.crp .btn-white:hover{box-shadow:0 10px 30px rgba(255,255,255,.16);transform:translateY(-1px)}.crp .btn-dark-ghost{background:transparent;color:#fff;border:1px solid var(--dark-line)}.crp .btn-dark-ghost:hover{border-color:#3a3b44;background:#1a1b22}.crp .hero{padding:88px 0 0;text-align:center;position:relative}.crp .hero-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:var(--ink-2);text-transform:uppercase;border:1px solid var(--line-2);background:var(--surface);border-radius:999px;padding:7px 14px;margin-bottom:30px}.crp .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--good);box-shadow:0 0 0 3px rgba(22,163,74,.15)}.crp .hero h1{font-size:clamp(46px,7vw,84px);line-height:1;letter-spacing:-.045em;font-weight:680;max-width:860px;margin:0 auto;text-wrap:balance}.crp .hero h1 .hl{color:var(--accent)}.crp .hero .sub{margin:26px auto 0;font-size:19px;line-height:1.6;color:var(--ink-2);max-width:560px;font-weight:450;text-wrap:pretty}.crp .hero .cta-row{display:flex;gap:12px;margin-top:38px;justify-content:center;flex-wrap:wrap}.crp .hero .fineprint{margin-top:18px;font-family:var(--mono);font-size:11px;letter-spacing:.05em;color:var(--ink-3)}.crp .channels{display:flex;gap:10px;justify-content:center;margin-top:26px;flex-wrap:wrap}.crp .channels .chip{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2);border:1px solid var(--line-2);background:var(--surface);border-radius:999px;padding:7px 14px}.crp .channels .cdot{width:7px;height:7px;border-radius:50%}.crp .channels .cdot.tg{background:#2492cf}.crp .channels .cdot.wa{background:#1fb45a}.crp .channels .cdot.db{background:var(--accent)}.crp .channels .chip.tg{background:#eaf5fc;border-color:#c3e2f4;color:#176fa8}.crp .channels .chip.wa{background:#e9f9ef;border-color:#c2ecd2;color:#14823d}.crp .demo-frame{margin:72px auto 0;max-width:980px;background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:8px;box-shadow:0 40px 100px -24px rgba(11,11,13,.22),0 4px 16px rgba(11,11,13,.05);text-align:left}.crp .demo-frame .dbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:8px 10px 14px}.crp .demo-frame .dots{display:flex;gap:6px}.crp .demo-frame .dots i{width:10px;height:10px;border-radius:50%;background:var(--line-2);display:block}.crp .demo-frame .durl{font-family:var(--mono);font-size:11px;color:var(--ink-3);letter-spacing:.04em;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:5px 16px;justify-self:center}.crp .demo-frame .dspace{height:1px}.crp .demo-mock{position:relative;height:540px;border-radius:14px;overflow:hidden;background:radial-gradient(900px 360px at 18% -10%,#eef1ff 0,rgba(238,241,255,0) 60%),linear-gradient(180deg,#fbfbfc,#f4f5f8);border:1px solid var(--line)}.crp .demo-site{padding:46px 52px;max-width:60%}.crp .demo-site .ds-eyebrow{font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3);margin-bottom:16px}.crp .demo-site h4{font-size:32px;line-height:1.08;letter-spacing:-.03em;font-weight:680;color:var(--ink)}.crp .demo-site p{margin-top:14px;font-size:14px;line-height:1.6;color:var(--ink-2);max-width:320px}.crp .demo-site .ds-row{display:flex;gap:10px;margin-top:22px}.crp .demo-site .ds-btn{font-size:12.5px;font-weight:600;padding:9px 16px;border-radius:9px}.crp .demo-site .ds-btn.solid{background:var(--accent);color:#fff}.crp .demo-site .ds-btn.line{background:#fff;color:var(--ink);border:1px solid var(--line-2)}.crp .demo-site .ds-skeleton{margin-top:30px;display:flex;flex-direction:column;gap:9px}.crp .demo-site .ds-skeleton span{height:9px;border-radius:6px;background:#e7e8ec;display:block}.crp .demo-site .ds-skeleton span:first-child{width:80%}.crp .demo-site .ds-skeleton span:nth-child(2){width:64%}.crp .demo-site .ds-skeleton span:nth-child(3){width:72%}.crp .demo-chat{position:absolute;right:26px;bottom:26px;width:300px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 30px 60px -20px rgba(11,11,13,.3),0 6px 18px rgba(11,11,13,.08)}.crp .demo-chat .dc-head{display:flex;align-items:center;gap:10px;padding:13px 14px;border-bottom:1px solid var(--line)}.crp .demo-chat .dc-ava{width:30px;height:30px;border-radius:9px;background:var(--ink);color:#fff;display:grid;place-items:center;font-family:var(--mono);font-weight:600;font-size:13px}.crp .demo-chat .dc-t{font-size:13px;font-weight:600;letter-spacing:-.01em}.crp .demo-chat .dc-s{display:flex;align-items:center;gap:5px;font-size:10.5px;color:var(--ink-2);margin-top:2px}.crp .demo-chat .dc-s i{width:5px;height:5px;border-radius:50%;background:var(--good);box-shadow:0 0 0 3px rgba(22,163,74,.16)}.crp .demo-chat .dc-body{padding:14px;display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,#fff,#fbfbfc)}.crp .demo-chat .dc-bubble{max-width:80%;padding:9px 12px;font-size:12.5px;line-height:1.45}.crp .demo-chat .dc-bubble.out{align-self:flex-start;background:#f2f3f6;color:var(--ink);border-radius:14px 14px 14px 4px}.crp .demo-chat .dc-bubble.in{align-self:flex-end;background:var(--accent);color:#fff;border-radius:14px 14px 4px 14px;box-shadow:0 4px 14px rgba(47,83,255,.22)}.crp .demo-chat .dc-comp{display:flex;align-items:center;gap:8px;padding:10px;border-top:1px solid var(--line)}.crp .demo-chat .dc-comp .dc-input{flex:1 1;font-size:12px;color:var(--ink-3);border:1px solid var(--line-2);border-radius:11px;background:#fbfbfc;padding:9px 11px}.crp .demo-chat .dc-comp .dc-send{width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:var(--ink);color:#fff;display:grid;place-items:center}.crp .demo-chat .dc-comp .dc-send svg{width:15px;height:15px}@media (max-width:920px){.crp .demo-mock{height:420px}.crp .demo-site{max-width:100%;padding:32px 30px}.crp .demo-site h4{font-size:26px}.crp .demo-chat{width:240px;right:16px;bottom:16px}}@media (max-width:560px){.crp .demo-site .ds-skeleton,.crp .demo-site p{display:none}}.crp .strip{margin-top:84px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}.crp .strip-in{max-width:1120px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.crp .strip .item{display:flex;align-items:baseline;gap:9px;font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.crp .strip .item b{font-family:var(--sans);font-size:15px;letter-spacing:-.01em;color:var(--ink);font-weight:650}.crp section.block{padding:110px 0 0}.crp .sec-head{max-width:620px}.crp .sec-head.center{margin:0 auto;text-align:center}.crp .sec-head .eyebrow{margin-bottom:18px;display:block}.crp .sec-head h2{font-size:clamp(32px,4.2vw,48px);line-height:1.04;letter-spacing:-.035em;font-weight:660;text-wrap:balance}.crp .sec-head .sub{margin-top:18px;font-size:17px;line-height:1.6;color:var(--ink-2);text-wrap:pretty}.crp .hiw{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:36px;gap:36px;margin-top:60px}.crp .hcol{border-top:1px solid var(--ink);padding-top:22px}.crp .hcol .n{font-family:var(--mono);font-size:11px;color:var(--ink-3);letter-spacing:.12em;margin-bottom:30px}.crp .hcol h3{font-size:20px;font-weight:630;letter-spacing:-.02em;margin-bottom:10px}.crp .hcol p{font-size:15px;line-height:1.6;color:var(--ink-2);text-wrap:pretty;max-width:300px}.crp .code-panel{margin:50px auto 0;max-width:780px;background:#0c0d10;border:1px solid #1c1d22;border-radius:16px;overflow:hidden;box-shadow:0 36px 80px -34px rgba(11,11,13,.5),0 4px 16px rgba(11,11,13,.06);text-align:left}.crp .cp-bar{display:flex;align-items:center;gap:10px;padding:11px 14px;border-bottom:1px solid #1c1d22}.crp .cp-dots{display:flex;gap:6px}.crp .cp-dots i{width:10px;height:10px;border-radius:50%;background:#2a2c33;display:block}.crp .cp-file{color:#7e828c;letter-spacing:.04em}.crp .cp-copy,.crp .cp-file{font-family:var(--mono);font-size:11px}.crp .cp-copy{margin-left:auto;cursor:pointer;color:#cdd0d8;background:#1a1b22;border:1px solid #2a2c33;border-radius:7px;padding:5px 12px;transition:background .15s,color .15s,border-color .15s}.crp .cp-copy:hover{background:#22232b;color:#fff;border-color:#3a3b44}.crp .cp-pre{margin:0;padding:18px 18px 20px;overflow-x:auto;font-family:var(--mono);font-size:13px;line-height:1.75;color:#cdd0d8;white-space:pre;-moz-tab-size:2;tab-size:2}.crp .cp-pre .t-tag{color:#7aa2ff}.crp .cp-pre .t-attr{color:#7fd6a0}.crp .cp-pre .t-str{color:#e8b98a}.crp .cp-pre .t-c{color:#5a5d66}.crp .code-cap{text-align:center;margin:16px auto 0;max-width:560px;font-size:13.5px;line-height:1.6;color:var(--ink-2)}.crp .code-cap code{font-family:var(--mono);font-size:12px;background:#f3f4f7;color:var(--ink);padding:1px 5px;border-radius:5px;border:1px solid var(--line)}.crp .featgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;margin-top:54px;border:1px solid var(--line);border-radius:20px;background:var(--surface);overflow:hidden}.crp .fcell{padding:30px 28px 32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.crp .fcell:nth-child(3n){border-right:none}.crp .fcell:nth-last-child(-n+3){border-bottom:none}.crp .fart{height:132px;margin-bottom:22px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--paper);display:flex;align-items:center;justify-content:center}@media (prefers-reduced-motion:no-preference){.crp .featgrid.anim-ready .fcell{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}.crp .featgrid.anim-ready .fcell:nth-child(2){transition-delay:.1s}.crp .featgrid.anim-ready .fcell:nth-child(3){transition-delay:.2s}.crp .featgrid.inview .fcell{opacity:1;transform:none}}.crp .fart-install{flex-direction:column;gap:10px}.crp .fart-install .term{width:86%;background:#0c0d10;border-radius:10px;overflow:hidden;border:1px solid #1c1d22}.crp .fart-install .tbar{display:flex;align-items:center;gap:5px;padding:7px 9px;border-bottom:1px solid #1c1d22}.crp .fart-install .tbar i{width:7px;height:7px;border-radius:50%;background:#2a2c33;display:block}.crp .fart-install .tfile{margin-left:auto;font-family:var(--mono);font-size:8.5px;color:#5a5d66}.crp .fart-install .tline{display:flex;align-items:center;padding:9px 10px 11px;font-family:var(--mono);font-size:10.5px;color:#7fd6a0;white-space:nowrap}.crp .fart-install .type{display:inline-block;overflow:hidden;max-width:100%}.crp .fart-install .caret{width:6px;height:12px;background:#7aa2ff;margin-left:2px;flex:0 0 6px}.crp .fart-install .livepill{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--good);background:#e9f7ee;border:1px solid #c2ecd2;border-radius:999px;padding:4px 10px}.crp .fart-install .lp-dot{width:5px;height:5px;border-radius:50%;background:var(--good)}@media (prefers-reduced-motion:no-preference){.crp .featgrid.anim-ready .fart-install .type{max-width:0}.crp .featgrid.inview .fart-install .type{animation:cr-type 1.6s steps(28) .4s forwards}.crp .featgrid.inview .fart-install .caret{animation:cr-blink 1s step-end infinite}.crp .featgrid.anim-ready .fart-install .livepill{opacity:0;transform:translateY(5px) scale(.94)}.crp .featgrid.inview .fart-install .livepill{animation:cr-pill-in .4s cubic-bezier(.22,1.4,.4,1) 2.2s forwards}}@keyframes cr-type{0%{max-width:0}to{max-width:100%}}@keyframes cr-blink{50%{opacity:0}}@keyframes cr-pill-in{to{opacity:1;transform:none}}.crp .fart-channels{flex-direction:row;gap:0;align-items:center;justify-content:center;padding:0 14px}.crp .src-bubble{display:flex;flex-direction:column;gap:4px;background:var(--surface);border:1px solid var(--line-2);border-radius:12px 12px 12px 4px;padding:8px 12px;box-shadow:0 4px 12px rgba(11,11,13,.06);flex:0 0 auto;max-width:110px}.crp .src-bubble .sb-label{font-family:var(--mono);font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.crp .src-bubble .sb-text{font-size:12px;font-weight:550;letter-spacing:-.01em;color:var(--ink);white-space:nowrap}.crp .fanout{width:52px;height:132px;flex:0 0 52px;display:block}.crp .fanout .lane{fill:none;stroke:var(--line-2);stroke-width:1.5;stroke-dasharray:3 4}.crp .fanout .fdot{opacity:0}.crp .fd-tg{fill:#2492cf}.crp .fd-wa{fill:#1fb45a}.crp .fd-db{fill:var(--accent)}.crp .chipcol{display:flex;flex-direction:column;gap:9px;flex:0 0 auto}@media (prefers-reduced-motion:no-preference){.crp .featgrid.inview .fanout .fdot{opacity:1}.crp .featgrid.anim-ready .src-bubble{opacity:0;transform:translateY(6px) scale(.95)}.crp .featgrid.inview .src-bubble{animation:cr-pill-in .45s cubic-bezier(.22,1.4,.4,1) .25s forwards}}@media (prefers-reduced-motion:reduce){.crp .fanout .fdot{display:none}}.crp .mchip{position:relative;display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:10px;letter-spacing:.07em;text-transform:uppercase;border-radius:999px;padding:6px 14px;border:1px solid var(--line-2);background:var(--surface);color:var(--ink-2)}.crp .mchip .d{width:6px;height:6px;border-radius:50%}.crp .mchip.tg{background:#eaf5fc;border-color:#c3e2f4;color:#176fa8}.crp .mchip.tg .d{background:#2492cf}.crp .mchip.wa{background:#e9f9ef;border-color:#c2ecd2;color:#14823d}.crp .mchip.wa .d{background:#1fb45a}.crp .mchip .ping,.crp .mchip.db .d{background:var(--accent)}.crp .mchip .ping{position:absolute;top:-7px;right:-7px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;color:#fff;font-family:var(--mono);font-size:9px;font-weight:600;font-style:normal;display:grid;place-items:center;border:2px solid var(--paper);transform:scale(0)}@media (prefers-reduced-motion:no-preference){.crp .featgrid.inview .ping{animation:cr-ping 5.4s cubic-bezier(.22,1.4,.4,1) infinite}.crp .featgrid.inview .ping.p1{animation-delay:.6s}.crp .featgrid.inview .ping.p2{animation-delay:2.4s}.crp .featgrid.inview .ping.p3{animation-delay:4.2s}}@keyframes cr-ping{0%{transform:scale(0)}4%{transform:scale(1)}24%{transform:scale(1)}30%{transform:scale(0)}to{transform:scale(0)}}.crp .fart-secure .shield{width:44px;height:44px;border-radius:14px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;position:relative;z-index:1;border:1px solid #dfe5ff}.crp .fart-secure .ring{position:absolute;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--accent);opacity:0}@media (prefers-reduced-motion:no-preference){.crp .featgrid.inview .fart-secure .ring{animation:cr-ripple 3.2s ease-out infinite}.crp .featgrid.inview .fart-secure .ring.r2{animation-delay:1.6s}}@media (prefers-reduced-motion:reduce){.crp .fart-secure .ring{opacity:.25;transform:scale(1.4)}}@keyframes cr-ripple{0%{transform:scale(.7);opacity:.5}to{transform:scale(2.3);opacity:0}}.crp .fcell h3{font-size:16.5px;font-weight:620;letter-spacing:-.015em;margin-bottom:8px}.crp .fcell p{font-size:14px;line-height:1.6;color:var(--ink-2);text-wrap:pretty}.crp .dark-band{margin-top:120px;background:var(--dark);color:#f2f2f5;border-top:1px solid #000;padding:110px 0 120px;position:relative;overflow:hidden}.crp .dark-band:before{content:"";position:absolute;inset:-40% -20% auto;height:70%;background:radial-gradient(700px 380px at 50% 0,rgba(47,83,255,.16),transparent 70%);pointer-events:none}.crp .dark-band .eyebrow{color:var(--dark-ink-3)}.crp .dark-band .sec-head h2{color:#fff}.crp .dark-band .sec-head .sub{color:var(--dark-ink-2)}.crp .free-tier{margin:44px auto 0;max-width:760px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:28px;gap:28px;background:linear-gradient(180deg,#171821,#121318);border:1px solid #262733;border-radius:18px;padding:22px 22px 22px 28px;box-shadow:0 24px 60px -32px rgba(0,0,0,.6);position:relative;z-index:1;text-align:left}.crp .free-tier .ft-plan{display:flex;flex-direction:column;gap:8px;padding-right:28px;border-right:1px solid var(--dark-line)}.crp .free-tier .ft-name{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#8fe3ad}.crp .free-tier .ft-amt{font-size:34px;font-weight:660;letter-spacing:-.04em;line-height:1;color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.crp .free-tier .ft-text{font-size:14px;line-height:1.6;color:var(--dark-ink-2);max-width:420px;text-wrap:pretty}.crp .free-tier .ft-text b{color:#fff;font-weight:600}.crp .bill-toggle{margin:28px auto 0;display:inline-flex;align-items:center;gap:4px;background:var(--dark-2);border:1px solid var(--dark-line);border-radius:999px;padding:4px;position:relative;z-index:1}.crp .bill-toggle button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:-.01em;color:var(--dark-ink-2);background:transparent;padding:8px 18px;border-radius:999px;transition:background .18s,color .18s}.crp .bill-toggle button.on{background:#fff;color:var(--ink)}.crp .bill-toggle .save{font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;color:#8fe3ad;margin-left:5px}.crp .bill-toggle button.on .save{color:var(--good)}.crp .tiers{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:40px;position:relative;z-index:1}.crp .tier{background:var(--dark-2);border:1px solid var(--dark-line);border-radius:20px;padding:32px 28px 30px;display:flex;flex-direction:column;text-align:left}.crp .tier.hot{background:#15161d;border-color:rgba(47,83,255,.55);box-shadow:0 0 0 1px rgba(47,83,255,.35),0 30px 80px -30px rgba(47,83,255,.4)}.crp .tier .thead{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.crp .tier .tname{font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark-ink-2)}.crp .tier.hot .tname{color:#9eb3ff}.crp .tier .pop{font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--accent);border-radius:999px;padding:4px 10px}.crp .tier .price{display:flex;align-items:baseline;gap:7px;margin-top:18px}.crp .tier .price .amt{font-size:52px;font-weight:660;letter-spacing:-.04em;line-height:1;color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.crp .tier .price .per{font-family:var(--mono);font-size:11px;color:var(--dark-ink-3);letter-spacing:.04em}.crp .tier .pdesc{margin-top:14px;font-size:14px;line-height:1.55;color:var(--dark-ink-2);min-height:44px;text-wrap:pretty}.crp .tier ul{list-style:none;margin:26px 0 30px;padding:24px 0 0;border-top:1px solid var(--dark-line);display:flex;flex-direction:column;gap:12px;flex:1 1}.crp .tier li{display:grid;grid-template-columns:18px 1fr;grid-gap:11px;gap:11px;align-items:start;font-size:14px;line-height:1.5;color:var(--dark-ink-2)}.crp .tier li b{color:#fff;font-weight:600}.crp .tier li .ck{color:var(--dark-ink-3);margin-top:2px}.crp .tier.hot li .ck{color:#6fa8ff}.crp .tier .btn{width:100%}.crp .tier .btn-dark-ghost{background:transparent;color:#fff;border:1px solid var(--dark-line)}.crp .tier .btn-dark-ghost:hover{border-color:#3a3b44;background:#1a1b22}.crp .pricing-foot{margin-top:34px;text-align:center;font-family:var(--mono);font-size:11px;letter-spacing:.05em;color:var(--dark-ink-3);position:relative;z-index:1}.crp .faq-band{background:var(--dark);color:#f2f2f5;padding:0 0 120px}.crp .faq-list{max-width:720px;margin:50px auto 0;border-top:1px solid var(--dark-line)}.crp .faq-list details{border-bottom:1px solid var(--dark-line)}.crp .faq-list summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 4px;font-size:16.5px;font-weight:560;letter-spacing:-.015em;color:#fff}.crp .faq-list summary::-webkit-details-marker{display:none}.crp .faq-list summary .pm{font-family:var(--mono);font-size:15px;color:var(--dark-ink-3);transition:transform .2s;flex:0 0 auto}.crp .faq-list details[open] summary .pm{transform:rotate(45deg)}.crp .faq-list .a{padding:0 4px 24px;font-size:14.5px;line-height:1.65;color:var(--dark-ink-2);max-width:620px;text-wrap:pretty}.crp .faq-list .a code{font-family:var(--mono);font-size:12px;background:#1a1b22;border:1px solid var(--dark-line);padding:1px 6px;border-radius:5px;color:#cdd0d8}.crp .final-cta{background:var(--dark);color:#fff;text-align:center;padding:0 0 130px}.crp .final-cta h2{font-size:clamp(36px,5vw,60px);letter-spacing:-.04em;font-weight:670;line-height:1.02;text-wrap:balance}.crp .final-cta .sub{margin:20px auto 0;max-width:480px;font-size:16px;line-height:1.6;color:var(--dark-ink-2)}.crp .final-cta .cta-row{display:flex;gap:12px;justify-content:center;margin-top:36px;flex-wrap:wrap}.crp .final-cta .btn-white{background:#fff;color:var(--ink)}.crp .final-cta .btn-white:hover{box-shadow:0 10px 30px rgba(255,255,255,.18);transform:translateY(-1px)}.crp .final-cta .btn-dark-ghost{background:transparent;color:#fff;border:1px solid var(--dark-line)}.crp .final-cta .btn-dark-ghost:hover{border-color:#3a3b44}.crp footer.site{background:var(--dark);color:var(--dark-ink-2);border-top:1px solid var(--dark-line)}.crp .foot-cols{max-width:1120px;margin:0 auto;padding:44px 32px 10px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.crp .foot-col h4{font-family:var(--mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark-ink-3);margin-bottom:12px;font-weight:600}.crp .foot-col a{display:block;color:var(--dark-ink-2);text-decoration:none;font-size:13px;padding:4px 0;transition:color .15s}.crp .foot-col a:hover{color:#fff}@media (max-width:680px){.crp .foot-cols{grid-template-columns:1fr 1fr;padding:36px 20px 6px}}.crp .foot-in{max-width:1120px;margin:0 auto;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.crp .foot-in .fbrand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:600;font-size:14.5px;letter-spacing:-.01em}.crp .foot-in .fbrand .mark{width:22px;height:22px;border-radius:6px;background:#fff;color:var(--ink);display:grid;place-items:center;font-family:var(--mono);font-size:12px;font-weight:600}.crp .foot-links{display:flex;gap:22px}.crp .foot-links a{color:var(--dark-ink-2);text-decoration:none;font-size:13px;transition:color .15s}.crp .foot-links a:hover{color:#fff}.crp .foot-in .fnote{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--dark-ink-3)}@media (max-width:920px){.crp .featgrid,.crp .hiw,.crp .tiers{grid-template-columns:1fr}.crp .fcell{border-right:none!important;border-bottom:1px solid var(--line)!important}.crp .fcell:last-child{border-bottom:none!important}.crp .topnav a.lnk{display:none}}@media (max-width:680px){.crp .free-tier{grid-template-columns:1fr;gap:18px;padding:24px}.crp .free-tier .ft-plan{flex-direction:row;align-items:baseline;gap:12px;padding-right:0;border-right:none}.crp .free-tier .btn{width:100%}}@media (max-width:560px){.crp .foot-in,.crp .strip-in,.crp .topbar-in,.crp .wrap{padding-left:20px;padding-right:20px}.crp .hero{padding-top:64px}.crp section.block{padding-top:80px}.crp .dark-band{padding:80px 0 90px;margin-top:90px}}.crd{max-width:1120px;margin:0 auto;padding:56px 32px 110px;display:grid;grid-template-columns:218px 1fr;grid-gap:60px;gap:60px;align-items:start}.crd.single{grid-template-columns:1fr;max-width:860px}.crd-side{position:-webkit-sticky;position:sticky;top:84px;align-self:start}.crd-side .toc-title{font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3);margin-bottom:14px}.crd-side nav{display:flex;flex-direction:column;gap:2px;border-left:1px solid var(--line-2)}.crd-side nav a{font-size:13.5px;color:var(--ink-2);text-decoration:none;font-weight:500;padding:6px 0 6px 14px;margin-left:-1px;border-left:2px solid transparent;transition:color .15s,border-color .15s}.crd-side nav a:hover{color:var(--ink)}.crd-side nav a.sub{padding-left:26px;font-size:13px;color:var(--ink-3)}.crd-side .toc-cta{margin-top:24px}.crd-side .toc-cta .btn{width:100%}.crd-main{max-width:760px;min-width:0}.crd-main .doc-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.crd-main h1{font-size:clamp(34px,5vw,46px);line-height:1.05;letter-spacing:-.035em;font-weight:680;text-wrap:balance}.crd-main .lead{margin-top:18px;font-size:18px;line-height:1.6;color:var(--ink-2);text-wrap:pretty;max-width:620px}.crd-main section{padding-top:56px;scroll-margin-top:84px}.crd-main section>h2{font-size:25px;line-height:1.15;letter-spacing:-.025em;font-weight:660;padding-bottom:14px;border-bottom:1px solid var(--line)}.crd-main h3{font-size:16.5px;font-weight:640;letter-spacing:-.015em;margin:30px 0 8px}.crd-main p{font-size:15px;line-height:1.7;color:var(--ink-2);margin-top:14px;text-wrap:pretty}.crd-main li a,.crd-main p a{color:var(--accent);text-decoration:none;font-weight:500}.crd-main li a:hover,.crd-main p a:hover{text-decoration:underline}.crd-main strong{color:var(--ink);font-weight:600}.crd-main code.inline{font-family:var(--mono);font-size:12.5px;background:#f3f4f7;color:var(--ink);padding:1px 6px;border-radius:5px;border:1px solid var(--line)}.crd-main ol.doc-steps{margin:18px 0 0;padding:0;list-style:none;counter-reset:docstep}.crd-main ol.doc-steps>li{position:relative;counter-increment:docstep;padding:0 0 22px 46px;margin:0;border-left:1px solid var(--line-2)}.crd-main ol.doc-steps>li:last-child{border-left-color:transparent;padding-bottom:0}.crd-main ol.doc-steps>li:before{content:counter(docstep);position:absolute;left:-15px;top:-2px;width:30px;height:30px;border-radius:9px;background:var(--ink);color:#fff;font-family:var(--mono);font-size:13px;font-weight:600;display:grid;place-items:center}.crd-main ol.doc-steps>li .st{font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.crd-main ol.doc-steps>li p{margin-top:6px}.crd-main ul.bullets{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px}.crd-main ul.bullets>li{position:relative;padding-left:20px;font-size:15px;line-height:1.6;color:var(--ink-2)}.crd-main ul.bullets>li:before{content:"";position:absolute;left:4px;top:9px;width:5px;height:5px;border-radius:50%;background:var(--ink-3)}.crd-main .opt-table{margin-top:20px;width:100%;border-collapse:collapse;border:1px solid var(--line);border-radius:12px;overflow:hidden;font-size:13.5px}.crd-main .opt-table td,.crd-main .opt-table th{text-align:left;padding:11px 14px;border-bottom:1px solid var(--line);vertical-align:top}.crd-main .opt-table thead th{font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);background:var(--paper);font-weight:500}.crd-main .opt-table tbody tr:last-child td{border-bottom:none}.crd-main .opt-table td code{font-family:var(--mono);font-size:12px;color:var(--accent);background:var(--accent-soft);padding:1px 6px;border-radius:5px;white-space:nowrap}.crd-main .opt-table td.req{color:var(--ink-2)}.crd-main .opt-table .tag-req{color:#b54708;font-weight:600}.crd-main .opt-table .tag-opt{color:var(--ink-3)}.crd-main .callout{margin-top:20px;padding:14px 16px;border-radius:12px;background:var(--accent-soft);border:1px solid #dbe1ff;font-size:14px;line-height:1.6;color:#2c3566}.crd-main .callout.warn{background:#fff8eb;border-color:#fde2b3;color:#7a4a09}.crd-main .callout b{color:inherit}.crd-main .callout code{font-family:var(--mono);font-size:12px;background:rgba(255,255,255,.6);padding:1px 5px;border-radius:5px}.crd-main .code-panel{margin:20px 0 0;max-width:none}.crd-main .code-cap{text-align:left;margin-left:2px}.crd-modes{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:20px}.crd-mode{border:1px solid var(--line);border-radius:14px;padding:18px 18px 20px;background:var(--surface)}.crd-mode .mode-tag{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.crd-mode h3{margin:0 0 6px}.crd-mode p{margin-top:0;font-size:13.5px}@media (max-width:860px){.crd{grid-template-columns:1fr;gap:28px;padding-top:36px}.crd-side{position:static}.crd-side nav{flex-direction:row;flex-wrap:wrap;gap:4px 16px;border-left:none}.crd-side nav a{border-left:none;padding-left:0}.crd-side .toc-cta,.crd-side nav a.sub{display:none}.crd-modes{grid-template-columns:1fr}}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight Fallback;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_d7b1c8{font-family:Inter Tight,Inter Tight Fallback;font-style:normal}.__variable_d7b1c8{--font-sans:"Inter Tight","Inter Tight Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_43cbe1{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_43cbe1{--font-mono:"Geist Mono","Geist Mono Fallback"}