*{box-sizing:border-box;font-family:Inter,Arial,sans-serif}body{margin:0;background:#f4f6f8;color:#1d2733}#root{min-height:100vh}.chat-shell{max-width:920px;margin:0 auto;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto auto auto;gap:12px;padding:14px}.chat-header{background:#fff;border-radius:12px;padding:14px 16px;border:1px solid #e3e8ef}.chat-header h1{margin:0 0 4px;font-size:20px}.chat-header p{margin:0;color:#5f6f84;font-size:13px}.chat-messages{background:#fff;border-radius:12px;border:1px solid #e3e8ef;padding:14px;overflow:auto;max-height:calc(100vh - 290px);display:grid;gap:10px}.message-row{display:flex}.message-row-user{justify-content:flex-end}.message-row-ai{justify-content:flex-start}.message-bubble{max-width:78%;border-radius:12px;padding:10px 12px;line-height:1.45}.message-user{background:#1665d8;color:#fff}.message-ai{background:#f2f5f8;border:1px solid #dee7f2}.message-meta{font-size:11px;margin-bottom:6px;color:#607089}.typing{color:#4b5c72}.answer-short{font-weight:700}.answer-steps{margin:8px 0 0;padding-left:20px}.answer-steps li{margin-bottom:6px}.answer-panel{border-radius:10px;padding:10px;margin-top:8px}.answer-panel h4{margin:0 0 8px}.answer-panel ul{margin:0;padding-left:18px}.answer-panel.errors{background:#fff0f0;border:1px solid #f1b3b3}.answer-panel.notes{background:#fff9e8;border:1px solid #f0db8d}.mode-label{display:inline-block;margin-bottom:8px;padding:3px 8px;border-radius:999px;font-size:12px;background:#e6f2ff;color:#0b4ea8}.chat-input-wrap{background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:10px;display:grid;gap:10px}.quick-questions{display:flex;gap:8px;flex-wrap:wrap}.chat-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}textarea{width:100%;min-height:72px;border:1px solid #d6deea;border-radius:10px;padding:10px;resize:vertical}button{cursor:pointer;border:none;border-radius:10px;padding:10px 12px}.send-btn{background:#1665d8;color:#fff}.send-btn:disabled{opacity:.6;cursor:not-allowed}.ghost-btn{background:#eef3f9;color:#223247}.request-cta{display:flex;justify-content:flex-start}.request-cta-block{background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:10px 12px;align-items:center;gap:10px}.request-form{background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:12px;display:grid;gap:8px}.request-form h3{margin:0}.request-form button{width:fit-content;background:#1665d8;color:#fff}.error-banner,.notice-banner,.empty-state{background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:10px 12px}.error-banner{color:#a32626}.notice-banner{color:#146f32}@media (max-width: 720px){.message-bubble{max-width:92%}.chat-input-row{grid-template-columns:1fr}}
