/**
 * AnimalisPro – Club Register Page Dark Theme
 * Overrides for public/club-register.php – builds on ap-dark-pages.css
 *
 * Sections:
 *  1. Page Header
 *  2. Club Cards
 *  3. Club Logo Placeholder
 */

/* ============================================================
   1. Page Header
   ============================================================ */
.container > .d-flex > h1,
.container > .d-flex.flex-wrap > h1 {
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--grad-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   2. Club Cards
   ============================================================ */
.card.h-100.shadow-sm {
    background: var(--glass-bg) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: var(--radius-card) !important;
    box-shadow: none !important;
    color: var(--text-main) !important;
    transition: all 0.2s ease;
}
.card.h-100.shadow-sm:hover {
    border-color: rgba(217, 119, 255, 0.30) !important;
    box-shadow: 0 8px 32px rgba(217, 119, 255, 0.10) !important;
    transform: translateY(-2px);
}
.card-title {
    color: var(--text-main) !important;
    font-weight: 700;
}

/* ============================================================
   3. Club Logo Placeholder
   ============================================================ */
.rounded.bg-light.d-flex {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 12px !important;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.bi.bi-building.fs-3.text-muted {
    color: var(--text-muted) !important;
}
