@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--bg-dark:#0f172a;--bg-panel:#1e293bb3;--bg-panel-hover:#1e293be6;--border-color:#ffffff1a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#3b82f6;--accent-hover:#2563eb;--danger-color:#ef4444;--success-color:#10b981;--ai-message-bg:#3b82f626;--user-message-bg:#ffffff0d;--ai-message-border:#3b82f64d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}#root{width:100%;height:100vh;display:flex;overflow:hidden}h1,h2,h3,h4{color:var(--text-primary);font-weight:600}p{color:var(--text-secondary);line-height:1.5}.glass-panel{background:var(--bg-panel);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:12px}.app-container{width:100%;height:100%;display:flex}.customer-view{border-right:1px solid var(--border-color);background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);flex:1;justify-content:center;align-items:center;display:flex;position:relative}.agent-dashboard{background:var(--bg-dark);flex-direction:column;flex:1;height:100%;display:flex}.chat-widget{flex-direction:column;width:380px;height:600px;display:flex;box-shadow:0 25px 50px -12px #00000080}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out forwards fadeIn}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
