.portrait-hint {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 20, 0.92);
    color: #fff;
    text-align: center;
}

.portrait-hint__inner {
    max-width: 18rem;
}

.portrait-hint__icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
    transform: rotate(90deg);
}

.portrait-hint__title {
    margin: 0 0 0.5rem;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.portrait-hint__copy {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

@media (orientation: landscape) and (max-height: 520px) and (hover: none) and (pointer: coarse) {
    .portrait-hint {
        display: flex;
    }
}

@media (min-width: 900px) {
    .portrait-hint {
        display: none !important;
    }
}
