*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:#f1f5f9;margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{width:100%;min-height:100vh}.app-wrapper{background:#f1f5f9;height:100vh;display:flex;overflow:hidden}.sidebar{color:#fff;z-index:200;background:#0f172a;flex-direction:column;flex-shrink:0;width:240px;height:100vh;transition:transform .25s;display:flex}.main-area{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.sidebar-overlay{z-index:199;background:#00000080;display:none;position:fixed;inset:0}.hamburger{color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:none}.dashboard-wrapper{flex-direction:column;height:100%;display:flex;overflow:hidden}.dashboard-top{flex-shrink:0;padding:24px 28px 0}.dashboard-list{flex:1;padding:12px 28px 28px;overflow-y:auto}.dashboard-list::-webkit-scrollbar{width:6px}.dashboard-list::-webkit-scrollbar-track{background:0 0}.dashboard-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.filtros-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:14px;padding:16px 20px;display:flex}.filtros-estados{flex-wrap:wrap;align-items:center;gap:6px;display:flex}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.app-wrapper{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.main-area{width:100%;height:auto;overflow:visible}.dashboard-wrapper{height:auto;overflow:visible}.dashboard-list{flex:none;padding:10px 16px 28px;overflow:visible}.sidebar{height:100vh;position:fixed;top:0;left:0;transform:translate(-240px)}.sidebar.open{transform:translate(0)}.sidebar-overlay.visible{display:block}.hamburger{display:flex}.mobile-header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.dashboard-top{padding:16px 16px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}.filtros-bar{gap:10px;padding:12px 14px}}@media (width<=480px){.dashboard-top{padding:12px 12px 0}.dashboard-list{padding:8px 12px 20px}}
