body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: 'Noto Sans TC', sans-serif;
    background: #f8f9fa;
    color: #333;
}

.redirect-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 28px;
    text-align: center;
}

.redirect-link {
    color: #707376;
    font-weight: 700;
    text-decoration: none;
}

.redirect-link:hover {
    color: #EAD041;
}
