:root{--primary:#006;--secondary:#039;--accent:#ccc;--textLight:#fff;--textDark:#292d32;--background:#f1f1f1;--white:#fff;--disabledBg:#cdcdcd;--bg-primary:#fff;--bg-secondary:#f1f1f1;--logo-text:#006;--separator:#d9d9d9;--btn-hover:#e6e6f0;--btn-active:#ccccd9;--item-text:#5c5e64;--item-hover:#f6f6f6;--item-active-bg:#e6e6f0;--item-active-text:#006;--tooltip-bg:#006;--tooltip-text:#fff;--switch-bg:#e6e6f0;--switch-active:#fff;--form-accent:var(--primary)}[data-color-mode=dark]{--primary:#4d4dff;--secondary:#66f;--accent:#b3b3cc;--textLight:#fff;--textDark:#e2e8f0;--background:#0a0a1a;--white:#1a1a2e;--disabledBg:#4d4d66;--bg-primary:#1a1a2e;--bg-secondary:#0a0a1a;--logo-text:#fff;--separator:#33334d;--btn-hover:#33334d;--btn-active:#4d4d66;--item-text:#b3b3cc;--item-hover:#1a1a2e;--item-active-bg:#33334d;--item-active-text:#fff;--tooltip-bg:#fff;--tooltip-text:#006;--switch-bg:#33334d;--switch-active:#1a1a2e;--form-accent:var(--primary)}input[type=checkbox],input[type=radio]{accent-color:var(--form-accent)}.dashboard-layout__container{align-items:flex-start;display:flex;flex-direction:column;gap:2.25rem;padding:1.25rem;position:relative;width:100%}@media (min-width:1024px){.dashboard-layout__container{flex-direction:row;gap:1rem}}.dashboard-layout__left-column{align-items:flex-start;flex-direction:column}.dashboard-layout__left-column,.dashboard-layout__right-column{display:flex;gap:1rem;width:50%}.dashboard-layout__cards{display:flex;flex-direction:column;order:3;width:100%}@media (min-width:1024px){.dashboard-layout__cards{max-width:24rem;order:2}}.dashboard-layout__map{order:2}@media (min-width:1024px){.dashboard-layout__map{order:3}}.dashboard-layout__map-container{order:2;width:100%}@media (min-width:1024px){.dashboard-layout__map-container{order:3}}.dashboard-layout__empty-state,.dashboard-layout__loading-state{align-items:center;background-color:var(--bg-primary);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:580px;justify-content:center;margin-top:2.5rem;width:100%}.dashboard-layout__loading-state{padding:1.25rem}.dashboard-layout__empty-state{padding:2.5rem;position:relative}.dashboard-layout__empty-text,.dashboard-layout__loading-text{margin-top:.75rem;text-align:center}
