:root{--bg-page: #0f0f0f;--bg-sidebar: #141414;--bg-card: #151515;--bg-input: #111;--bg-hover: #1a1a1a;--bg-badge: #1a1a2e;--bg-bubble: rgba(30, 30, 50, .95);--border-bubble: #2a2a3e;--border: #1f1f1f;--border-light: #2a2a2a;--border-input: #333;--text-primary: #fff;--text-heading: #eee;--text-body: #ccc;--text-muted: #888;--text-dim: #666;--text-faint: #555;--text-placeholder: #444;--accent: #4f8cff;--accent-hover: #3a75e6;--success: #34d399;--success-bg: rgba(52, 211, 153, .1);--success-border: rgba(52, 211, 153, .2);--error: #f87171;--error-bg: rgba(248, 113, 113, .1);--error-border: rgba(248, 113, 113, .2);--color-scheme: dark}.light-theme{--bg-page: #f5f5f7;--bg-sidebar: #fff;--bg-card: #fff;--bg-input: #f3f4f6;--bg-hover: #f0f0f0;--bg-badge: #eef2ff;--bg-bubble: rgba(255, 255, 255, .97);--border-bubble: #ddd;--border: #e5e5e5;--border-light: #ddd;--border-input: #ccc;--text-primary: #111;--text-heading: #222;--text-body: #333;--text-muted: #666;--text-dim: #888;--text-faint: #aaa;--text-placeholder: #bbb;--accent: #4f8cff;--accent-hover: #3a75e6;--success: #16a34a;--success-bg: rgba(22, 163, 74, .08);--success-border: rgba(22, 163, 74, .2);--error: #dc2626;--error-bg: rgba(220, 38, 38, .06);--error-border: rgba(220, 38, 38, .15);--color-scheme: light}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-page);color:var(--text-primary);transition:background .3s,color .3s}
