:root{--navy:#2d4e8a;--ndk:#1e3660;--nl:#eef2fa;--green:#78c041;--gdk:#5a9830;--gl:#f0f8e8;--bg:#f4f6fb;--sf:#fff;--bd:#dde3ef;--tx:#1a2340;--mt:#6b7594;--red:#e53935}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--tx);-webkit-font-smoothing:antialiased;direction:rtl;min-height:100vh;font-family:Heebo,Arial,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bd);border-radius:3px}@keyframes spin{to{transform:rotate(360deg)}}.hamburger-btn{align-items:center;display:flex}.sidebar-nav{z-index:100;display:none;position:fixed;top:60px;bottom:0;right:0;box-shadow:-4px 0 20px #00000026}.sidebar-nav.open{display:block!important}.chart-grid{grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:0;display:grid}@media (width<=767px){.col-hide-mobile{display:none!important}.chart-grid{grid-template-columns:1fr}}
