.redirect-section {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 28px 32px;
    border: 1px solid rgba(99, 102, 241, 0.2);
    position: relative;
    z-index: 2;
}

.redirect-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.redirect-icon {
    font-size: 1.2rem;
}

.redirect-title {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.redirect-url {
    font-size: 1.25rem;
    font-weight: 700;
    color: #c7d2fe;
    word-break: break-all;
    margin-bottom: 20px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.timer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 18px;
}

.timer-label {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.timer-number {
    font-size: 2rem;
    font-weight: 800;
    color: #fbbf24;
    min-width: 50px;
    text-align: center;
    text-shadow: 0 0 20px rgba(251, 191, 36, 0.4);
}

.click-prompt {
    text-align: center;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.error-section {
    margin-top: 20px;
    padding: 16px 20px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.15);
    border-radius: 14px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.footer-section {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.footer-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}
