.app-shell-main{min-height:calc(100vh - 72px);outline:0}.app-shell-main[aria-busy=true]{cursor:progress}.dashboard-shell-loading{display:grid;align-content:start;gap:14px;width:min(100% - 32px,var(--ac-pagina-ancho,1500px));min-height:240px;margin:24px auto;padding:20px 0}.dashboard-shell-loading__cards>span,.dashboard-shell-loading__line{display:block;border-radius:var(--ac-radio-lg,16px);background:linear-gradient(90deg,var(--ac-skeleton-base) 25%,var(--ac-skeleton-brillo) 50%,var(--ac-skeleton-base) 75%);background-size:200% 100%;animation:dashboard-shell-shimmer 1.2s ease-in-out infinite}.dashboard-shell-loading__line--title{width:min(72%,420px);height:34px}.dashboard-shell-loading__line--copy{width:min(92%,680px);height:18px}.dashboard-shell-loading__cards{display:grid;gap:14px;margin-top:8px}.dashboard-shell-loading__cards>span{min-height:150px}.dashboard-shell-loading__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes dashboard-shell-shimmer{from{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.dashboard-shell-loading__cards>span,.dashboard-shell-loading__line{animation:none}}.dashboard-shell-error{width:min(100% - 32px,680px);margin:48px auto;padding:32px 24px;border:1px solid var(--ac-error-borde);border-radius:18px;background:var(--ac-error-bg);color:var(--ac-error-texto);text-align:center}.dashboard-shell-error>i{margin-bottom:12px;font-size:28px}.dashboard-shell-error h1{margin:0 0 8px;font-size:24px}.dashboard-shell-error p{margin:0 0 20px}@media (min-width:768px){.dashboard-shell-loading{margin-top:40px}.dashboard-shell-loading__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-shell-error{margin-top:72px;padding:40px}}