@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap";:root{--color-bg-base: #0a0a0a;--color-bg-surface: #141414;--color-bg-elevated: #1e1e1e;--color-bg-overlay: #282828;--color-bg-sidebar: #181818;--color-primary-400: #60a5fa;--color-primary-500: #3b82f6;--color-primary-600: #2563eb;--color-text-primary: #e4e4e7;--color-text-secondary: #a1a1aa;--color-text-tertiary: #71717a;--color-error: #ef4444;--color-border-subtle: hsla(0, 0%, 100%, .1);--color-border-input: hsla(0, 0%, 100%, .1);--font-size-heading1: 24px;--font-size-body: 14px;--font-size-body-small: 13px;--font-size-caption: 12px;--font-weight-medium: 500;--font-weight-semibold: 600;--line-height-snug: 1.2;--line-height-normal: 1.5;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-8: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-modal: 0 8px 32px rgba(0, 0, 0, .6);--shadow-glow-subtle: 0 0 10px rgba(59, 130, 246, .3);--shadow-glow-primary: 0 0 20px rgba(59, 130, 246, .5);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--easing-default: ease-out;--size-input-height: 44px;--size-button-default: 48px;--size-sidebar-collapsed: 52px;--size-sidebar-expanded: 220px;--size-avatar-sm: 32px;font-family:Nunito,Inter,Segoe UI,sans-serif;line-height:var(--line-height-normal);font-weight:400;color:var(--color-text-primary);background-color:var(--color-bg-base);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#404040 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#505050}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-button:single-button{width:0;height:0;display:none}html{font-size:14px}body{width:100%;min-height:100%;font-size:var(--font-size-body);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-bg-base);overflow-x:hidden}#root{width:100%;min-height:100vh}
