:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden}.app-shell{display:grid;grid-template-columns:280px 1fr;height:100vh;overflow:hidden;background:#f8fafc}.sidebar{border-right:1px solid #e2e8f0;padding:16px;background:#fff;display:flex;flex-direction:column;gap:16px;height:100vh;overflow:hidden}.sidebar-header{display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin:0 0 4px}.customer-name{margin:0;font-weight:700;color:#0f172a}.sidebar-section{flex:1;display:flex;flex-direction:column;gap:8px;min-height:0;overflow:hidden}.sidebar-title{display:flex;justify-content:space-between;align-items:center;font-weight:600}.chat-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.chat-list-item{width:100%;text-align:left;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:all .15s ease}.chat-list-item:hover{border-color:#cbd5e1;background:#f8fafc}.chat-list-item.active{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.chat-title{font-weight:600;color:#0f172a}.chat-id{font-size:12px;color:#94a3b8;word-break:break-all}.chat-pane{display:grid;grid-template-rows:auto 1fr auto;height:100vh;overflow:hidden}.chat-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#fff}.chat-header h1{margin:0;font-size:22px}.chat-body{padding:20px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:12px;min-height:0}.muted{color:#64748b;margin:0}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:12px}.error-banner{padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3}.empty-state{border:1px dashed #cbd5e1;border-radius:12px;padding:16px;background:#fff}.message-list{display:flex;flex-direction:column;gap:12px}.message{padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.message.user{background:#eef2ff;border-color:#c7d2fe}.message.assistant{background:#f8fafc}.message-meta{margin-bottom:6px}.message-content{white-space:pre-wrap;line-height:1.6}.composer{display:flex;flex-direction:column;gap:8px;padding:14px 20px;border-top:1px solid #e2e8f0;background:#fff;position:sticky;bottom:0;z-index:10}.composer textarea{width:100%;resize:vertical;min-height:60px;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;font:inherit;background:#f8fafc}.composer textarea:focus{outline:2px solid #2563eb;outline-offset:1px;background:#fff}.composer-actions{display:flex;justify-content:flex-end}.primary-button,.secondary-button{border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;transition:all .15s ease}.primary-button{background:#2563eb;color:#fff}.primary-button:disabled{opacity:.6;cursor:not-allowed}.primary-button:not(:disabled):hover{background:#1d4ed8}.secondary-button{background:#e2e8f0;color:#0f172a}.secondary-button:hover{background:#cbd5e1}
