:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f1f3f5;--text: #111827;--text-muted: #6b7280;--border: #e5e7eb;--accent: #0d9488;--accent-hover: #0f766e;--on-accent: #ffffff;--assistant-bubble: #f1f3f5;--assistant-text: #111827;--user-bubble: var(--accent);--user-text: #ffffff;--warn-bg: #fef3c7;--warn-border: #fde68a;--warn-text: #92400e;--danger: #b91c1c;--danger-bg: #fef2f2;--danger-border: #fecaca;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 4px 16px rgba(15, 23, 42, .08)}:root[data-theme=dark]{--bg: #0b0f14;--surface: #151a21;--surface-2: #1e242c;--text: #e5e7eb;--text-muted: #94a3b8;--border: #2a323c;--accent: #14b8a6;--accent-hover: #2dd4bf;--on-accent: #04231f;--assistant-bubble: #1e242c;--assistant-text: #e5e7eb;--user-bubble: var(--accent);--user-text: #04231f;--warn-bg: #3a2e12;--warn-border: #5a4718;--warn-text: #fde68a;--danger: #fca5a5;--danger-bg: #2a1414;--danger-border: #5a2323;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4)}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{margin:0;background:var(--bg);color:var(--text);transition:background-color .2s,color .2s}
