@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--bg2:#1a1d27;--bg3:#22263a;--border:#2e3347;--text:#e8eaf0;--text2:#8b90a7;--accent:#4f7cff;--accent-h:#3d6aee;--danger:#e05252;--success:#3ecf8e;--radius:10px}html,body{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@media (max-width:768px){.mobile-tabs{display:flex!important}.hide-mobile{display:none!important}.chat-pane{border-left:none!important;width:100%!important}.table-pane{width:100%!important;padding:8px!important}.session-header-right{gap:6px!important}.settings-root{padding:20px 12px!important}}@media (max-width:480px){table{font-size:12px!important}}
