:root{--font-family: "DM Sans"}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;height:100%;overflow:hidden}html{height:100%;overflow:hidden}#root{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden}:root{--font-family: "DM Sans", sans-serif;--text-color: var(--ondc-text-primary, #000)}body{margin:0;font-family:var(--font-family);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chart-loading,.chart-error,.chart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:2rem;color:var(--ondc-text-muted, #6b7280)}.chart-error{color:var(--ondc-error, #dc2626)}.chart-empty{color:var(--ondc-gray-400, #9ca3af)}.chart-loading .loading-spinner{width:48px;height:48px;border:4px solid var(--ondc-border-light, #e5e7eb);border-top-color:var(--ondc-primary, #3b82f6);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.chart-loading p,.chart-error p,.chart-empty p{margin:.5rem 0 0;font-size:.875rem;font-weight:500}.chart-error svg,.chart-empty svg{margin-bottom:1rem;color:currentColor}.recharts-wrapper{font-family:var(--font-family)}.recharts-tooltip-wrapper{z-index:100}.recharts-legend-wrapper{padding-top:1rem}.map-tooltip{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 768px){.chart-loading,.chart-error,.chart-empty{min-height:200px;padding:1rem}.chart-loading .loading-spinner{width:36px;height:36px}.chart-error svg,.chart-empty svg{width:36px;height:36px}}
