@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--color-primary:#2e3a8c;--color-secondary:#4a5fd9;--color-navy:#1a2254;--color-white:#fff;--color-bg-light:#f8fafc;--color-text-main:#1a1a1a;--color-text-body:#4a4a4a;--color-border:#e2e8f0;--gradient-primary:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);--gradient-surface:linear-gradient(180deg,#fff 0%,#f8fafc 100%);--gradient-card:linear-gradient(145deg,#fff,#f1f5f9);--font-family:"Inter",system-ui,-apple-system,sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-card:0 4px 20px #0000000d}:root[data-theme=dark]{--color-bg-light:#0f172a;--color-text-main:#f8fafc;--color-text-body:#94a3b8;--color-border:#1e293b;--color-white:#1e293b;--gradient-surface:linear-gradient(180deg,#1e293b 0%,#0f172a 100%);--gradient-card:linear-gradient(145deg,#1e293b,#0f172a);--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #00000080;--shadow-card:0 4px 20px #0006}:root{--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg-light);color:var(--color-text-body);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--color-text-main);letter-spacing:-.02em;font-weight:700;line-height:1.25}button{cursor:pointer;border-radius:var(--radius-md);border:none;font-family:inherit;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}button:active{transform:scale(.98)}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.card-hover{transition:transform .3s,box-shadow .3s}.card-hover:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-container{display:flex}.metric-card{flex-direction:column;justify-content:space-between;height:140px;display:flex}.sidebar{flex-direction:column;width:280px;min-width:280px;height:100vh;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;min-height:100vh;display:flex;overflow:hidden}.search-input{background-color:var(--color-bg-light);width:280px;color:var(--color-text-main);border:1px solid #0000;border-radius:12px;outline:none;padding:10px 10px 10px 42px;font-size:14px;transition:all .2s}@media (max-width:1024px){.dashboard-grid,.reports-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){body{touch-action:manipulation;font-size:14px}header{padding:0 1rem!important}header h2{font-size:20px!important}.header-search-container{display:none!important}.overview-header{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important;margin-bottom:1.5rem!important}.overview-header button{width:100%!important}.metric-grid{grid-template-columns:1fr!important;gap:1rem!important}.metric-card{height:auto!important;min-height:120px!important}[style*=grid-template-columns],.dashboard-grid,.reports-grid,.chart-grid{grid-template-columns:1fr!important;gap:1rem!important}.chart-container{height:auto!important;min-height:350px!important}.chart-container canvas{max-height:250px!important}.sidebar{z-index:9999!important;background:var(--color-navy)!important;border-top:1px solid #ffffff1a!important;flex-direction:row!important;width:100%!important;min-width:0!important;height:70px!important;min-height:70px!important;padding:0!important;position:fixed!important;top:auto!important;bottom:0!important;left:0!important;box-shadow:0 -4px 15px #0003!important}.sidebar>div:first-child,.sidebar>div:last-child{display:none!important}.sidebar nav{flex-direction:row!important;justify-content:space-around!important;align-items:center!important;width:100%!important;padding:0 10px!important;display:flex!important}.sidebar nav a{text-align:center;flex:1;color:#fff9!important;background:0 0!important;border:none!important;border-radius:0!important;flex-direction:column!important;margin-bottom:0!important;padding:8px 4px!important;font-size:10px!important}.sidebar nav a[style*="background: rgba(255, 255, 255, 0.1)"]{color:#fff!important}.sidebar nav a svg{width:22px!important;height:22px!important;margin-bottom:4px!important;margin-right:0!important}.table-container{border-radius:8px;-webkit-overflow-scrolling:touch!important;width:100%!important;display:block!important;overflow-x:auto!important}table{min-width:700px!important}.filter-row{flex-direction:column!important;gap:1rem!important}.filter-row>div{max-width:100%!important}}
