*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #ffffff;--bg-secondary: #f5f3f2;--bg-card: #faf8f7;--bg-card-hover: #f0edeb;--bg-input: #ede9e7;--border: #ddd8d5;--border-light: #ccc7c4;--text-primary: #1a1817;--text-secondary: #5a5452;--text-muted: #8a8280;--accent-purple: #6d6562;--accent-purple-light: #8a8280;--accent-blue: #6d6562;--radius: 12px;--radius-sm: 8px}html,body{height:100%;background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .35s ease forwards}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{font-family:inherit}.kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}@media(max-width:1100px){.kpi-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.kpi-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.dash-root{display:flex;min-height:100vh;background:var(--bg-primary)}.sidebar-wrap{position:fixed;top:0;left:0;height:100vh;z-index:200;transition:width .25s ease;background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.main-wrap{flex:1;min-height:100vh;display:flex;flex-direction:column;transition:margin-left .25s ease}@media(max-width:768px){.sidebar-wrap{transform:translate(-100%);width:240px!important;transition:transform .25s ease}.sidebar-wrap.mobile-open{transform:translate(0)}.main-wrap{margin-left:0!important}}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199}@media(max-width:768px){.sidebar-overlay.visible{display:block}}.charts-row{display:flex;gap:20px;flex-wrap:wrap}.chart-wide{flex:2;min-width:280px}.chart-narrow{flex:1;min-width:260px}@media(max-width:640px){.charts-row{flex-direction:column}.chart-wide,.chart-narrow{flex:unset;min-width:unset}}.mobile-menu-btn{display:none!important}@media(max-width:768px){.mobile-menu-btn{display:flex!important}}.dash-content{padding:20px 24px;flex:1;display:flex;flex-direction:column;gap:18px}@media(max-width:640px){.dash-content{padding:14px;gap:14px}}.dash-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);background:var(--bg-secondary);position:sticky;top:0;z-index:50;gap:12px;flex-wrap:wrap}@media(max-width:640px){.dash-header{padding:12px 14px}}
