@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:16px;scroll-behavior:smooth}:root{--bg-color: #0e0e10;--sidebar-bg: #1e1f20;--text-color: #e3e3e8;--accent-color: #8ab4f8;--border-color: rgba(255, 255, 255, .08);--input-bg: rgba(255, 255, 255, .05);--msg-user-bg: rgba(255, 255, 255, .06);--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--gemini-glow: 0 0 20px rgba(138, 180, 248, .4)}body.theme-oled{--bg-color: #000000;--sidebar-bg: #000000;--border-color: #222}body.theme-purple{--bg-color: #0d0a1a;--sidebar-bg: #151125;--accent-color: #d8b4fe;--border-color: rgba(216, 180, 254, .1);--msg-user-bg: rgba(216, 180, 254, .08)}body.theme-high-contrast{--bg-color: #000;--text-color: #fff;--accent-color: #ffff00;--border-color: #fff;--input-bg: #000}body{font-family:Google Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;-webkit-tap-highlight-color:transparent;line-height:1.6;transition:background-color .3s,color .3s}*:focus-visible{outline:2px solid #4285f4;outline-offset:2px}::selection{background:#4285f44d;color:#fff}#root{min-height:100vh;display:flex;width:100%;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
