*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#f8faff;color:#1a1a2e}button,input,select{font:inherit}.notch-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr)}.chat-panel{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.chat-panel header{background:linear-gradient(135deg,#365ce8,#207f71);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px}.logo{width:32px;height:32px;background:#fff;color:#365ce8;border-radius:8px;display:grid;place-items:center;font-weight:800}.chat-panel header span{display:block;font-size:12px;opacity:.86}.messages{flex:1;padding:20px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.message{max-width:86%;padding:11px 14px;border-radius:14px;line-height:1.5;font-size:14px}.message.bot{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-bottom-left-radius:4px}.input-card{margin:20px;display:grid;gap:10px}.input-card input,.input-card select{padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:8px}.spoken-input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.spoken-input input{min-width:0}.input-card button,.candidate-card button{background:#365ce8;color:#fff;border:0;border-radius:8px;padding:10px 14px;font-weight:700;cursor:pointer}.input-card button:disabled,.candidate-card button:disabled{cursor:wait;opacity:.68}.voice-prompt{display:grid;gap:4px;min-width:132px}.input-card .voice-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;min-height:41px}.input-card .voice-button:disabled{cursor:not-allowed}.input-card .voice-button.listening{background:#137c69}.voice-pulse{width:8px;height:8px;border-radius:999px;background:currentColor}.voice-button.listening .voice-pulse{box-shadow:0 0 0 6px #ffffff2e}.voice-status{color:#6b7280;font-size:12px;line-height:1.35}.workspace{padding:24px;overflow-y:auto}.workspace-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin:14px 0;box-shadow:0 1px 3px #0000000a}@media(max-width:560px){.spoken-input{grid-template-columns:1fr}.voice-prompt{min-width:0}}.candidate-card{border:1px solid #e5e7eb;border-radius:8px;padding:14px;margin:10px 0;display:grid;gap:8px}.candidate-card span,.candidate-card p{color:#6b7280}.confirmed-entity{display:grid;gap:4px;border:1px solid #99f6e4;border-radius:8px;padding:10px 12px;background:#ecfdf5}.confirmed-entity strong{color:#047857}.candidate-note{display:block;color:#6b7280;font-size:14px}.admin-handoff{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;border-radius:8px;padding:11px 14px;color:#fff;font-weight:800;text-decoration:none;background:#207f71}.progress-row{border-bottom:1px solid #f3f4f6;padding:8px 0;font-size:14px}@media(max-width:800px){.notch-shell{grid-template-columns:1fr}.chat-panel{min-height:55vh;border-right:0;border-bottom:1px solid #e5e7eb}}
