:root{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f1f5f9;background-color:#050914}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#0e1935 0,#050914 60%);color:#f1f5f9}button,input,select,textarea{font-family:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}a.main-link{color:#60a5fa}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(90deg,rgba(9,46,92,.9),rgba(14,22,45,.8));border-bottom:1px solid hsla(0,0%,100%,.08)}.top-bar__title{font-size:1.5rem;font-weight:600}.main-layout{flex:1 1;display:flex;flex-direction:column;padding:1rem;gap:1rem}@media (min-width:1024px){.main-layout{flex-direction:row}}.main-layout--mobile{padding-top:0}.mobile-pane-toggle{display:flex;margin:0 1rem;gap:.75rem}.mobile-pane-toggle button{flex:1 1;padding:.65rem 1rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.05);color:inherit;cursor:pointer}.mobile-pane-toggle button.active{border-color:#60a5fa;background:rgba(96,165,250,.15)}.pane{flex:1 1;padding:1rem;border-radius:16px;background:rgba(6,16,35,.8);border:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;gap:1rem}.pane--left{background:linear-gradient(135deg,rgba(22,12,14,.9),rgba(8,12,24,.95))}.pane--right{background:linear-gradient(135deg,rgba(8,20,46,.92),rgba(12,6,28,.85))}.ghost-button{padding:.45rem .85rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:transparent;color:inherit;cursor:pointer}.section-header{gap:.75rem}.section-header,.voice-controls{display:flex;justify-content:space-between;align-items:center}.voice-controls{gap:1rem;flex-wrap:wrap}.mic-toggle{padding:.35rem .85rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);color:inherit;cursor:pointer}.mic-toggle.active{border-color:#34d399;background:rgba(52,211,153,.15)}.mic-toggle.muted{border-color:#f87171;background:hsla(0,91%,71%,.15)}.mic-control{background:rgba(96,165,250,.15);border:1px solid rgba(96,165,250,.4)}.mic-control.active{border-color:#34d399;background:rgba(52,211,153,.2)}.preflight-card{background:hsla(0,0%,100%,.05);border:1px dashed hsla(0,0%,100%,.15);border-radius:12px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.preflight-card button{align-self:flex-start;border-radius:999px;border:none;padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-weight:600;cursor:pointer}.voice-controls .control-buttons{display:flex;flex-direction:column;gap:.25rem}.voice-controls button{padding:.45rem 1rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.08);color:inherit;cursor:pointer}.toggle-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;opacity:.85}.scam-chat{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.warning-ribbon{background:hsla(0,91%,71%,.15);border:1px dashed hsla(0,91%,71%,.4);border-radius:10px;padding:.5rem .75rem;font-size:.8rem;text-align:center;text-transform:uppercase;letter-spacing:.08em;color:#fca5a5}.chat-window{flex:1 1;background:rgba(0,0,0,.3);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.chat-bubble{padding:.75rem 1rem;border-radius:12px;max-width:80%;line-height:1.3;font-size:.95rem}.chat-bubble--user{background:rgba(59,130,246,.2);align-self:flex-end;border:1px solid rgba(59,130,246,.4)}.chat-bubble--scammer{background:rgba(220,38,38,.15);border:1px solid rgba(239,68,68,.5);align-self:flex-start}.chat-bubble--system{background:hsla(0,0%,100%,.07);align-self:center;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}.chat-meta{margin-top:.35rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;opacity:.7}.chat-input{display:flex;gap:.5rem}.chat-input textarea{flex:1 1;min-height:56px;background:rgba(10,20,40,.8);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;color:inherit;padding:.75rem}.chat-input button{min-width:100px;border:none;border-radius:10px;background:linear-gradient(135deg,#e11d48,#f97316);color:#fff;font-weight:600;cursor:pointer}.quick-prompts{display:flex;flex-wrap:wrap;gap:.5rem}.quick-prompts button{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;padding:.35rem .85rem;color:inherit;cursor:pointer}.quick-prompts button:disabled{opacity:.4;cursor:not-allowed}.companion-card{background:hsla(0,0%,100%,.05);border-radius:12px;padding:1rem;border:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;gap:.5rem}.login-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10}.login-modal{background:rgba(6,16,35,.95);padding:2rem;border-radius:16px;width:min(400px,90%);display:flex;flex-direction:column;gap:1rem;border:1px solid hsla(0,0%,100%,.08)}.login-modal input{width:100%;padding:.75rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.4);color:inherit}.login-modal button{padding:.85rem;border-radius:10px;border:none;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:600;cursor:pointer}.choice-row{display:flex;flex-wrap:wrap;gap:.5rem}.choice-row button{flex:1 1;min-width:180px;border-radius:10px;border:1px solid rgba(56,189,248,.4);background:rgba(56,189,248,.15);color:inherit;padding:.6rem 1rem;cursor:pointer}.input-actions{display:flex;gap:.5rem;align-items:center;margin-top:.5rem}.input-actions button{flex:1 1;border-radius:10px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.1);color:inherit;padding:.6rem .75rem;cursor:pointer}.input-actions .primary-action{background:linear-gradient(135deg,#38bdf8,#2563eb);border:none;color:#fff;font-weight:600}.secondary-controls{display:flex;gap:.5rem;flex-wrap:wrap}.secondary-controls button{flex:1 1;border-radius:12px;border:none;padding:.75rem 1rem;font-weight:600;cursor:pointer;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:inherit}.primary-action{background:linear-gradient(135deg,#38bdf8,#2563eb);border:none;color:#fff;font-weight:600}.primary-action.full-width{width:100%;border-radius:12px;padding:.85rem 1rem}.echo-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.echo-wrapper img{max-width:200px;height:auto;filter:drop-shadow(0 10px 25px rgba(0,0,0,.45))}.status-indicator{margin:.5rem 0;display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.8}.listening-dot{width:10px;height:10px;border-radius:50%;background:#38bdf8;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}to{opacity:.3;transform:scale(.8)}}.pending-indicator{margin-top:.4rem;font-size:.85rem;opacity:.7}