:root{--accent: #25d366;--accent2: #128c7e;--accent-dim: #25d36620;--accent-hover: #1fbc57;--danger: #ff4d6d;--danger-dim: rgba(239,68,68,.12);--warn: #f7b731;--info: #4a9eff;--sale: #f59e0b;--sale-dim: rgba(245,158,11,.15);--nav-w: 64px;--panel-w: 300px;--right-w: 260px;--safe-bottom: env(safe-area-inset-bottom, 16px);--safe-top: env(safe-area-inset-top, 0px)}:root,[data-theme=dark]{--bg: #0d0f14;--surface: #13151c;--surface2: #1a1d27;--surface3: #212533;--border: #ffffff0f;--border2: #ffffff18;--text: #f0f2f8;--text-2: #8b90a7;--text-3: #555b72;--bubble-out: #1a3d2b;--bubble-in: #1a1d27;--bubble-auto:#1a2d3d}[data-theme=light]{--bg: #f0f2f5;--surface: #ffffff;--surface2: #f0f2f5;--surface3: #e9edef;--border: #0000000f;--border2: #00000018;--text: #111b21;--text-2: #54656f;--text-3: #8696a0;--bubble-out: #025c4b;--bubble-in: #ffffff;--bubble-auto:#1e3a5f}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden;position:relative}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea{font-family:inherit;color:var(--text);outline:none}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:2px}.mobile-app{height:100vh;height:100dvh;position:relative;overflow:hidden;overflow-x:hidden!important;width:100%;background:var(--bg)}.screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--bg)}.desktop-app{display:flex;height:100vh;overflow:hidden;background:var(--bg)}.col-sidenav{width:var(--nav-w);min-width:var(--nav-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0}.col-panel{width:var(--panel-w);min-width:var(--panel-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0}.col-chat{flex:1;background:var(--bg);min-width:0;display:flex;flex-direction:column}.col-right{width:var(--right-w);min-width:var(--right-w);background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .15s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .2s ease}
