:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:#f5f7f9;min-width:320px;min-height:100vh;margin:0}button{font:inherit}button:focus-visible{outline-offset:3px;outline:3px solid #2563eb40}.app{background:#f5f7f9;min-height:100vh}.topbar{background:#fff;border-bottom:1px solid #e5e9ef;justify-content:space-between;align-items:center;height:76px;padding:0 34px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-icon{color:#fff;background:#172033;border-radius:10px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.brand h1{letter-spacing:.12em;margin:0;font-size:15px;font-weight:800;line-height:1}.brand p{color:#8993a5;letter-spacing:.16em;margin:5px 0 0;font-size:9px;font-weight:700}.live-status,.prototype-label{color:#687386;letter-spacing:.08em;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.live-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.6s infinite pulse;box-shadow:0 0 0 5px #ef44441a}.app-layout{min-height:calc(100vh - 76px);display:flex}.sidebar{background:#fff;border-right:1px solid #e5e9ef;flex-direction:column;flex-shrink:0;align-items:center;gap:12px;width:72px;padding:22px 12px;display:flex}.nav-item{color:#a1aaba;cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;width:44px;height:44px;font-size:18px;transition:background .2s,color .2s,transform .2s;display:grid}.nav-item:hover{color:#172033;background:#f0f3f7}.nav-item.active{color:#fff;background:#172033}.nav-item:active{transform:scale(.96)}.sidebar-spacer{flex:1}.dashboard{width:min(1320px,100%);margin:0 auto;padding:38px 42px 28px}.welcome-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:760px;min-height:calc(100vh - 170px);margin:auto;display:flex}.welcome-badge,.eyebrow{color:#7d8798;letter-spacing:.16em;font-size:10px;font-weight:800}.welcome-badge{background:#fff;border:1px solid #dce1e8;border-radius:999px;padding:8px 13px}.welcome-screen h2{letter-spacing:-.045em;color:#172033;margin:22px 0 14px;font-size:clamp(40px,6vw,68px);line-height:.98}.welcome-screen h2 span{color:#718096}.welcome-screen>p{color:#6f7a8d;max-width:550px;margin:0 auto 30px;font-size:15px;line-height:1.7}.primary-button{color:#fff;letter-spacing:.04em;cursor:pointer;background:#172033;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 22px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 8px 22px #1720331f}.primary-button:hover{background:#222d43;transform:translateY(-1px);box-shadow:0 12px 28px #17203329}.primary-button:active{transform:translateY(0)}.privacy-note{color:#8993a3;background:#fff;border:1px solid #e1e6ec;border-radius:10px;max-width:520px;margin-top:22px;padding:13px 16px;font-size:11px;line-height:1.5}.privacy-note span{color:#657184;margin-right:6px}.dashboard-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.dashboard-heading h2{color:#172033;letter-spacing:-.035em;margin:7px 0 0;font-size:30px}.session-controls{align-items:center;gap:20px;display:flex}.session-time{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.session-time span{color:#9aa3b2;letter-spacing:.13em;font-size:8px;font-weight:800}.session-time strong{color:#172033;font-variant-numeric:tabular-nums;font-size:15px}.stop-button{color:#495467;cursor:pointer;background:#fff;border:1px solid #e0e5eb;border-radius:9px;min-height:40px;padding:0 16px;font-size:11px;font-weight:800;transition:border .2s,background .2s}.stop-button:hover{color:#dc2626;background:#fff5f5;border-color:#fecaca}.main-grid{grid-template-columns:minmax(300px,.9fr) minmax(420px,1.4fr);gap:20px;display:grid}.right-column{grid-template-rows:.85fr 1.15fr;gap:20px;display:grid}.card{background:#fff;border:1px solid #e2e7ed;border-radius:16px;box-shadow:0 5px 20px #17203306}.card-header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.card-header>span:first-child,.card-header>div>span{color:#7b8698;letter-spacing:.14em;font-size:9px;font-weight:900}.card-header small{color:#a0a8b5;letter-spacing:0;margin-top:5px;font-size:10px;font-weight:500;display:block}.more-button{color:#a4acb9;letter-spacing:2px;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px}.call-card{flex-direction:column;min-height:520px;padding:24px;display:flex}.caller{align-items:center;gap:13px;margin-top:28px;display:flex}.caller-avatar{color:#596579;background:#eef1f5;border-radius:13px;place-items:center;width:46px;height:46px;font-size:12px;font-weight:900;display:grid}.caller h3{color:#172033;margin:0;font-size:16px}.caller p{color:#9aa3b1;letter-spacing:.1em;margin:4px 0 0;font-size:8px;font-weight:800}.risk-gauge{width:235px;height:180px;margin:34px auto 14px;position:relative;overflow:hidden}.gauge-track,.gauge-progress{transform-origin:50%;border-radius:50%;width:210px;height:210px;position:absolute;top:24px;left:50%}.gauge-track{border:16px solid #edf0f4;border-color:#edf0f4 #edf0f4 #0000 #0000;transform:translate(-50%)rotate(-135deg)}.gauge-progress{border:16px solid #7d8797;border-color:#7d8797 #7d8797 #0000 #0000;transition:transform .7s;left:calc(50% - 105px);transform:rotate(-135deg)}.risk-gauge.low .gauge-progress{border-top-color:#4f9b72;border-right-color:#4f9b72}.risk-gauge.medium .gauge-progress{border-top-color:#d39a3e;border-right-color:#d39a3e}.risk-gauge.high .gauge-progress{border-top-color:#dc6262;border-right-color:#dc6262}.gauge-center{flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:16px;display:flex;position:absolute;inset:0}.gauge-center strong{color:#172033;letter-spacing:-.055em;font-variant-numeric:tabular-nums;font-size:46px;line-height:1}.gauge-center span{color:#8b95a5;letter-spacing:.14em;margin-top:7px;font-size:8px;font-weight:900}.risk-pill{letter-spacing:.1em;border-radius:999px;align-self:center;padding:7px 13px;font-size:9px;font-weight:900}.risk-pill.low{color:#367a55;background:#e9f5ee}.risk-pill.medium{color:#a36c16;background:#fbf2df}.risk-pill.high{color:#c24747;background:#fbe8e8}.signal-caption{text-align:center;color:#a1a9b6;margin:9px 0 0;font-size:9px}.call-controls{justify-content:center;gap:10px;margin-top:auto;padding-top:22px;display:flex}.control-button{color:#687386;cursor:pointer;background:#fff;border:1px solid #e1e6eb;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.control-button:hover{background:#f5f7f9}.control-button.end{color:#fff;background:#172033;border-color:#172033}.visualizer-card{flex-direction:column;min-height:230px;padding:24px;display:flex}.waveform{border-bottom:1px solid #edf0f3;justify-content:center;align-items:center;gap:5px;height:110px;margin-top:25px;padding:0 8px;display:flex}.wave-bar{background:#697589;border-radius:999px;width:4px;min-height:8px;animation:1.1s ease-in-out infinite alternate wave}.visualizer-footer{color:#a0a8b5;letter-spacing:.08em;justify-content:space-between;margin-top:14px;font-size:8px;font-weight:800;display:flex}.visualizer-footer span:first-child{align-items:center;gap:6px;display:flex}.visualizer-footer i,.bottom-status i{background:#4f9b72;border-radius:50%;width:6px;height:6px;display:inline-block}.timeline-card{min-height:270px;padding:24px}.timeline-value{color:#172033!important;letter-spacing:-.03em!important;font-size:20px!important}.chart{gap:10px;height:155px;margin-top:20px;display:flex}.chart-y{color:#adb4c0;flex-direction:column;justify-content:space-between;width:38px;padding:2px 0 7px;font-size:8px;display:flex}.chart-area{flex:1;min-width:0;position:relative;overflow:visible}.chart-grid{background:repeating-linear-gradient(#0000 0 calc(25% - 1px),#edf0f3 calc(25% - 1px) 25%);position:absolute;inset:0}.chart-area svg{color:#647083;width:100%;height:100%;position:absolute;inset:0}.chart-point{background:#fff;border:3px solid #5e6a7c;border-radius:50%;width:9px;height:9px;transition:left .7s,bottom .7s;position:absolute;transform:translate(-50%,50%);box-shadow:0 0 0 4px #5e6a7c14}.chart-x{color:#adb4c0;justify-content:space-between;margin-left:48px;font-size:8px;display:flex}.high-risk-notice{background:#fff9f9;border:1px solid #f1d3d3;border-radius:12px;align-items:center;gap:12px;margin-top:18px;padding:14px 16px;display:flex}.notice-icon{color:#c24747;background:#f8dfdf;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.high-risk-notice strong{color:#a83e3e;font-size:11px;display:block}.high-risk-notice span{color:#8e7a7a;margin-top:3px;font-size:10px;display:block}.bottom-status{color:#99a2af;justify-content:space-between;align-items:center;margin-top:16px;font-size:9px;display:flex}.bottom-status span:first-child{align-items:center;gap:6px;display:flex}.center-state,.stopped-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 170px);display:flex}.center-state h2,.stopped-screen h2{color:#172033;letter-spacing:-.035em;margin:18px 0 8px;font-size:28px}.center-state p,.stopped-screen>p{color:#7d8797;max-width:460px;margin:0 0 22px;font-size:13px;line-height:1.6}.loading-ring{border:3px solid #e4e8ee;border-top-color:#172033;border-radius:50%;width:45px;height:45px;animation:.8s linear infinite spin}.state-icon{border-radius:50%;place-items:center;width:54px;height:54px;font-size:21px;font-weight:900;display:grid}.state-icon.error{color:#c24747;background:#fbe8e8}.state-icon.success{color:#367a55;background:#e9f5ee}.summary-card{background:#fff;border:1px solid #e2e7ed;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;width:min(620px,100%);margin:18px 0 26px;padding:20px;display:grid}.summary-card div{flex-direction:column;gap:7px;padding:5px 18px;display:flex}.summary-card span{color:#9aa3b1;letter-spacing:.12em;font-size:8px;font-weight:800}.summary-card strong{color:#172033;font-size:21px}.footer{text-align:center;color:#adb4c0;padding:0 20px 22px;font-size:9px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}@keyframes wave{0%{opacity:.55;transform:scaleY(.55)}to{opacity:1;transform:scaleY(1)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=950px){.dashboard{padding:28px}.main-grid{grid-template-columns:1fr}.right-column{grid-template-rows:auto auto}.call-card{min-height:500px}}@media (width<=650px){.topbar{height:68px;padding:0 17px}.brand-icon{width:34px;height:34px}.brand h1{font-size:13px}.brand p,.prototype-label{font-size:8px}.app-layout{min-height:calc(100vh - 68px);display:block}.sidebar{z-index:20;border-top:1px solid #e5e9ef;border-right:0;flex-direction:row;justify-content:space-around;width:100%;height:62px;padding:8px 14px;position:fixed;bottom:0;left:0;right:0}.sidebar-spacer{display:none}.nav-item{width:40px;height:40px}.dashboard{padding:24px 15px 88px}.dashboard-heading{flex-direction:column;align-items:flex-start;margin-bottom:18px}.dashboard-heading h2{font-size:25px}.session-controls{justify-content:space-between;width:100%}.session-time{align-items:flex-start}.main-grid,.right-column{gap:14px}.call-card{min-height:470px;padding:19px}.visualizer-card,.timeline-card{padding:19px}.risk-gauge{width:220px;height:170px}.welcome-screen{min-height:calc(100vh - 160px)}.welcome-screen h2{font-size:43px}.welcome-screen>p{font-size:13px}.summary-card{grid-template-columns:1fr;gap:14px}.summary-card div{padding:5px 10px}.bottom-status{flex-direction:column;align-items:flex-start;gap:7px}.high-risk-notice{align-items:flex-start}}
