:root{--color-primary:#534ab7;--color-primary-light:#eeedfe;--color-primary-dark:#3c3489;--color-success:#1d9e75;--color-success-light:#e1f5ee;--color-danger:#e24b4a;--color-danger-light:#fcebeb;--color-warning:#ba7517;--color-warning-light:#faeeda;--color-gray-50:#f1efe8;--color-gray-100:#d3d1c7;--color-gray-400:#888780;--color-gray-600:#5f5e5a;--color-gray-900:#2c2c2a;--color-bg:#f8f8f6;--color-surface:#fff;--color-border:#e8e7e2;--color-text-primary:#1a1a18;--color-text-secondary:#5f5e5a;--color-text-muted:#888780;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--sidebar-w:240px;--topbar-h:60px;--mobile-nav-h:64px;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text-primary);min-height:100vh;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem}img{max-width:100%;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.w-full{width:100%}.text-sm{font-size:.875rem}.text-muted{color:var(--color-text-secondary)}.font-medium{font-weight:500}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}.sidebar-wrapper{display:flex}.mobile-menu-btn{display:none!important}@media (width<=768px){.sidebar-wrapper{display:none}.mobile-menu-btn{display:flex!important}.mobile-nav{display:block!important}main{padding:16px 16px 80px!important}}@media (width>=769px) and (width<=1023px){.sidebar-wrapper aside{width:64px!important}}
