/* Стили глобальной страницы переезда в новое приложение */
.legacy_redirect_page {
    max-width: 720px;
    margin: 72px auto;
    padding: 36px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}
.legacy_redirect_badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .02em;
}
.legacy_redirect_page h1 {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.1;
    color: #111827;
}
.legacy_redirect_lead {
    margin: 0;
    font-size: 20px;
    line-height: 1.55;
    color: #4b5563;
}
.legacy_redirect_actions {
    margin-top: 28px;
}
.legacy_redirect_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 24px;
    border-radius: 14px;
    background: linear-gradient(180deg, #dc2626 0%, #b91c1c 100%);
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(185, 28, 28, .22);
}
.legacy_redirect_button:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}
.legacy_redirect_url {
    margin-top: 18px;
    color: #374151;
    word-break: break-word;
}
.legacy_redirect_warning {
    margin-top: 28px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff4e5;
    color: #8a5200;
    border: 1px solid #f3cf8c;
}
.legacy_redirect_hint {
    margin-top: 24px;
    color: #6b7280;
}
@media (max-width: 575px) {
    .legacy_redirect_page {
        margin: 24px 12px;
        padding: 24px 18px;
        border-radius: 18px;
    }
    .legacy_redirect_page h1 {
        font-size: 31px;
    }
    .legacy_redirect_lead {
        font-size: 18px;
    }
    .legacy_redirect_button {
        width: 100%;
    }
}
