*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#f8faff;color:#1a1a2e}button,input,select,textarea{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}.input-card button,.candidate-card button,.status-head button,.prompt-response 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}.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}.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}.remediation-card{display:grid;gap:14px;border-color:#bfdbfe;background:linear-gradient(145deg,rgb(239 246 255 / 92%),transparent 52%),#fff}.status-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.status-head h2{margin-bottom:6px}.status-head p{margin:0;color:#314155;line-height:1.45}.expiration-date{display:inline-flex;width:fit-content;margin-top:8px;border-radius:999px;padding:6px 10px;color:#155e75;font-size:13px;font-weight:800;background:#cffafe}.prompt-response{display:grid;gap:10px;border:1px solid #dbeafe;border-radius:8px;padding:14px;background:#fff}.prompt-response strong{color:#102a43;line-height:1.35}.prompt-response span{color:#64748b;font-size:13px}.prompt-response textarea{min-height:96px;width:100%;border:1.5px solid #dbe2ea;border-radius:8px;padding:10px 12px;color:#0f172a;resize:vertical}.prompt-response button{width:fit-content}@media(max-width:800px){.notch-shell{grid-template-columns:1fr}.chat-panel{min-height:55vh;border-right:0;border-bottom:1px solid #e5e7eb}.status-head{display:grid}}
