/* Live meme coins zone — dashboard embed (offline shell + fixed layout) */

.hf-pretrend-dashboard-embed {
    min-height: 420px;
}

.hf-pretrend-dashboard-embed > h2 {
    margin-bottom: 12px;
}

.hf-pretrend-dashboard-embed #hf-pretrend-mount {
    min-height: 360px;
}

.hf-pretrend-live-zone__offline-banner {
    grid-column: 1 / -1;
    padding: 14px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 193, 7, 0.35);
    background: rgba(255, 193, 7, 0.08);
    text-align: center;
}

.hf-pretrend-live-zone__offline-banner p {
    margin: 0;
    color: #ffc107;
    font-size: 0.9rem;
    font-weight: 600;
}

.hf-pretrend-live-zone[data-hf-zone-offline="1"] .hf-pretrend-live-zone__scroller {
    opacity: 0.55;
}

.hf-pretrend-live-zone__offline-shell {
    padding: 8px 0 4px;
}

.hf-pretrend-live-zone__offline-shell-note {
    text-align: center;
    padding: 24px 16px;
    color: var(--text-muted, #8b95a8);
    font-size: 0.9rem;
    border: 1px dashed rgba(0, 212, 255, 0.2);
    border-radius: 10px;
    background: rgba(12, 16, 28, 0.5);
}

.hf-pretrend-live-zone__offline-shell-note strong {
    display: block;
    color: #ffc107;
    font-size: 1rem;
    margin-bottom: 8px;
}
