html,body,#app{margin:0;padding:0;height:100%;width:100%}:root{--bg-primary: #fafafa;--bg-secondary: #f0f0f0;--bg-sidebar: #f5f5f5;--bg-card: #fff;--bg-card-hover: #fafafa;--bg-input: #fff;--border-color: #e0e0e0;--border-light: #ebebeb;--accent-primary: #333;--accent-hover: #1a1a1a;--accent-muted: #888;--text-primary: #1a1a1a;--text-secondary: #666;--text-muted: #999;--success: #2e7d32;--error: #c62828;--warning: #f57f17;--msg-user-bg: #f5f5f5;--msg-assistant-bg: #f5f5f5;--msg-system-border: #bdbdbd;--code-bg: #f4f4f4;--text-on-accent: #fff;--text-on-overlay: #fff;--accent-info: #4a90d9;--accent-primary-rgb: 51, 51, 51;--accent-hover-rgb: 26, 26, 26;--text-primary-rgb: 26, 26, 26;--text-muted-rgb: 153, 153, 153;--success-rgb: 46, 125, 50;--error-rgb: 198, 40, 40;--warning-rgb: 245, 127, 23;--accent-info-rgb: 74, 144, 217}.dark{--bg-primary: #1a1a1a;--bg-secondary: #252525;--bg-sidebar: #202020;--bg-card: #333;--bg-card-hover: #333;--bg-input: #2a2a2a;--border-color: #3a3a3a;--border-light: #333;--accent-primary: #e0e0e0;--accent-hover: #f5f5f5;--accent-muted: #888;--text-primary: #f0f0f0;--text-secondary: silver;--text-muted: #888;--success: #66bb6a;--error: #ef5350;--warning: #ffb74d;--msg-user-bg: #252525;--msg-assistant-bg: #252525;--msg-system-border: #555;--code-bg: #1e1e1e;--text-on-accent: #1a1a1a;--text-on-overlay: #fff;--accent-info: #6ba3d6;--accent-primary-rgb: 240, 240, 240;--accent-hover-rgb: 245, 245, 245;--text-primary-rgb: 240, 240, 240;--text-muted-rgb: 136, 136, 136;--success-rgb: 102, 187, 106;--error-rgb: 239, 83, 80;--warning-rgb: 255, 183, 77;--accent-info-rgb: 107, 163, 214}html,body{width:100%;height:100%;overflow:hidden}code,pre,.mono{font-family:JetBrains Mono,Fira Code,Consolas,monospace}*{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea{font-family:inherit}html,body,#app{width:100%;height:100%;overflow:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.6}a{color:var(--accent-primary);text-decoration:none}a:hover{color:var(--accent-hover)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:rgba(var(--accent-primary-rgb),.3)}
