.migration-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: #f7d37d;
    color: #181818;
}

.migration-panel {
    width: min(560px, 100%);
    padding: 2.5rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.14);
    text-align: center;
}

.migration-logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.25rem;
}

.migration-kicker {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #7b4d11;
}

.migration-panel h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.migration-message {
    margin: 1rem auto 0;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.65;
}

.migration-countdown {
    margin: 1.5rem 0;
    font-weight: 600;
}

.migration-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1.25rem;
    background: #1f2937;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.migration-action:hover {
    background: #111827;
}

@media (max-width: 520px) {
    .migration-panel {
        padding: 2rem 1.25rem;
    }
}
