.login-page .card {
    max-width: 480px;
    margin: 2rem auto;
    text-align: center;
}

.login-buttons-large {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

/* Layout only -- .twitch-btn/.kick-btn in base.css already provide brand
   colors (not theme variables, since Twitch/Kick colors don't change with
   light/dark mode and --secondary-color + --text-inverse don't have
   guaranteed contrast against each other across themes). */
.login-btn-large {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.login-btn-large:hover {
    opacity: 0.85;
    text-decoration: none;
}

.login-page .btn-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.login-page .help-text {
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.95rem;
}
