:root{--primary:#1e3a8a;--primary-hover:#172554;--background:#f8fafc;--surface:#fff;--surface-secondary:#f1f5f9;--border:#e2e8f0;--text:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--info:#2563eb}::-webkit-scrollbar{width:0;display:none}*{-ms-overflow-style:none;scrollbar-width:none;box-sizing:border-box}html,body{background-color:var(--background);width:100%;height:100%;color:var(--text);margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.dashboard-layout{background-color:#f8fafc;width:100%;min-height:100vh;display:flex}.dashboard-main{flex-direction:column;flex-grow:1;width:100%;min-width:0;min-height:100vh;transition:width .2s ease-in-out;display:flex}.dashboard-sidebar{flex-shrink:0;transition:width .2s ease-in-out;overflow:hidden}.sidebar-desktop-open{width:260px}.sidebar-desktop-closed{width:0}.main-desktop-open{width:calc(100% - 260px)}.main-desktop-closed{width:100%}@media (width<=899px){.sidebar-desktop-open,.sidebar-desktop-closed{width:0}.main-desktop-open,.main-desktop-closed{width:100%}}.dashboard-content{flex-grow:1;overflow:hidden auto}.page-container{box-sizing:border-box;width:100%;margin:0 auto;padding:16px}@media (width>=900px){.page-container{padding:24px}}.premium-card{margin-bottom:16px;border-radius:4px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a!important}.premium-button:hover{background-color:#1565c0}.flex-row{flex-direction:row;display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.mb-2{margin-bottom:16px}.mr-1{margin-right:8px}.flex-grow{flex-grow:1}.display-none{display:none!important}.display-block{display:block!important}.display-flex{display:flex!important}@media (width>=900px){.hidden-on-desktop{display:none!important}.visible-on-desktop-flex{display:flex!important}}@media (width<=899px){.hidden-on-mobile{display:none!important}.visible-on-mobile-flex{display:flex!important}}.premium-card-primary{color:#fff!important;background-color:#1976d2!important}.premium-paper{margin-bottom:16px;overflow:hidden;border-radius:4px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a!important}.premium-table-header{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.MuiTableContainer-root{background-color:#fff!important;border-radius:5px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a!important}.MuiTableHead-root .MuiTableCell-root{border-bottom:2px solid var(--border)!important;background-color:#f8fafc!important}.MuiTableBody-root .MuiTableCell-root{background-color:#fff!important}
