*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg)}#root{min-height:100vh;height:100vh;overflow:hidden}input,textarea,select,button{font-family:inherit;font-size:inherit;box-sizing:border-box}button:focus{outline:2px solid var(--accent);outline-offset:2px}:root{--accent: #25D366;--accent-dark: #1ebe5d;--bg: #F0F2F5;--surface: #FFFFFF;--surface2: #F0F2F5;--border: #E4E6EB;--text-primary: #050505;--text-secondary:#65676B;--bubble-out: #25D366;--bubble-out-text:#FFFFFF;--bubble-in: #FFFFFF;--bubble-in-text:#050505;--online: #25D366;--tab-bar: #FFFFFF;--sidebar-width: 360px;--header-h: 56px;--tab-h: 56px}html[data-theme=dark]{--bg: #000000;--surface: #1C1E21;--surface2: #242526;--border: #3A3B3C;--text-primary: #E4E6EB;--text-secondary:#B0B3B8;--bubble-in: #3A3B3C;--bubble-in-text:#E4E6EB;--tab-bar: #1C1E21}.mobile-only{display:block}.desktop-only{display:none}@media(min-width:768px){.mobile-only{display:none!important}.desktop-only{display:block!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
