@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-primary: #0a0e1a;--bg-secondary: #111827;--bg-card: #1a2235;--bg-card-hover: #1f2a40;--bg-chat: #0d1320;--bg-input: #1a2235;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-primary: #3b82f6;--accent-secondary: #8b5cf6;--accent-gradient: linear-gradient(135deg, #3b82f6, #8b5cf6);--accent-glow: 0 0 20px rgba(59, 130, 246, .3);--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--info: #06b6d4;--border: #1e293b;--border-light: #334155;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--shadow-glow: 0 0 40px rgba(59, 130, 246, .15);--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--chat-user: #1e3a5f;--chat-assistant: #1a2235;--whatsapp-green: #25D366}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-secondary)}button{font-family:var(--font);cursor:pointer;border:none;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes glow{0%,to{box-shadow:0 0 5px #3b82f64d}50%{box-shadow:0 0 20px #3b82f699}}@keyframes typing{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.animate-fade{animation:fadeIn .4s ease-out}.animate-slide{animation:slideUp .5s ease-out}.app-layout.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:220px;background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-header.svelte-12qhfyh{padding:24px 20px;border-bottom:1px solid var(--border)}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.logo-mark.svelte-12qhfyh{font-size:18px;font-weight:800;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--accent-gradient);border-radius:10px;color:#fff;letter-spacing:-.03em}.logo-text.svelte-12qhfyh{display:flex;flex-direction:column}.logo-title.svelte-12qhfyh{font-weight:700;font-size:17px;color:var(--text-primary);letter-spacing:-.02em}.logo-subtitle.svelte-12qhfyh{font-size:10px;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.08em}.nav-links.svelte-12qhfyh{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:2px}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-md);color:var(--text-secondary);font-size:14px;font-weight:500;transition:all .2s}.nav-link.svelte-12qhfyh:hover{background:var(--bg-card);color:var(--text-primary)}.nav-icon.svelte-12qhfyh{font-size:14px;opacity:.7}.sidebar-footer.svelte-12qhfyh{padding:16px 20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.status-badge.svelte-12qhfyh{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--success)}.status-dot.svelte-12qhfyh{width:7px;height:7px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}.version.svelte-12qhfyh{font-size:11px;color:var(--text-muted)}.main-content.svelte-12qhfyh{flex:1;margin-left:220px;min-height:100vh}@media(max-width:768px){.sidebar.svelte-12qhfyh{display:none}.main-content.svelte-12qhfyh{margin-left:0}}
