*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0e1420;--bg-sidebar:#0a0f1a;--bg-input:#141c30d9;--bg-hover:#ffffff0f;--bg-active:#ffffff1a;--bg-card:#141c30cc;--bg-user-msg:#1e283cd9;--border:#ffffff1a;--text-primary:#ececec;--text-muted:#8e8ea0;--text-dim:#555;--accent:#10a37f;--accent-hover:#0d8f6f;--accent-light:#1a3a30;--danger:#ef4444;--warning:#f59e0b;--success:#10b981;--blue:#3b82f6;--radius:12px;--sidebar-w:260px}html,body,#root{height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;background:#0a0f1a;font-family:Söhne,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.layout{background:var(--bg-primary);height:100vh;display:flex;position:relative;overflow:hidden}.layout.sidebar-closed .sidebar{transform:translate(-100%);width:0!important;min-width:0!important}@media (width<=768px){.sidebar{z-index:200;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000080;width:var(--sidebar-w)!important;min-width:var(--sidebar-w)!important;transition:transform .25s!important;position:fixed!important}.sidebar.open{transform:translate(0)!important}.layout.sidebar-open:after{content:"";z-index:199;background:#0000008c;position:fixed;inset:0}}
