:root{--bg: #14122b;--bg-alt: #1c1a3d;--bg-elevated: #262456;--border: #3c3970;--text: #e9e6ff;--text-muted: #9b94c9;--accent-pink: #f6a8d1;--accent-cyan: #9be8e4;--accent-purple: #c6a6f7;--accent-blue: #93b6ff;--bg-gradient: linear-gradient(135deg, #1a1740 0%, #221c4d 45%, #2a2161 100%);--bubble-outbound-text: #1a1740}:root[data-theme=light]{--bg: #f5f2ff;--bg-alt: #ffffff;--bg-elevated: #ffffff;--border: #ddd5f7;--text: #2a2552;--text-muted: #6f6797;--accent-pink: #ef5fa8;--accent-cyan: #19b3ad;--accent-purple: #8a5cf0;--accent-blue: #4f7fe6;--bg-gradient: linear-gradient(135deg, #f0eeff 0%, #f7eeff 100%);--bubble-outbound-text: #1a1740}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Consolas,Courier New,monospace;background:var(--bg);color:var(--text)}*{scrollbar-color:var(--border) var(--bg-alt);scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--bg-alt)}*::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}*::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}
