.landing{--l-bg:#141414;--l-bg-raised:#212121;--l-bg-raised-hover:#272727;--l-fg:#dff8ff;--l-muted:#dff8ff9e;--l-border:#dff8ff1f;--l-accent:#00c3ff;--l-accent-ink:#0e404f;--l-radius:10px;--l-nav-h:61px;--l-fs-title:26px;--l-fs-heading:16px;--l-fs-body:14px;--l-fs-helper:12.5px;background:var(--l-bg);color:var(--l-fg);font-family:var(--font-body), -apple-system, BlinkMacSystemFont, sans-serif;font-size:var(--l-fs-body);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.landing h1,.landing h2,.landing h3{font-family:var(--font-display), sans-serif;letter-spacing:-.02em;line-height:1.2}.landing .l-kicker{font-family:var(--font-mono), monospace;font-size:var(--l-fs-helper);letter-spacing:.06em;text-transform:uppercase;color:var(--l-accent)}.landing a:focus-visible,.landing button:focus-visible,.landing summary:focus-visible,.landing [role=button]:focus-visible,.landing input:focus-visible,.landing select:focus-visible,.landing textarea:focus-visible{outline:2px solid var(--l-accent);outline-offset:2px}.landing .l-skeleton{background:var(--l-bg-raised-hover);border-radius:6px;animation:1.6s ease-in-out infinite l-pulse}.landing .l-skeleton-row{cursor:default}.landing .l-skeleton-line{width:140px;height:10px;display:block}.landing .l-skeleton-line-short{width:88px;height:8px;margin-top:8px}@keyframes l-pulse{50%{opacity:.55}}@media (prefers-reduced-motion:reduce){.landing .l-skeleton{animation:none}.landing .l-spinner{animation-duration:2.4s}}html{scroll-behavior:smooth}.landing .l-nav{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:22px 32px;display:flex}.landing .l-nav-dash{border-bottom:1px solid var(--l-border);z-index:20;background:var(--l-bg);max-width:none;padding:18px 24px;position:sticky;top:0}.landing .l-brand{font-size:16px;font-weight:700}.landing .l-nav-links{align-items:center;gap:28px;font-size:14px;display:flex}.landing .l-nav-links a{color:var(--l-fg);text-decoration:none}.landing .l-nav-links a:hover{color:var(--l-accent)}.landing .l-btn{border-radius:var(--l-radius);font-weight:500;font-size:var(--l-fs-body);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:12px 24px;text-decoration:none;transition:opacity .15s,background .15s;display:inline-flex}.landing .l-btn:hover{opacity:.88}.landing .l-btn:disabled{cursor:not-allowed}.landing .l-btn-primary:disabled,.landing .l-btn-primary:disabled:hover{background:var(--l-bg-raised-hover);color:var(--l-muted);opacity:1}.landing .l-btn-ghost:disabled,.landing .l-btn-ghost:disabled:hover{color:var(--l-muted);opacity:.6}.landing .l-btn-primary{background:var(--l-accent);color:var(--l-accent-ink)}.landing .l-btn-ghost{color:var(--l-fg);border-color:var(--l-border);background:0 0}.landing .l-btn-dark{background:var(--l-bg);color:var(--l-accent)}.landing .l-hero{text-align:center;max-width:900px;margin:0 auto;padding:88px 24px 40px}.landing .l-hero h1{margin:20px 0 22px;font-size:64px;font-weight:700;line-height:1.05}.landing .l-hero p{color:var(--l-muted);max-width:560px;margin:0 auto 32px;font-size:18px;line-height:1.55}.landing .l-hero-ctas{justify-content:center;align-items:center;gap:14px;display:flex}.landing .l-pipeline{grid-template-columns:repeat(3,1fr);gap:0;max-width:900px;margin:56px auto 0;padding:0 24px 96px;display:grid;position:relative}.landing .l-pipeline:before{content:"";background:var(--l-border);height:1px;position:absolute;top:14px;left:calc(16.667% - 2px);right:calc(16.667% - 2px)}.landing .l-pipeline-node{text-align:center;padding:0 8px}.landing .l-pipeline-step{background:var(--l-bg);border:1px solid var(--l-accent);width:28px;height:28px;color:var(--l-accent);font-size:var(--l-fs-helper);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-weight:600;display:flex;position:relative}.landing .l-pipeline-node h4{margin:0 0 4px;font-size:14px;font-weight:500}.landing .l-pipeline-node p{color:var(--l-muted);margin:0;font-size:12.5px;line-height:1.4}.landing .l-section{border-top:1px solid var(--l-border);max-width:1120px;margin:0 auto;padding:64px 24px}.landing .l-section-title{max-width:560px;margin:0 0 40px}.landing .l-section-title.l-center{text-align:center;margin:0 auto 40px}.landing .l-section-title h2{margin:8px 0 10px;font-size:30px;font-weight:700}.landing .l-section-title p{color:var(--l-muted);margin:0;font-size:15px;line-height:1.5}.landing .l-feature-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.landing .l-feature-card{background:var(--l-bg-raised);border:1px solid var(--l-border);border-radius:14px;padding:24px}.landing .l-feature-card .l-dot{background:var(--l-accent);border-radius:50%;width:8px;height:8px;margin-bottom:16px}.landing .l-feature-card h3{margin:0 0 8px;font-size:15px;font-weight:500}.landing .l-feature-card p{color:var(--l-muted);margin:0;font-size:13.5px;line-height:1.55}.landing .l-stat-row{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing .l-stat-card{background:var(--l-bg-raised);border:1px solid var(--l-border);text-align:center;border-radius:14px;padding:28px 24px}.landing .l-stat-card .l-stat-value{font-family:var(--font-display), sans-serif;color:var(--l-accent);letter-spacing:-.02em;font-size:40px;font-weight:700}.landing .l-stat-card .l-stat-label{color:var(--l-muted);margin-top:6px;font-size:13px}.landing .l-demo-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing .l-demo-card{background:var(--l-bg-raised);border:1px solid var(--l-border);text-align:center;border-radius:14px;flex-direction:column;align-items:center;padding:24px;transition:transform .35s,opacity .35s,box-shadow .35s,border-color .35s;display:flex}.landing .l-demo-card-focused{border-color:var(--l-accent);box-shadow:0 0 0 1px var(--l-accent), 0 20px 48px #00c3ff38;z-index:2;transform:scale(1.045)}.landing .l-demo-card-receded{opacity:.6;transform:scale(.96)}.landing .l-demo-stage{aspect-ratio:220/260;border:1px solid var(--l-border);background:#0b0f14;border-radius:12px;width:100%;max-width:220px;margin-bottom:16px;position:relative;overflow:hidden}.landing .l-demo-speaking-dot{background:var(--l-accent);border-radius:50%;width:10px;height:10px;position:absolute;top:10px;right:10px;box-shadow:0 0 0 3px #00c3ff40}.landing .l-demo-card h3{margin:0 0 2px;font-size:16px;font-weight:600}.landing .l-demo-business{color:var(--l-accent);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:12.5px}.landing .l-demo-blurb{color:var(--l-muted);margin:0 0 16px;font-size:13.5px;line-height:1.5}.landing .l-demo-transcript{color:var(--l-fg);min-height:36px;margin:0 0 10px;font-size:13px;line-height:1.45}.landing .l-demo-warning{color:#f0b429;margin:-6px 0 10px;font-size:12px}.landing .l-demo-error{color:#ff6b6b;margin:0 0 10px;font-size:12px}.landing .l-demo-card .l-btn{width:100%}.landing .l-pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.landing .l-pricing-grid.l-cols-5{grid-template-columns:repeat(5,1fr);gap:14px}.landing .l-pricing-grid.l-cols-5 .l-price-card{padding:20px 16px}.landing .l-pricing-grid.l-cols-5 .l-price{font-size:22px}@media (max-width:1080px){.landing .l-pricing-grid.l-cols-5{grid-template-columns:repeat(2,1fr)}}.landing .l-price-card{background:var(--l-bg-raised);border:1px solid var(--l-border);border-radius:14px;flex-direction:column;padding:26px 22px;display:flex}.landing .l-price-card ul{flex:1}.landing .l-price-card.l-featured{border-color:var(--l-accent)}.landing .l-price-card h3{margin:0 0 6px;font-size:14px;font-weight:500}.landing .l-price-card .l-price{font-family:var(--font-display), sans-serif;margin:8px 0 2px;font-size:28px;font-weight:700}.landing .l-price-card .l-price-unit{color:var(--l-muted);font-size:12px;font-weight:400}.landing .l-price-card .l-price-note{color:var(--l-muted);margin-bottom:18px;font-size:12.5px}.landing .l-price-card ul{margin:18px 0 22px;padding:0;font-size:13px;list-style:none}.landing .l-price-card li{border-top:1px solid var(--l-border);color:var(--l-muted);padding:7px 0}.landing .l-price-card li:first-child{border-top:none}.landing .l-faq-list{max-width:720px;margin:0 auto}.landing .l-faq-item{border-top:1px solid var(--l-border);padding:18px 0}.landing .l-faq-item:last-child{border-bottom:1px solid var(--l-border)}.landing .l-faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;font-size:15px;font-weight:500;list-style:none;display:flex}.landing .l-faq-item summary::-webkit-details-marker{display:none}.landing .l-faq-item summary:after{content:"+";color:var(--l-accent);flex-shrink:0;font-size:20px;font-weight:400}.landing .l-faq-item[open] summary:after{content:"−"}.landing .l-faq-item p{color:var(--l-muted);margin:12px 0 0;font-size:14px;line-height:1.6}.landing .l-trust{text-align:center;max-width:640px;color:var(--l-muted);margin:0 auto;font-size:14px;line-height:1.6}.landing .l-cta-band{background:var(--l-accent);color:var(--l-accent-ink);text-align:center;padding:80px 24px}.landing .l-cta-band h2{margin:0 0 12px;font-size:32px;font-weight:700}.landing .l-cta-band p{opacity:.8;max-width:420px;margin:0 auto 28px;font-size:15px;line-height:1.5}.landing .l-footer{max-width:1120px;color:var(--l-muted);justify-content:space-between;align-items:center;margin:0 auto;padding:32px 24px;font-size:13px;display:flex}.landing .l-footer a{color:var(--l-muted);text-decoration:none}.landing .l-footer a:hover{color:var(--l-fg)}.landing .l-login-shell{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.landing .l-login-card{text-align:center;width:100%;max-width:340px}.landing .l-login-card h1{margin:10px 0 8px;font-size:22px;font-weight:700}.landing .l-login-card p{color:var(--l-muted);margin:0 0 24px;font-size:14px;line-height:1.5}.landing .l-login-card .l-field input{text-align:center}.landing .l-account{align-items:center;gap:10px;display:flex}.landing .l-account-avatar{object-fit:cover;border-radius:50%;width:24px;height:24px}.landing .l-account-name{font-size:var(--l-fs-helper);color:var(--l-muted);text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.landing .l-account-initial{background:var(--l-bg-raised);border:1px solid var(--l-border);color:var(--l-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.landing .l-dash-shell{max-width:880px;margin:0 auto;padding:32px 24px 96px}.landing .l-dash-header{margin-bottom:16px}.landing .l-dash-header h1{font-size:var(--l-fs-title);margin:8px 0 6px;font-weight:700}.landing .l-dash-header p{color:var(--l-muted);font-size:var(--l-fs-body);margin:0}.landing .l-flow-rail{background:var(--l-bg-raised);border:1px solid var(--l-border);border-radius:12px;flex-wrap:wrap;align-items:center;margin:0 0 24px;padding:16px;list-style:none;display:flex}.landing .l-flow-step{font-size:var(--l-fs-helper);color:var(--l-muted);align-items:center;gap:8px;display:flex}.landing .l-flow-step+.l-flow-step:before{content:"";background:var(--l-border);flex-shrink:0;width:32px;height:1px;margin:0 16px 0 0}.landing .l-flow-marker{border:1px solid var(--l-border);width:22px;height:22px;font-size:var(--l-fs-helper);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.landing .l-flow-done .l-flow-marker{background:var(--l-accent);border-color:var(--l-accent);color:var(--l-accent-ink)}.landing .l-flow-done .l-flow-label{color:var(--l-fg)}.landing .l-flow-current .l-flow-marker{border-color:var(--l-accent);color:var(--l-accent)}.landing .l-flow-current .l-flow-label{color:var(--l-fg);font-weight:500}.landing .l-dropzone{border:1px dashed var(--l-border);background:var(--l-bg-raised);border-radius:14px;margin-bottom:32px;padding:24px;transition:border-color .15s,background .15s}.landing .l-dropzone.l-drag-active{border-color:var(--l-accent);background:#00c3ff0f}.landing .l-field{margin-bottom:16px}.landing .l-field label{font-size:var(--l-fs-helper);color:var(--l-muted);margin-bottom:8px;display:block}.landing .l-field input[type=text],.landing .l-field select,.landing .l-field textarea{border:1px solid var(--l-border);border-radius:var(--l-radius);width:100%;font-size:var(--l-fs-body);background:var(--l-bg);color:var(--l-fg);padding:8px 12px;font-family:inherit}.landing .l-field textarea{resize:vertical;min-height:90px}.landing .l-field input[type=text]:focus,.landing .l-field select:focus,.landing .l-field textarea:focus{border-color:var(--l-accent);outline:none}.landing .l-drop-target{border:1px dashed var(--l-border);border-radius:var(--l-radius);text-align:center;cursor:pointer;padding:24px;transition:border-color .15s,background .15s}.landing .l-drop-target:hover{border-color:var(--l-accent)}.landing .l-drop-target .l-drop-title{font-size:var(--l-fs-body);margin-bottom:4px;font-weight:500}.landing .l-drop-target .l-drop-file{font-family:var(--font-mono), monospace;font-size:var(--l-fs-helper);color:var(--l-accent)}.landing .l-upload-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px;display:flex}.landing .l-upload-actions .l-helper-text{margin:0}.landing .l-error-text{color:#f87171;font-size:var(--l-fs-helper);margin:16px 0 0}.landing .l-success-text{color:#4ade80;font-size:var(--l-fs-helper);margin:16px 0 0}.landing .l-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:13px;height:13px;margin-right:8px;animation:.6s linear infinite l-spin;display:inline-block}@keyframes l-spin{to{transform:rotate(360deg)}}.landing .l-progress{background:var(--l-bg);border:1px solid var(--l-border);border-radius:100px;height:4px;margin-top:16px;overflow:hidden}.landing .l-progress-bar{background:var(--l-accent);height:100%;transition:width .15s}.landing .l-empty-state{text-align:center;background:var(--l-bg-raised);border:1px solid var(--l-border);border-radius:14px;padding:48px 24px}.landing .l-empty-state h2{font-size:var(--l-fs-heading);margin:0 0 8px;font-weight:600}.landing .l-empty-state p{max-width:54ch;color:var(--l-muted);font-size:var(--l-fs-body);text-wrap:pretty;margin:0 auto 24px;line-height:1.5}.landing .l-helper-text{font-size:var(--l-fs-helper);color:var(--l-muted);margin:8px 0 0;line-height:1.5}.landing .l-list-actions{justify-content:flex-end;margin-bottom:16px;display:flex}.landing .l-avatar-list{flex-direction:column;gap:8px;display:flex}.landing .l-avatar-row{background:var(--l-bg-raised);border:1px solid var(--l-border);width:100%;color:inherit;text-align:left;cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:16px;font-family:inherit;transition:border-color .15s;display:flex}.landing .l-avatar-row:hover{border-color:var(--l-accent);background:var(--l-bg-raised-hover)}.landing .l-avatar-row:hover .l-row-chevron{color:var(--l-accent);transform:translate(2px)}.landing .l-avatar-row-end{flex-shrink:0;align-items:center;gap:12px;display:flex}.landing .l-row-chevron{color:var(--l-muted);transition:color .15s,transform .15s}.landing .l-avatar-row-main{align-items:center;gap:16px;min-width:0;display:flex}.landing .l-avatar-thumb{background:var(--l-bg);border:1px solid var(--l-border);object-fit:cover;border-radius:10px;flex-shrink:0;width:52px;height:52px}.landing .l-avatar-thumb-fallback{background:var(--l-bg-raised-hover);color:var(--l-muted);letter-spacing:.02em;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:inline-flex}.landing .l-avatar-info{min-width:0;padding-top:1px}.landing .l-avatar-name{font-size:var(--l-fs-body);font-weight:500}.landing .l-avatar-meta{font-size:var(--l-fs-helper);color:var(--l-muted);margin-top:2px}.landing .l-quality-detail{font-size:var(--l-fs-helper);color:#f87171;margin-top:6px}.landing .l-btn-expand{font-size:var(--l-fs-helper);color:var(--l-accent);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-family:inherit;display:inline-block}.landing .l-btn-expand:hover{opacity:.8}.landing .l-quality-check-list{font-size:var(--l-fs-helper);margin:8px 0 0;padding-left:0;line-height:1.6;list-style:none}.landing .l-quality-check-list li.l-check-pass{color:#4ade80}.landing .l-quality-check-list li.l-check-fail{color:#f87171}.landing .l-quality-check-list li.l-advisory{color:#fbbf24}.landing .l-status-badge{font-size:var(--l-fs-helper);white-space:nowrap;border-radius:100px;padding:4px 10px;font-weight:500}.landing .l-status-ready{color:#4ade80;background:#4ade8024}.landing .l-status-processing,.landing .l-status-uploading,.landing .l-status-quality_check{color:#fbbf24;background:#fbbf2424}.landing .l-status-failed{color:#f87171;background:#f8717124}.landing .l-btn-delete{color:var(--l-muted);font-size:var(--l-fs-helper);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 7px;font-family:inherit;transition:color .15s,background .15s}.landing .l-btn-delete:hover{color:#f87171;background:#f871711a}.landing .l-btn-delete:disabled{opacity:.5;cursor:not-allowed}.landing .l-dash-layout{align-items:flex-start;width:100%;display:flex}.landing .l-sidebar{border-right:1px solid var(--l-border);width:220px;top:var(--l-nav-h);height:calc(100vh - var(--l-nav-h));flex-direction:column;flex-shrink:0;padding:24px 16px;display:flex;position:sticky;overflow-y:auto}.landing .l-sidebar-nav{flex-direction:column;gap:2px;display:flex}.landing .l-sidebar-account{border-top:1px solid var(--l-border);margin-top:auto;padding-top:16px}.landing .l-sidebar-account .l-account{min-width:0;padding:0 12px}.landing .l-sidebar-account .l-account-name{max-width:100%}.landing .l-sidebar-signout{width:100%;font-family:inherit;font-size:var(--l-fs-body);text-align:left;white-space:nowrap;color:var(--l-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;margin-top:8px;padding:8px 12px;transition:color .15s,background .15s;display:block}.landing .l-sidebar-signout:hover{color:var(--l-fg);background:var(--l-bg-raised)}.landing .l-sidebar-link{color:var(--l-muted);font-size:var(--l-fs-body);white-space:nowrap;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;text-decoration:none;transition:color .15s,background .15s;display:flex}.landing .l-sidebar-link svg{opacity:.9;flex-shrink:0}.landing .l-sidebar-link:hover{color:var(--l-fg);background:var(--l-bg-raised)}.landing .l-sidebar-active{color:var(--l-fg);background:var(--l-bg-raised);font-weight:500}.landing .l-dash-main{flex:1;min-width:0}.landing .l-tool-list{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.landing .l-tool-card{background:var(--l-bg);border:1px solid var(--l-border);border-radius:12px;padding:16px}.landing .l-tool-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.landing .l-tool-row{gap:12px;display:flex}.landing .l-param-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.landing .l-param-row input[type=text]{border:1px solid var(--l-border);font-size:var(--l-fs-helper);background:var(--l-bg);color:var(--l-fg);border-radius:6px;flex:1;padding:8px 10px;font-family:inherit}.landing .l-param-required{font-size:var(--l-fs-helper);color:var(--l-muted);white-space:nowrap;align-items:center;gap:5px;display:flex}.landing .l-connector-note{font-size:var(--l-fs-helper);color:var(--l-muted);margin:0;line-height:1.5}.landing .l-tool-add-row{flex-wrap:wrap;gap:10px;display:flex}.landing .l-tool-test{border-top:1px solid var(--l-border);margin-top:12px;padding-top:10px}.landing .l-tool-test-body{margin-top:8px}.landing .l-tool-test-status{font-size:var(--l-fs-helper);margin:10px 0 4px}.landing .l-tool-test-status.l-ok{color:#7ee2a8}.landing .l-tool-test-status.l-fail{color:#ff9d9d}.landing .l-tool-test-output{border:1px solid var(--l-border);background:var(--l-bg);max-height:220px;font-family:var(--font-mono), monospace;white-space:pre-wrap;word-break:break-word;border-radius:8px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5;overflow:auto}.landing .l-doc-list{flex-direction:column;gap:8px;margin:10px 0;display:flex}.landing .l-doc-row{border:1px solid var(--l-border);background:var(--l-bg);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.landing .l-doc-info{flex-direction:column;gap:2px;min-width:0;display:flex}.landing .l-doc-name{font-size:var(--l-fs-body);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.landing .l-doc-meta{font-size:var(--l-fs-helper);color:var(--l-muted)}.landing .l-doc-input{width:100%;font-size:var(--l-fs-helper);color:var(--l-muted);margin-top:8px;display:block}.landing .l-doc-input::file-selector-button{border:1px solid var(--l-border);color:var(--l-fg);font-family:inherit;font-size:var(--l-fs-body);cursor:pointer;background:0 0;border-radius:8px;margin-right:10px;padding:8px 14px}.landing .l-doc-input::file-selector-button:hover{background:var(--l-bg-raised)}.landing dialog.l-avatar-dialog.l-agent-dialog{width:min(940px,100vw - 48px);height:min(780px,100vh - 48px);max-height:none;overflow:hidden}.landing .l-agent-dialog-split{align-items:stretch;height:100%;display:flex}.landing .l-agent-dialog-media{border-right:1px solid var(--l-border);background:var(--l-bg);flex-direction:column;flex-shrink:0;width:360px;display:flex;overflow:hidden}.landing .l-agent-dialog-config{flex:1;min-width:0;overflow-y:auto}.landing .l-agent-dialog-media .l-avatar-dialog-video,.landing .l-agent-dialog-media .l-avatar-dialog-placeholder{aspect-ratio:auto;object-fit:cover;height:100%}.landing .l-agent-dialog-config .l-avatar-dialog-header{padding-right:34px}.landing .l-agent-dialog-media .l-live-test{flex-direction:column;height:100%;min-height:0;display:flex}.landing .l-agent-dialog-media .l-live-test-video-wrap{aspect-ratio:auto;flex:1;min-height:0}.landing .l-live-test-video-wrap{padding:0;position:relative}.landing .l-live-test-video{object-fit:cover;background:#000;width:100%;height:100%}.landing .l-live-test-overlay{color:#fff;font-size:var(--l-fs-helper);text-align:center;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.landing .l-live-test-bar{border-bottom:1px solid var(--l-border);justify-content:space-between;align-items:center;gap:12px;padding:10px 24px;font-size:13px;display:flex}.landing .l-live-test-status{color:var(--l-muted)}.landing .l-live-test-activity{border-bottom:1px solid var(--l-border);flex-direction:column;gap:6px;max-height:160px;padding:10px 24px;display:flex;overflow-y:auto}.landing .l-live-test-line{font-size:var(--l-fs-helper);line-height:1.5}.landing .l-live-test-assistant strong{color:var(--l-accent,inherit)}.landing .l-live-test-tool{color:var(--l-muted);font-style:italic}.landing .l-live-test-tool-failed{color:#ff9d9d;word-break:break-word;font-style:normal}.landing dialog.l-avatar-dialog{border:1px solid var(--l-border);background:var(--l-bg-raised);width:min(560px,100vw - 48px);max-height:min(720px,100vh - 48px);color:var(--l-fg);border-radius:16px;margin:0;padding:0;position:fixed;top:50%;left:50%;overflow:hidden auto;transform:translate(-50%,-50%)}.landing dialog.l-avatar-dialog::backdrop{background:#0009}.landing .l-avatar-dialog-video{aspect-ratio:1;object-fit:cover;background:var(--l-bg);width:100%;display:block}.landing .l-avatar-dialog-placeholder{aspect-ratio:16/10;background:var(--l-bg-raised-hover);justify-content:center;align-items:center;display:flex}.landing .l-dialog-initials{letter-spacing:.02em;color:var(--l-muted);font-size:34px;font-weight:600}.landing .l-avatar-dialog-body{padding:20px 24px 24px}.landing .l-avatar-dialog-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.landing .l-avatar-dialog-header h2{font-size:var(--l-fs-heading);margin:0;font-weight:700}.landing .l-dialog-close{color:#fff;cursor:pointer;z-index:1;background:#0000008c;border:none;border-radius:50%;width:30px;height:30px;font-size:18px;line-height:1;position:absolute;top:12px;right:12px}.landing .l-dialog-close:hover{background:#000000bf}.landing .l-dialog-delete{border:1px solid var(--l-border);margin-top:18px;display:block}.landing .l-voice-row-compact{border:1px solid var(--l-border);border-radius:var(--l-radius);background:var(--l-bg-raised-hover);align-items:center;gap:10px;padding:10px 12px;display:flex}.landing .l-voice-row-compact .l-voice-glyph{background:var(--l-accent-ink);width:28px;height:28px;color:var(--l-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing .l-voice-row-compact .l-voice-info{flex:1;min-width:0}.landing .l-voice-row-compact .l-voice-name{font-weight:600;font-size:var(--l-fs-body)}.landing .l-voice-row-compact .l-voice-descriptor{color:var(--l-muted);font-size:var(--l-fs-helper);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.landing dialog.l-voice-picker{border:1px solid var(--l-border);background:var(--l-bg-raised);width:min(480px,100vw - 48px);max-height:min(640px,100vh - 48px);color:var(--l-fg);border-radius:16px;margin:0;padding:0;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.landing dialog.l-voice-picker::backdrop{background:#0009}.landing .l-voice-picker-body{flex-direction:column;height:min(640px,100vh - 48px);padding:20px 20px 12px;display:flex}.landing .l-voice-picker-body h3{font-size:var(--l-fs-heading);margin:0 0 14px;font-weight:700}.landing .l-voice-filters{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.landing .l-voice-filter-pill{font-size:var(--l-fs-helper);border:1px solid var(--l-border);color:var(--l-muted);cursor:pointer;background:0 0;border-radius:100px;padding:5px 12px;font-weight:500}.landing .l-voice-filter-pill:hover{color:var(--l-fg)}.landing .l-voice-filter-active{background:var(--l-accent-ink);border-color:var(--l-accent);color:var(--l-accent)}.landing .l-voice-list{flex:1;margin:0 -8px;padding:0 8px;overflow-y:auto}.landing .l-voice-row{border-radius:var(--l-radius);cursor:pointer;align-items:center;gap:10px;padding:9px 8px;display:flex}.landing .l-voice-row:hover,.landing .l-voice-row-focused{background:var(--l-bg-raised-hover)}.landing .l-voice-row-current{box-shadow:inset 2px 0 0 var(--l-accent)}.landing .l-voice-play{border:1px solid var(--l-border);width:28px;height:28px;color:var(--l-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing .l-voice-play:hover{color:var(--l-fg);border-color:var(--l-fg)}.landing .l-voice-play-active{border-color:var(--l-accent);color:var(--l-accent)}.landing .l-voice-eq{justify-content:center;align-items:center;gap:2px;height:12px;display:flex}.landing .l-voice-eq span{background:currentColor;border-radius:1px;width:2px;height:100%;animation:.9s ease-in-out infinite l-voice-eq-bounce}.landing .l-voice-eq span:nth-child(2){animation-delay:.15s}.landing .l-voice-eq span:nth-child(3){animation-delay:.3s}@keyframes l-voice-eq-bounce{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.landing .l-voice-eq span{animation:none;transform:scaleY(.7)}}.landing .l-voice-info{flex:1;min-width:0}.landing .l-voice-name{font-weight:600;font-size:var(--l-fs-body);align-items:center;gap:8px;display:flex}.landing .l-voice-current-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--l-accent);font-size:10.5px;font-weight:600}.landing .l-voice-descriptor{color:var(--l-muted);font-size:var(--l-fs-helper);display:block}.landing .l-voice-tag{color:var(--l-muted);border:1px solid var(--l-border);border-radius:100px;flex-shrink:0;padding:2px 8px;font-size:10.5px}@media (max-width:780px){.landing .l-hero h1{font-size:38px}.landing .l-hero p{font-size:16px}.landing .l-pipeline{grid-template-columns:1fr;gap:32px 0}.landing .l-pipeline:before{display:none}.landing .l-feature-grid,.landing .l-stat-row,.landing .l-demo-grid,.landing .l-pricing-grid,.landing .l-pricing-grid.l-cols-5{grid-template-columns:1fr}.landing .l-footer{text-align:center;flex-direction:column;gap:8px}.landing .l-avatar-row{gap:12px;padding:14px}.landing .l-row-chevron{display:none}.landing .l-dash-layout{flex-direction:column}.landing dialog.l-avatar-dialog.l-agent-dialog{height:min(780px,100vh - 48px)}.landing .l-agent-dialog-split{flex-direction:column;height:100%;overflow-y:auto}.landing .l-agent-dialog-media{border-right:none;border-bottom:1px solid var(--l-border);width:100%}.landing .l-agent-dialog-config{overflow-y:visible}.landing .l-agent-dialog-media .l-live-test-video-wrap{aspect-ratio:1;flex:none}.landing .l-sidebar{border-right:none;border-bottom:1px solid var(--l-border);flex-direction:row;align-items:center;gap:8px;width:100%;height:auto;min-height:0;padding:10px 16px;position:static;overflow-y:visible}.landing .l-sidebar-nav{flex-direction:row;gap:4px}.landing .l-sidebar-account{border-top:none;align-items:center;gap:4px;margin-top:0;margin-left:auto;padding-top:0;display:flex}.landing .l-sidebar-account .l-account-name{display:none}.landing .l-sidebar-signout{width:auto;margin-top:0}.landing .l-flow-rail{gap:8px 16px;padding:12px 16px}.landing .l-flow-step+.l-flow-step:before{display:none}.landing .l-tool-row{flex-direction:column}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_609e3a3d-module__0XoLIq__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_609e3a3d-module__0XoLIq__variable{--font-display:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_b9e3ab56-module__Et5GFW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_b9e3ab56-module__Et5GFW__variable{--font-body:"Inter", "Inter Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/606d931d1de1f041-s.05w992gizc866.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/93ce1fb4a74b790b-s.1m9k836wuo8c7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3673b45bb7dd3324-s.2lz2vdkeqaz2g.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1317291d1835f011-s.1ocfy-u58n01e.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4656623e11daf2b7-s.3r4--ze9tqti8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e1750518007a189a-s.p.29e6ydd6osd72.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_15c5cef5-module__xqtipa__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal;font-weight:500}.jetbrains_mono_15c5cef5-module__xqtipa__variable{--font-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
