.map-page {
    margin: 0;
}

.map-frame {
    position: relative;
    width: 100%;
    min-height: clamp(420px, calc(100vh - 13.5rem), 920px);
}

.map-load {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-height: inherit;
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    background: var(--color-bg-slot);
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-md);
}

.map-load[hidden] {
    display: none !important;
}

.map-load__text {
    max-width: 28rem;
    margin: 0;
    color: var(--color-text-muted);
}

.map-load__error {
    max-width: 32rem;
    margin: 0;
}

.map-page .map-embed {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-bg-slot);
}

.map-embed--hidden {
    display: none !important;
}

.map-frame--loaded .map-embed {
    display: block;
}

.map-page .map-placeholder {
    min-height: clamp(320px, calc(100vh - 13.5rem), 920px);
}

.map-blocked {
    max-width: 40rem;
    margin: 0 auto;
    padding: 1.35rem 1.25rem;
    text-align: center;
}

.map-blocked__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent-hover);
}

.map-blocked__title {
    margin: 0 0 0.65rem;
    padding-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-accent-hover);
    border-bottom: 1px solid var(--color-border);
}

.map-blocked__message,
.map-blocked__hint,
.map-blocked__retry {
    margin: 0 0 0.85rem;
    color: var(--color-text-muted);
}

.map-blocked__retry strong {
    color: var(--color-text);
}

.map-blocked__countdown {
    display: inline-block;
    font-weight: 700;
    color: var(--color-accent-hover);
}

.map-blocked__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin: 1rem 0 0;
}
