/* Shared route-pending shimmer host — shell layouts position the root overlay. */

.dash-route-pending-root[hidden] {
    display: none !important;
}

.dash-route-pending-host {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    padding: 0.25rem 0 1rem;
}

.dash-route-pending-host__heading {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.dash-route-pending-host__line--eyebrow {
    height: 0.85rem;
    width: min(35%, 200px);
    border-radius: 4px;
}

.dash-route-pending-host__line--title {
    height: 1.85rem;
    width: min(45%, 280px);
    border-radius: 8px;
}

.dash-route-pending-host__metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 0.75rem;
}

.dash-route-pending-host__metric {
    height: 5.5rem;
    border-radius: 12px;
}

.dash-route-pending-host__panel {
    height: min(42vh, 18rem);
    border-radius: 12px;
}
