:root{--bg-app:#090d16;--bg-surface:#111827;--bg-surface-glass:#111827bf;--bg-surface-elevated:#1f2937;--bg-surface-hover:#263346;--border-subtle:#ffffff14;--border-focus:#6366f180;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-primary:#6366f1;--accent-primary-hover:#4f46e5;--accent-gradient:linear-gradient(135deg, #6366f1, #8b5cf6);--accent-emerald:#10b981;--accent-emerald-bg:#10b9811f;--accent-rose:#f43f5e;--accent-rose-bg:#f43f5e1f;--user-bubble-bg:linear-gradient(135deg, #3730a3, #4338ca);--assistant-bubble-bg:#111827d9;--shadow-sm:0 1px 2px 0 #00000040;--shadow-md:0 4px 6px -1px #00000059, 0 2px 4px -2px #00000040;--shadow-lg:0 10px 15px -3px #00000073, 0 4px 6px -4px #0000004d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--bg-app);height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Cairo,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}#__nuxt{flex-direction:column;height:100%;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#ffffff1f}::-webkit-scrollbar-thumb:hover{background:#ffffff38}.chat-container{flex-direction:column;width:100%;max-width:960px;height:100vh;margin:0 auto;padding:0 1rem;display:flex}@media (width<=640px){.chat-container{padding:0 .5rem}}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}button:disabled{cursor:not-allowed;opacity:.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseSubtle{0%,to{opacity:.4}50%{opacity:1}}.animate-fade-in{animation:.25s ease-out forwards fadeIn}.animate-pulse{animation:1.5s ease-in-out infinite pulseSubtle}.app-root[data-v-6b8eac6f]{flex-direction:column;min-height:100vh;display:flex}
