/* =========================================================
   TGW CRICKET CHAMPIONSHIP — Main Stylesheet
   Design: Dark Navy + Gold Premium Sports Theme
   ========================================================= */

/* ── CSS Variables — DARK (default) ────────────────────── */
:root {
    /* ── Accent (fully dynamic — JS updates --gold-rgb when accent changes) ── */
    --gold:         #D4AF37;
    --gold-light:   #f0cc6a;
    --gold-dark:    #a8872a;
    --gold-rgb:     212, 175, 55;       /* RGB tuple for rgba() usage           */

    /* ── Backgrounds ── */
    --navy:         #0a0e1a;
    --navy-mid:     #0d1224;
    --navy-light:   #111827;
    --card-bg:      rgba(255,255,255,0.04);
    --card-border:  rgba(var(--gold-rgb),0.15);
    --glass-bg:     rgba(13,18,36,0.7);

    /* ── Text ── */
    --text-light:   #e2e8f0;
    --text-muted:   #94a3b8;
    --white:        #ffffff;

    /* ── Form inputs ── */
    --input-bg:     rgba(255,255,255,0.05);
    --input-border: rgba(var(--gold-rgb),0.2);
    --input-focus:  rgba(var(--gold-rgb),0.08);

    /* ── Shape ── */
    --radius-lg:    16px;
    --radius-md:    10px;
    --radius-sm:    6px;
    --shadow-gold:  0 4px 30px rgba(var(--gold-rgb),0.18);
    --transition:   all 0.35s cubic-bezier(0.4,0,0.2,1);

    /* ── Typography (dynamic) ── */
    --font-body:    'Inter', sans-serif;
    --font-heading: 'Rajdhani', sans-serif;
    --font-display: 'Bebas Neue', cursive;

    /* ── Animation speed (dynamic) ── */
    --anim-speed: 0.35s;
    --section-padding: 80px 0;
    --navbar-bg: rgba(10,14,26,0.92);
    --navbar-blur: blur(20px);
}

/* ── CSS Variables — LIGHT ──────────────────────────────── */
[data-theme="light"] {
    --gold:         #b8860b;
    --gold-light:   #d4a017;
    --gold-dark:    #8b6914;
    --gold-rgb:     184, 134, 11;
    --navy:         #f0f4f8;
    --navy-mid:     #e8eef5;
    --navy-light:   #dde5ef;
    --card-bg:      rgba(255,255,255,0.95);
    --card-border:  rgba(180,134,11,0.18);
    --glass-bg:     rgba(248,250,252,0.9);
    --text-light:   #1e293b;
    --text-muted:   #5a6a80;
    --white:        #0f172a;
    --input-bg:     rgba(255,255,255,0.9);
    --input-border: rgba(180,134,11,0.25);
    --input-focus:  rgba(180,134,11,0.06);
    --shadow-gold:  0 4px 30px rgba(180,134,11,0.15);
}

/* Light mode — specific overrides */
[data-theme="light"] body { background: var(--navy); }
[data-theme="light"] .mpl-navbar {
    background: rgba(240,244,248,0.96) !important;
    border-bottom-color: rgba(180,134,11,0.2) !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
[data-theme="light"] .mpl-navbar .nav-link { color: #334155 !important; }
[data-theme="light"] .mpl-navbar .nav-link:hover,
[data-theme="light"] .mpl-navbar .nav-link.active { color: var(--gold) !important; }
[data-theme="light"] .top-bar { background: #e8eef5; border-bottom-color: rgba(180,134,11,0.15); }
[data-theme="light"] .mpl-dropdown { background: #ffffff; border-color: rgba(180,134,11,0.2); box-shadow: 0 10px 40px rgba(0,0,0,0.12); }
[data-theme="light"] .mpl-dropdown .dropdown-item { color: #334155; }
[data-theme="light"] .section-title { color: #1e293b; }
[data-theme="light"] .hero-section { background: linear-gradient(135deg,#eef2f8 0%,#e8eef5 40%,#dde5ef 100%); }
[data-theme="light"] .hero-title   { color: #1e293b; }
[data-theme="light"] .hero-desc    { color: #5a6a80; }
[data-theme="light"] .hero-tagline { color: #5a6a80; }
[data-theme="light"] .stats-section { background: linear-gradient(135deg,#e8eef5,#dde5ef); }
[data-theme="light"] .stat-card   { background: rgba(255,255,255,0.9); box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
[data-theme="light"] .feature-card { background: rgba(255,255,255,0.9); box-shadow: 0 2px 15px rgba(0,0,0,0.05); }
[data-theme="light"] .feature-title { color: #1e293b; }
[data-theme="light"] .feature-desc  { color: #5a6a80; }
/* Highlights sit on a dark stadium background in every theme, so keep the glass-dark card */
[data-theme="light"] .highlight-card { background: rgba(13,18,30,0.66); }
[data-theme="light"] .mpl-footer { background: linear-gradient(135deg,#1e293b,#0f172a); }
[data-theme="light"] .hero-main-card { background: rgba(255,255,255,0.85); border-color: rgba(180,134,11,0.25); }
[data-theme="light"] .glass-card { background: rgba(255,255,255,0.9); border-color: rgba(180,134,11,0.18); }
[data-theme="light"] .news-card, [data-theme="light"] .player-card, [data-theme="light"] .team-card,
[data-theme="light"] .match-card, [data-theme="light"] .prize-card,
[data-theme="light"] .prize-hero-card { background: rgba(255,255,255,0.95); border-color: rgba(180,134,11,0.15); box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
[data-theme="light"] .team-name,  [data-theme="light"] .player-name,
[data-theme="light"] .news-title a { color: #1e293b; }
[data-theme="light"] .news-title a:hover { color: var(--gold); }
[data-theme="light"] .page-hero { background: linear-gradient(135deg,#e8eef5,#dde5ef); }
[data-theme="light"] .cta-section { background: linear-gradient(135deg,#e0e8f4,#dde5ef); }
[data-theme="light"] .mpl-table tbody td { background: transparent; color: #1e293b; border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .mpl-table thead th { background: rgba(180,134,11,0.08); }
[data-theme="light"] .admin-stat-card,
[data-theme="light"] .eligibility-card { background: rgba(255,255,255,0.9); border-color: rgba(180,134,11,0.15); box-shadow: 0 2px 12px rgba(0,0,0,0.05); }

/* ── Reset & Base ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--navy);
    color: var(--text-light);
    overflow-x: hidden;
    line-height: 1.65;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; }

/* ── Scrollbar ─────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }

/* ── Selection ─────────────────────────────────────────── */
::selection { background: var(--gold); color: var(--navy); }

/* =========================================================
   TOP BAR
   ========================================================= */
.top-bar {
    background: var(--navy-mid);
    border-bottom: 1px solid rgba(var(--gold-rgb),0.12);
    font-size: 0.78rem;
    color: var(--text-muted);
}
.top-bar a { color: var(--text-muted); }
.top-bar a:hover { color: var(--gold); }
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(var(--gold-rgb),0.25);
    font-size: 0.7rem;
    transition: var(--transition);
}
.social-icon:hover { background: var(--gold); color: var(--navy) !important; border-color: var(--gold); }
.btn-gold-sm {
    background: var(--gold);
    color: var(--navy);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 20px;
    border: none;
    animation: pulse-live 2s infinite;
}
@keyframes pulse-live {
    0%,100% { box-shadow: 0 0 0 0 rgba(var(--gold-rgb),0.5); }
    50%      { box-shadow: 0 0 0 6px rgba(var(--gold-rgb),0); }
}

/* =========================================================
   NAVBAR
   ========================================================= */
.mpl-navbar {
    background: var(--navbar-bg);
    backdrop-filter: var(--navbar-blur);
    -webkit-backdrop-filter: var(--navbar-blur);
    border-bottom: 1px solid rgba(var(--gold-rgb),0.15);
    padding: 0.6rem 0;
    transition: var(--transition);
    z-index: 1050;
}
.mpl-navbar.scrolled {
    background: rgba(10,14,26,0.98);
    box-shadow: 0 4px 30px rgba(0,0,0,0.4);
    padding: 0.3rem 0;
}

/* Logo */
.logo-icon { width:68px; height:68px; flex:0 0 auto; }
.site-logo-img {
    width:68px;
    height:68px;
    border-radius:12px;
    object-fit:cover;
    display:block;
    box-shadow: 0 0 22px rgba(var(--gold-rgb),0.18);
    transition: var(--transition);
}
.navbar-brand:hover .site-logo-img { transform: rotate(3deg) scale(1.04); }
.logo-main {
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.6rem;
    color: var(--gold);
    letter-spacing: 2px;
    line-height: 1;
}
.logo-sub {
    display: block;
    font-size: 0.95rem;
    color: var(--text-muted);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Nav Links */
.mpl-navbar .nav-link {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-light) !important;
    padding: 0.5rem 0.75rem !important;
    letter-spacing: 0.5px;
    position: relative;
    text-transform: uppercase;
}
.mpl-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%; right: 50%;
    height: 2px;
    background: var(--gold);
    transition: var(--transition);
    border-radius: 2px;
}
.mpl-navbar .nav-link:hover::after,
.mpl-navbar .nav-link.active::after { left: 10%; right: 10%; }
.mpl-navbar .nav-link:hover,
.mpl-navbar .nav-link.active { color: var(--gold) !important; }

/* Dropdown */
.mpl-dropdown {
    background: var(--navy-mid);
    border: 1px solid rgba(var(--gold-rgb),0.2);
    border-radius: var(--radius-md);
    padding: 0.5rem;
    min-width: 200px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.mpl-dropdown .dropdown-item {
    color: var(--text-light);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.mpl-dropdown .dropdown-item:hover { background: rgba(var(--gold-rgb),0.12); color: var(--gold); }
.mpl-dropdown .dropdown-item i { color: var(--gold); }
/* Long team lists stay scrollable rather than overflowing the viewport */
.mpl-dropdown { max-height: 70vh; overflow-y: auto; }

/* Open navbar dropdowns on hover (desktop only; mobile keeps tap-to-open) */
@media (min-width: 1200px) {
    .mpl-navbar .nav-item.dropdown:hover > .dropdown-menu { display: block; }
    /* Remove the gap between toggle and menu so the hover doesn't drop */
    .mpl-navbar .nav-item.dropdown > .dropdown-menu { margin-top: 0; }
    .mpl-navbar .nav-item.dropdown { padding-bottom: 2px; }
}

/* Buttons */
.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--navy);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: var(--transition);
}
.btn-gold:hover {
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}
.btn-outline-gold {
    background: transparent;
    color: var(--gold);
    border: 1.5px solid var(--gold);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: var(--transition);
}
.btn-outline-gold:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}
.btn-lg-gold {
    padding: 0.9rem 2.5rem;
    font-size: 1.05rem;
    border-radius: 8px;
}

/* =========================================================
   HERO SECTION
   ========================================================= */
.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #05080f 0%, #0a0e1a 40%, #0d1530 70%, #060a14 100%);
}
/* Hero background image (image 1) */
.hero-bg-image {
    position: absolute;
    inset: 0;
    background-image: url('/images/hero-bg.jpeg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
}
.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3,5,10,0.92) 0%, rgba(3,5,10,0.78) 40%, rgba(3,5,10,0.45) 70%, rgba(3,5,10,0.65) 100%),
        linear-gradient(0deg, rgba(3,5,10,0.85) 0%, transparent 35%);
    pointer-events: none;
}
[data-theme="light"] .hero-bg-overlay {
    background:
        linear-gradient(90deg, rgba(238,242,248,0.94) 0%, rgba(238,242,248,0.8) 45%, rgba(238,242,248,0.4) 75%, rgba(238,242,248,0.6) 100%),
        linear-gradient(0deg, rgba(238,242,248,0.9) 0%, transparent 35%);
}
.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 70% 40%, rgba(var(--gold-rgb),0.07) 0%, transparent 70%),
        radial-gradient(ellipse 50% 80% at 20% 60%, rgba(var(--gold-rgb),0.04) 0%, transparent 60%);
    pointer-events: none;
}
.hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(var(--gold-rgb),0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--gold-rgb),0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}
.hero-content { position: relative; z-index: 2; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--gold-rgb),0.1);
    border: 1px solid rgba(var(--gold-rgb),0.3);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 1.5rem;
}
.hero-badge .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: blink 1.5s infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.hero-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 0.95;
    color: var(--white);
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}
.hero-title .gold-text { color: var(--gold); }
.hero-tagline {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.hero-tagline span { color: var(--gold); }
.hero-desc {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }

/* Hero Stats */
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(var(--gold-rgb),0.15);
}
.hero-stat-item { text-align: center; }
.hero-stat-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5rem;
    color: var(--gold);
    line-height: 1;
    display: block;
}
.hero-stat-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* Hero Visual */
.hero-visual { position: relative; z-index: 2; }
.hero-card-stack { position: relative; }
.hero-main-card {
    background: linear-gradient(145deg, rgba(var(--gold-rgb),0.08), rgba(13,18,36,0.9));
    border: 1px solid rgba(var(--gold-rgb),0.25);
    border-radius: 24px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hero-main-card::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(ellipse at center, rgba(var(--gold-rgb),0.05) 0%, transparent 60%);
    animation: rotate 20s linear infinite;
}
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.hero-cricket-icon {
    font-size: 5rem;
    color: var(--gold);
    margin-bottom: 1rem;
    display: block;
    animation: float 3s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-card-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5rem;
    color: var(--gold);
    letter-spacing: 3px;
}
.hero-card-sub { color: var(--text-muted); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; }

.floating-badge {
    position: absolute;
    background: var(--glass-bg);
    border: 1px solid rgba(var(--gold-rgb),0.3);
    border-radius: 12px;
    padding: 0.75rem 1.2rem;
    backdrop-filter: blur(10px);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
}
.floating-badge-1 { top: -20px; right: -20px; color: var(--gold); animation: floatBadge1 4s ease-in-out infinite; }
.floating-badge-2 { bottom: 20px; left: -30px; color: var(--gold); animation: floatBadge2 4s ease-in-out 1s infinite; }
.floating-badge-3 { bottom: -20px; right: 30px; color: var(--gold); animation: floatBadge1 3.5s ease-in-out 0.5s infinite; }
@keyframes floatBadge1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-5px,-8px); } }
@keyframes floatBadge2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(5px,-6px); } }

/* Hero main card — framed esports look (image 2) */
.hero-main-card--framed {
    background: linear-gradient(160deg, rgba(13,18,36,0.92), rgba(6,9,18,0.96));
    border: 1.5px solid rgba(var(--gold-rgb),0.5);
    border-radius: 0;
    clip-path: polygon(0 22px, 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
    box-shadow: 0 25px 60px rgba(0,0,0,0.5), inset 0 0 40px rgba(var(--gold-rgb),0.04);
    padding: 2.5rem 2rem 2rem;
}
[data-theme="light"] .hero-main-card--framed {
    background: linear-gradient(160deg, rgba(255,255,255,0.95), rgba(244,247,251,0.97));
}
.hero-live-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(var(--gold-rgb),0.12);
    border: 1px solid rgba(var(--gold-rgb),0.4);
    color: var(--gold);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 3;
}
.hero-live-tag .live-dot {
    width: 7px;
    height: 7px;
    background: #ff4646;
    border-radius: 50%;
    box-shadow: 0 0 8px #ff4646;
    animation: blink 1.3s infinite;
}
.hero-card-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
    margin-top: 1.6rem;
}
.hero-card-box {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(var(--gold-rgb),0.06);
    border: 1px solid rgba(var(--gold-rgb),0.2);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: left;
}
.hero-card-box i {
    font-size: 1.5rem;
    color: var(--gold);
}
.hero-box-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.5rem;
    color: var(--gold);
    line-height: 1;
}
.hero-box-label {
    font-size: 0.62rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Hero strip (image 3) */
.hero-strip {
    position: relative;
    z-index: 2;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    background: linear-gradient(90deg, rgba(8,11,20,0.85), rgba(13,18,36,0.85));
    border: 1.5px solid rgba(var(--gold-rgb),0.45);
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
    backdrop-filter: blur(10px);
    padding: 1.1rem 2rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
[data-theme="light"] .hero-strip {
    background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(244,247,251,0.9));
}
.hero-strip-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.hero-strip-item > i {
    font-size: 1.7rem;
    color: var(--gold);
}
.hero-strip-text { display: flex; flex-direction: column; line-height: 1.1; }
.hero-strip-text .hs-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.6rem;
    color: var(--white);
    letter-spacing: 1px;
}
[data-theme="light"] .hero-strip-text .hs-num { color: var(--navy); }
.hero-strip-text .hs-num--sm { font-size: 1.25rem; color: var(--gold); }
.hero-strip-text .hs-label {
    font-size: 0.66rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.hero-strip-divider {
    width: 1px;
    align-self: stretch;
    min-height: 34px;
    background: rgba(var(--gold-rgb),0.25);
}
.hero-strip-item--date .hs-label { text-transform: none; letter-spacing: 0.5px; }
@media (max-width: 991px) {
    .hero-strip { justify-content: center; gap: 1rem 1.4rem; padding: 1rem 1.2rem; }
    .hero-strip-divider { display: none; }
}

/* =========================================================
   SECTION COMMONS
   ========================================================= */
section { padding: 80px 0; }
.section-dark { background: var(--navy); }
.section-darker { background: var(--navy-mid); }
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--gold-rgb),0.08);
    border: 1px solid rgba(var(--gold-rgb),0.2);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 1rem;
}
.section-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--white);
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.section-title .gold { color: var(--gold); }
.section-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 600px;
    line-height: 1.7;
}
.title-line {
    width: 60px; height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin: 1rem 0;
    border-radius: 2px;
}
.title-line-center { margin: 1rem auto; }

/* =========================================================
   STATS SECTION
   ========================================================= */
.stats-section {
    background: linear-gradient(135deg, var(--navy-mid), var(--navy-light));
    border-top: 1px solid rgba(var(--gold-rgb),0.1);
    border-bottom: 1px solid rgba(var(--gold-rgb),0.1);
    padding: 60px 0;
}
.stat-card {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: var(--radius-lg);
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.stat-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transform: scaleX(0);
    transition: var(--transition);
}
.stat-card:hover { transform: translateY(-6px); border-color: rgba(var(--gold-rgb),0.35); }
.stat-card:hover::before { transform: scaleX(1); }
.stat-icon { font-size: 2.5rem; color: var(--gold); margin-bottom: 1rem; opacity: 0.85; }
.stat-number {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: var(--gold);
    line-height: 1;
    display: block;
}
.stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 0.5rem;
}

/* =========================================================
   FEATURES SECTION
   ========================================================= */
.feature-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold));
    transform: scaleX(0);
    transition: var(--transition);
}
.feature-card:hover { transform: translateY(-8px); border-color: rgba(var(--gold-rgb),0.3); background: rgba(var(--gold-rgb),0.05); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, rgba(var(--gold-rgb),0.15), rgba(var(--gold-rgb),0.05));
    border: 1px solid rgba(var(--gold-rgb),0.25);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 1.2rem;
    transition: var(--transition);
}
.feature-card:hover .feature-icon { background: rgba(var(--gold-rgb),0.2); transform: scale(1.1); }
.feature-title { font-size: 1.2rem; color: var(--white); margin-bottom: 0.5rem; }
.feature-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }

/* =========================================================
   HIGHLIGHTS / CARDS
   ========================================================= */
/* Section with stadium background image + dark overlay */
.section-highlights {
    position: relative;
    background-color: #0a0e1a;
    background-image: url('../images/highlights/highlights-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
.section-highlights::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,11,20,0.93) 0%, rgba(8,11,20,0.82) 50%, rgba(8,11,20,0.93) 100%);
    z-index: 0;
}
.section-highlights > .container { position: relative; z-index: 1; }

.highlight-card {
    position: relative;
    border-radius: var(--radius-md);
    background: rgba(13,18,30,0.66);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(var(--gold-rgb),0.18);
    transition: var(--transition);
    height: 100%;
    padding: 1.75rem 1.5rem 1.5rem;
    text-align: center;
}
.highlight-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--gold-rgb),0.5);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
/* Gold L-shaped corner brackets (top-left & bottom-right) */
.highlight-card::before,
.highlight-card::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 2px solid var(--gold);
    transition: var(--transition);
    pointer-events: none;
}
.highlight-card::before {
    top: -1px; left: -1px;
    border-right: 0; border-bottom: 0;
    border-top-left-radius: var(--radius-md);
}
.highlight-card::after {
    bottom: -1px; right: -1px;
    border-left: 0; border-top: 0;
    border-bottom-right-radius: var(--radius-md);
}
.highlight-card:hover::before,
.highlight-card:hover::after { width: 40px; height: 40px; }

.highlight-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
/* Custom highlight icons (PNG) */
.highlight-icon {
    width: 92px;
    height: 92px;
    object-fit: contain;
    transition: var(--transition);
    filter: drop-shadow(0 6px 16px rgba(var(--gold-rgb),0.25));
}
.highlight-card:hover .highlight-icon { transform: scale(1.08); }
.highlight-body { padding: 0; }
.highlight-tag {
    display: inline-block;
    background: rgba(var(--gold-rgb),0.08);
    border: 1px solid rgba(var(--gold-rgb),0.45);
    color: var(--gold);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 0.75rem;
}
.highlight-title { font-size: 1.15rem; color: var(--white); margin-bottom: 0.5rem; white-space: pre-line; }
.highlight-desc { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0; }

/* =========================================================
   SPONSORS SECTION
   ========================================================= */
.sponsor-logo-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    height: 90px;
}
.sponsor-logo-card:hover { border-color: var(--gold); background: rgba(var(--gold-rgb),0.08); transform: scale(1.05); }
.sponsor-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: var(--transition);
}
.sponsor-logo-card:hover .sponsor-name { color: var(--gold); }

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1224 0%, #111827 50%, #0d1224 100%);
    border-top: 1px solid rgba(var(--gold-rgb),0.1);
    border-bottom: 1px solid rgba(var(--gold-rgb),0.1);
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(var(--gold-rgb),0.06) 0%, transparent 70%);
}
.cta-content { position: relative; z-index: 2; }
.cta-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--white);
    letter-spacing: 2px;
    line-height: 1.1;
}
.cta-title span { color: var(--gold); }

/* =========================================================
   PAGE HERO (inner pages)
   ========================================================= */
.page-hero {
    padding: 100px 0 60px;
    background: linear-gradient(135deg, var(--navy-mid), var(--navy));
    border-bottom: 1px solid rgba(var(--gold-rgb),0.12);
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(var(--gold-rgb),0.06) 0%, transparent 60%);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero-title {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: var(--white);
    letter-spacing: 2px;
    line-height: 1;
}
.page-hero-title .gold { color: var(--gold); }
.breadcrumb-mpl { background: transparent; padding: 0; margin: 0; }
.breadcrumb-mpl .breadcrumb-item { font-size: 0.85rem; color: var(--text-muted); }
.breadcrumb-mpl .breadcrumb-item.active { color: var(--gold); }
.breadcrumb-mpl .breadcrumb-item + .breadcrumb-item::before { color: var(--text-muted); }
.breadcrumb-mpl a { color: var(--text-muted); }
.breadcrumb-mpl a:hover { color: var(--gold); }

/* =========================================================
   GLASS CARDS
   ========================================================= */
.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(var(--gold-rgb),0.15);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.glass-card-header {
    background: rgba(var(--gold-rgb),0.08);
    border-bottom: 1px solid rgba(var(--gold-rgb),0.15);
    padding: 1.2rem 1.5rem;
}
.glass-card-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* =========================================================
   FORMS
   ========================================================= */
.form-section {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
}
.mpl-form .form-label {
    color: var(--text-muted);
    font-size: 0.83rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0.4rem;
}
.mpl-form .form-control,
.mpl-form .form-select {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(var(--gold-rgb),0.18);
    border-radius: var(--radius-sm);
    color: var(--text-light);
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    transition: var(--transition);
}
.mpl-form .form-control:focus,
.mpl-form .form-select:focus {
    background: rgba(var(--gold-rgb),0.07);
    border-color: var(--gold);
    color: var(--white);
    box-shadow: 0 0 0 3px rgba(var(--gold-rgb),0.1);
}
.mpl-form .form-control::placeholder { color: rgba(148,163,184,0.5); }
.mpl-form .form-select option { background: var(--navy-mid); color: var(--text-light); }
.mpl-form .form-control[type="file"] { padding: 0.5rem; }

.form-section-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(var(--gold-rgb),0.15);
    margin-bottom: 1.5rem;
}

.eligibility-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
}
.eligibility-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.eligibility-item:last-child { border-bottom: none; }
.eligibility-icon { color: var(--gold); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }

.benefit-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}
.benefit-card:hover { transform: translateY(-4px); border-color: rgba(var(--gold-rgb),0.3); }
.benefit-icon { font-size: 2rem; color: var(--gold); margin-bottom: 0.75rem; }
.benefit-title { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
.benefit-desc { font-size: 0.8rem; color: var(--text-muted); }

/* =========================================================
   PRIZE POOL
   ========================================================= */
.prize-hero-card {
    background: linear-gradient(135deg, rgba(var(--gold-rgb),0.12), rgba(var(--gold-rgb),0.03));
    border: 2px solid rgba(var(--gold-rgb),0.4);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}
.prize-hero-card::before {
    content: '';
    position: absolute;
    top: -30px; left: 50%; transform: translateX(-50%);
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(var(--gold-rgb),0.1), transparent);
}
.prize-hero-card:hover { transform: scale(1.02); box-shadow: 0 20px 60px rgba(var(--gold-rgb),0.15); }
.prize-rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-radius: 50%;
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
    color: var(--navy);
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 30px rgba(var(--gold-rgb),0.3);
}
.prize-amount {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: var(--gold);
    line-height: 1;
    letter-spacing: 2px;
}
.prize-label { font-size: 1rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }

.prize-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: var(--transition);
}
.prize-card:hover { border-color: rgba(var(--gold-rgb),0.35); transform: translateX(4px); }
.prize-card-icon { font-size: 1.8rem; color: var(--gold); width: 40px; text-align: center; flex-shrink: 0; }
.prize-card-amount { font-family: 'Rajdhani', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--gold); }
.prize-card-name { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }

/* =========================================================
   TEAM CARDS
   ========================================================= */
.team-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
    text-align: center;
    height: 100%;
}
.team-card:hover { transform: translateY(-10px); border-color: rgba(var(--gold-rgb),0.4); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.team-card-banner {
    height: 140px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.team-logo-placeholder {
    font-size: 3.5rem;
    opacity: 0.8;
}
.team-card-body { padding: 1.5rem; }
/* ── Teams index: premium logo + name tile ── */
.team-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.team-tile:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--tc) 55%, transparent);
    box-shadow: 0 18px 50px rgba(0,0,0,0.55), 0 0 0 1px color-mix(in srgb, var(--tc) 25%, transparent);
}
.team-tile-logo {
    position: relative;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
    background:
        radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--tc) 22%, transparent), transparent 68%),
        rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.team-tile-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 18px rgba(0,0,0,0.45));
    transition: transform .35s ease;
}
.team-tile:hover .team-tile-logo img { transform: scale(1.05); }
.team-tile-initials {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
    color: var(--tc);
    text-shadow: 0 0 24px color-mix(in srgb, var(--tc) 50%, transparent);
}
.team-tile-name {
    position: relative;
    padding: .95rem .75rem 1.05rem;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--white);
    transition: color .25s ease;
}
.team-tile-name::before {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    width: 34px; height: 2px;
    transform: translateX(-50%);
    background: var(--tc);
    border-radius: 2px;
    opacity: .7;
    transition: width .3s ease;
}
.team-tile:hover .team-tile-name { color: var(--gold); }
.team-tile:hover .team-tile-name::before { width: 60px; }

/* ── Single team profile — cricinfo-style header + stat strip ── */
.team-hero {
    position: relative;
    padding: 2.25rem 0 2rem;
    background:
        radial-gradient(circle at 12% 25%, color-mix(in srgb, var(--tc) 30%, transparent), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,0.04), transparent);
    border-bottom: 1px solid rgba(var(--gold-rgb),0.15);
    overflow: hidden;
}
.team-hero .breadcrumb { margin-bottom: 1.4rem; }
.team-hero-inner { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.team-hero-logo {
    flex: 0 0 auto;
    width: 132px; height: 132px;
    display: flex; align-items: center; justify-content: center;
    padding: 14px;
    background: rgba(0,0,0,0.30);
    border: 1px solid color-mix(in srgb, var(--tc) 40%, transparent);
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5), inset 0 0 30px color-mix(in srgb, var(--tc) 12%, transparent);
}
.team-hero-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.team-hero-info { flex: 1 1 280px; min-width: 0; }
.team-hero-code {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: .72rem;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--tc);
    background: color-mix(in srgb, var(--tc) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--tc) 35%, transparent);
    padding: .2rem .6rem; border-radius: 6px; margin-bottom: .6rem;
}
.team-hero-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    letter-spacing: 1.5px; color: var(--white); line-height: 1; margin: 0 0 .85rem;
}
.team-hero-tags { display: flex; flex-wrap: wrap; gap: .55rem .7rem; }
.team-hero-tags span {
    display: inline-flex; align-items: center; gap: .45rem;
    font-size: .88rem; color: var(--text-muted);
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
    padding: .35rem .8rem; border-radius: 30px;
}
.team-hero-tags span i { color: var(--tc); font-size: .8rem; }
.team-hero-record {
    flex: 0 0 auto; text-align: center; padding: .25rem 1.5rem;
    border-left: 1px solid rgba(255,255,255,0.08);
}
.team-hero-record .rec-points { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; line-height: 1; color: var(--gold); }
.team-hero-record .rec-label { font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }
.team-hero-record .rec-wl { margin-top: .6rem; font-size: .9rem; color: var(--text-muted); }

.team-statbar {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: var(--radius-lg); overflow: hidden;
}
.team-statbar .team-stat { text-align: center; padding: 1.25rem .5rem; border-right: 1px solid rgba(255,255,255,0.05); }
.team-statbar .team-stat:last-child { border-right: 0; }
.team-statbar .team-stat .num { font-family: 'Rajdhani', sans-serif; font-size: 1.9rem; font-weight: 700; line-height: 1; color: var(--gold); }
.team-statbar .team-stat .lbl { margin-top: .4rem; font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }

/* Squad roster grouped by role */
.roster-group + .roster-group { margin-top: 1.75rem; }
.roster-group-title {
    display: flex; align-items: center; gap: .6rem;
    font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.05rem;
    text-transform: uppercase; letter-spacing: 1px; color: var(--white);
    padding-bottom: .6rem; margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.roster-group-title::before { content: ""; width: 4px; height: 18px; border-radius: 3px; background: var(--tc); }
.roster-group-title span {
    font-size: .72rem; color: var(--text-muted); background: rgba(255,255,255,0.05);
    border-radius: 30px; padding: .1rem .55rem; font-weight: 600; letter-spacing: 0;
}
.roster-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 1rem; }
.roster-player {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    text-decoration: none; padding: 1rem .5rem;
    background: rgba(255,255,255,0.025); border: 1px solid var(--card-border);
    border-radius: var(--radius-md); transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.roster-player:hover { transform: translateY(-4px); border-color: rgba(var(--gold-rgb),0.4); background: rgba(var(--gold-rgb),0.06); }
.roster-player-photo {
    width: 72px; height: 72px; border-radius: 50%; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    background: var(--navy-mid); border: 2px solid rgba(var(--gold-rgb),0.3);
    margin-bottom: .65rem;
}
.roster-player-photo img { width: 100%; height: 100%; object-fit: cover; }
.roster-player-photo span { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--gold); }
.roster-player-name { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: .95rem; color: var(--white); line-height: 1.2; }
.roster-player:hover .roster-player-name { color: var(--gold); }
.roster-player-role { font-size: .72rem; color: var(--text-muted); margin-top: .15rem; }

/* ── Players index: clean photo tile ── */
.player-tile {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    height: 100%; text-decoration: none; padding: 1.75rem 1rem 1.4rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    border: 1px solid var(--card-border); border-radius: var(--radius-lg); overflow: hidden;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.player-tile:hover { transform: translateY(-8px); border-color: rgba(var(--gold-rgb),0.4); box-shadow: 0 18px 50px rgba(0,0,0,0.5); }
.player-tile-photo {
    width: 104px; height: 104px; border-radius: 50%; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    background: var(--navy-mid); border: 3px solid rgba(var(--gold-rgb),0.3); margin-bottom: 1rem;
}
.player-tile-photo img { width: 100%; height: 100%; object-fit: cover; }
.player-tile-photo i { font-size: 2.4rem; color: var(--gold); opacity: .5; }
.player-tile-name { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.12rem; color: var(--white); line-height: 1.2; transition: color .25s ease; }
.player-tile:hover .player-tile-name { color: var(--gold); }
.player-tile-role {
    display: inline-block; margin-top: .55rem; font-size: .7rem; text-transform: uppercase; letter-spacing: 1px;
    color: var(--gold); background: rgba(var(--gold-rgb),0.1); border: 1px solid rgba(var(--gold-rgb),0.25);
    border-radius: 30px; padding: .2rem .7rem;
}
.player-tile-team { margin-top: .65rem; font-size: .82rem; color: var(--text-muted); }

/* ── Player profile photo (uses the team-hero shell) ── */
.player-hero-photo {
    flex: 0 0 auto; width: 140px; height: 140px; border-radius: 16px; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.30); border: 1px solid color-mix(in srgb, var(--tc) 40%, transparent);
    box-shadow: 0 12px 40px rgba(0,0,0,0.5), inset 0 0 30px color-mix(in srgb, var(--tc) 12%, transparent);
}
.player-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.player-hero-photo i { font-size: 3.2rem; color: var(--tc); opacity: .55; }

/* Key/value detail grid for the player profile */
.detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .75rem; }
.detail-item {
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
    padding: .8rem 1rem; background: rgba(255,255,255,0.025);
    border: 1px solid var(--card-border); border-radius: var(--radius-md);
}
.detail-item .k { font-size: .82rem; color: var(--text-muted); }
.detail-item .v { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--white); text-align: right; }
@media (max-width: 767px) {
    .team-hero-record { border-left: 0; width: 100%; display: flex; align-items: baseline; justify-content: center; gap: .6rem; padding: 0; }
    .team-hero-record .rec-points { font-size: 2.2rem; }
    .team-statbar { grid-template-columns: repeat(3, 1fr); }
    .team-statbar .team-stat:nth-child(3) { border-right: 0; }
    .team-statbar .team-stat:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,0.05); }
}
.team-name { font-family: 'Rajdhani', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--white); }
.team-city { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.team-stats { display: flex; justify-content: space-around; padding: 1rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.05); }
.team-stat-item { text-align: center; }
.team-stat-val { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--gold); }
.team-stat-key { font-size: 0.68rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }

/* =========================================================
   PLAYER CARDS
   ========================================================= */
.player-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
    text-align: center;
}
.player-card:hover { transform: translateY(-8px); border-color: rgba(var(--gold-rgb),0.35); }
.player-avatar-wrap {
    padding: 1.5rem 1.5rem 0;
    position: relative;
}
.player-avatar {
    width: 90px; height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(var(--gold-rgb),0.2), rgba(var(--gold-rgb),0.05));
    border: 2px solid rgba(var(--gold-rgb),0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--gold);
    margin: 0 auto;
}
.player-role-tag {
    display: inline-block;
    background: rgba(var(--gold-rgb),0.1);
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 20px;
    margin-top: 0.75rem;
}
.player-card-body { padding: 1rem 1.5rem 1.5rem; }
.player-name { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 0.25rem; }
.player-info { font-size: 0.78rem; color: var(--text-muted); }
.player-stats { display: flex; justify-content: space-around; padding: 1rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.05); }
.player-stat-val { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--gold); }
.player-stat-key { font-size: 0.68rem; color: var(--text-muted); text-transform: uppercase; }

/* =========================================================
   FOUNDERS
   ========================================================= */
.founder-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.founder-card:hover { transform: translateY(-8px); border-color: rgba(var(--gold-rgb),0.35); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.founder-img-wrap {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--gold-rgb),0.12), rgba(var(--gold-rgb),0.03));
}
.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: var(--transition);
}
.founder-card:hover .founder-img { transform: scale(1.05); }
.founder-card-body {
    padding: 1.4rem 1.5rem 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.founder-role-tag {
    display: inline-block;
    background: rgba(var(--gold-rgb),0.1);
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 0.7rem;
}
.founder-name { font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 0; }
.founder-details {
    list-style: none;
    padding: 0.9rem 0 0;
    margin: 0.9rem 0 0;
    width: 100%;
    border-top: 1px solid var(--card-border);
}
.founder-details li {
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.62);
    margin-bottom: 0.4rem;
}
.founder-details li:last-child { margin-bottom: 0; }

/* =========================================================
   MATCHES / FIXTURES
   ========================================================= */
.match-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    transition: var(--transition);
}
.match-card:hover { border-color: rgba(var(--gold-rgb),0.3); background: rgba(var(--gold-rgb),0.03); }
.match-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
}
.match-status.live { background: rgba(239,68,68,0.15); color: #ef4444; border: 1px solid rgba(239,68,68,0.3); }
.match-status.live::before { content:''; width:6px; height:6px; border-radius:50%; background:#ef4444; animation: blink 1.2s infinite; }
.match-status.upcoming { background: rgba(var(--gold-rgb),0.1); color: var(--gold); border: 1px solid rgba(var(--gold-rgb),0.2); }
.match-status.completed { background: rgba(34,197,94,0.1); color: #22c55e; border: 1px solid rgba(34,197,94,0.2); }
.match-teams { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.match-team { text-align: center; flex: 1; }
.match-team-name { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); }
.match-team-score { font-family: 'Bebas Neue', cursive; font-size: 1.8rem; color: var(--gold); line-height: 1; }
.match-vs { font-family: 'Bebas Neue', cursive; font-size: 1.5rem; color: var(--text-muted); }
.match-meta { font-size: 0.78rem; color: var(--text-muted); }

/* =========================================================
   POINTS TABLE
   ========================================================= */
.mpl-table-wrap { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(var(--gold-rgb),0.15); }
.mpl-table { margin: 0; }
.mpl-table thead th {
    background: rgba(var(--gold-rgb),0.1);
    color: var(--gold);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: rgba(var(--gold-rgb),0.15);
    padding: 0.9rem 1rem;
    white-space: nowrap;
}
.mpl-table tbody td {
    background: rgba(255,255,255,0.02);
    color: var(--text-light);
    border-color: rgba(255,255,255,0.04);
    padding: 0.8rem 1rem;
    font-size: 0.88rem;
    vertical-align: middle;
}
.mpl-table tbody tr:hover td { background: rgba(var(--gold-rgb),0.05); }
.mpl-table .team-pos {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.3rem;
    color: var(--gold);
    width: 40px;
    text-align: center;
}
.mpl-table .qualify { background: rgba(34,197,94,0.08) !important; }
.mpl-table .qualify td:first-child { border-left: 3px solid #22c55e; }
.nrr-pos { color: #22c55e; }
.nrr-neg { color: #ef4444; }

/* =========================================================
   AUCTION PAGE
   ========================================================= */
.auction-hero {
    background: linear-gradient(135deg, #08060e, #0d1224, #121a2e);
    position: relative;
}
.auction-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(239,68,68,0.15);
    border: 1px solid rgba(239,68,68,0.4);
    color: #ef4444;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 1rem;
}
.auction-live-badge::before { content:''; width:8px; height:8px; border-radius:50%; background:#ef4444; animation: pulse-live 1.5s infinite; }
.bid-card {
    background: var(--glass-bg);
    border: 1px solid rgba(var(--gold-rgb),0.2);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bid-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(var(--gold-rgb),0.06), transparent 60%);
    pointer-events: none;
}
.current-bid {
    font-family: 'Bebas Neue', cursive;
    font-size: 4rem;
    color: var(--gold);
    letter-spacing: 3px;
    line-height: 1;
    animation: pulseText 2s ease-in-out infinite;
}
@keyframes pulseText { 0%,100% { opacity:1; } 50% { opacity:0.85; } }
.bid-label { color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; font-size: 0.75rem; font-weight: 600; }
.squad-rule-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition);
}
.squad-rule-card:hover { border-color: rgba(var(--gold-rgb),0.35); }
.squad-rule-label { font-size: 0.9rem; color: var(--text-muted); }
.squad-rule-value { font-family: 'Rajdhani', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--gold); }
.process-step {
    text-align: center;
    padding: 1.5rem;
    position: relative;
}
.process-step-num {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.6rem;
    color: var(--navy);
    margin: 0 auto 1rem;
    box-shadow: 0 4px 20px rgba(var(--gold-rgb),0.25);
}
.process-step-title { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
.process-step-desc { font-size: 0.8rem; color: var(--text-muted); }
.process-connector {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-dark), transparent);
    position: absolute;
    top: 46px;
    right: -30px;
}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery-item {
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
    border: 1px solid var(--card-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(var(--gold-rgb),0.3);
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.gallery-item::after {
    content: '\f00e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    inset: 0;
    background: rgba(var(--gold-rgb),0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--gold);
    opacity: 0;
    transition: var(--transition);
}
.gallery-item:hover { transform: scale(1.03); border-color: rgba(var(--gold-rgb),0.4); }
.gallery-item:hover::after { opacity: 1; }

/* =========================================================
   NEWS
   ========================================================= */
.news-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
.news-card:hover { transform: translateY(-6px); border-color: rgba(var(--gold-rgb),0.3); }
.news-card-img {
    height: 200px;
    background: linear-gradient(135deg, var(--navy-light), #1e2a3a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: rgba(var(--gold-rgb),0.25);
}
.news-card-body { padding: 1.5rem; }
.news-category {
    display: inline-block;
    background: rgba(var(--gold-rgb),0.1);
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 0.75rem;
}
.news-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.6rem; line-height: 1.4; }
.news-title a { color: var(--white); }
.news-title a:hover { color: var(--gold); }
.news-excerpt { font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1rem; }
.news-meta { font-size: 0.75rem; color: var(--text-muted); display: flex; align-items: center; gap: 1rem; }
.news-meta i { color: var(--gold); }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-info-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.contact-item:last-child { border-bottom: none; }
.contact-icon {
    width: 48px; height: 48px;
    background: rgba(var(--gold-rgb),0.1);
    border: 1px solid rgba(var(--gold-rgb),0.2);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--gold);
    flex-shrink: 0;
}
.contact-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 0.3rem; font-weight: 600; }
.contact-value { font-size: 0.92rem; color: var(--text-light); }
.map-embed {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(var(--gold-rgb),0.15);
    height: 300px;
    background: var(--navy-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* =========================================================
   ABOUT
   ========================================================= */
.timeline-wrap { position: relative; padding-left: 30px; }
.timeline-wrap::before {
    content: '';
    position: absolute;
    left: 10px; top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold), transparent);
}
.timeline-item { position: relative; padding-bottom: 2.5rem; }
.timeline-dot {
    position: absolute;
    left: -24px; top: 4px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--gold);
    border: 3px solid var(--navy);
    box-shadow: 0 0 0 3px rgba(var(--gold-rgb),0.2);
}
.timeline-year {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.3rem;
    color: var(--gold);
    letter-spacing: 1px;
}
.timeline-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
.timeline-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; }

.objective-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    display: flex;
    gap: 1.2rem;
    transition: var(--transition);
    height: 100%;
}
.objective-card:hover { border-color: rgba(var(--gold-rgb),0.3); }
.objective-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5rem;
    color: rgba(var(--gold-rgb),0.2);
    line-height: 1;
    flex-shrink: 0;
    width: 40px;
}
.objective-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
.objective-desc { font-size: 0.83rem; color: var(--text-muted); line-height: 1.65; }

/* =========================================================
   SPONSORS (Full Page)
   ========================================================= */
.sponsor-tier-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 2rem;
}
.tier-title { background: rgba(var(--gold-rgb),0.12); border: 1px solid rgba(var(--gold-rgb),0.3); color: var(--gold); }
.tier-powered { background: rgba(148,163,184,0.1); border: 1px solid rgba(148,163,184,0.2); color: #94a3b8; }
.tier-associate { background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.2); color: #818cf8; }
.tier-official { background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.2); color: #22c55e; }

.sponsor-card-premium {
    background: linear-gradient(145deg, rgba(var(--gold-rgb),0.08), rgba(13,18,36,0.9));
    border: 1px solid rgba(var(--gold-rgb),0.3);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    transition: var(--transition);
}
.sponsor-card-premium:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(var(--gold-rgb),0.1); border-color: var(--gold); }
.sponsor-brand-name {
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
    color: var(--gold);
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
}
.sponsor-desc { font-size: 0.83rem; color: var(--text-muted); }
.sponsor-card-sm {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition);
}
.sponsor-card-sm:hover { border-color: rgba(var(--gold-rgb),0.3); transform: translateY(-4px); }
.sponsor-card-sm .sponsor-name { font-size: 1.1rem; }

/* =========================================================
   ALERTS
   ========================================================= */
.alert-success-mpl {
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.3);
    color: #22c55e;
    border-radius: var(--radius-md);
    padding: 1rem 1.5rem;
}
.alert-error-mpl {
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.3);
    color: #ef4444;
    border-radius: var(--radius-md);
    padding: 1rem 1.5rem;
}

/* =========================================================
   FOOTER
   ========================================================= */
.mpl-footer {
    background: linear-gradient(135deg, #06080f, #0a0e1a);
    border-top: 1px solid rgba(var(--gold-rgb),0.12);
}
.footer-top { padding: 60px 0 40px; }
.footer-brand .footer-logo-main {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8rem;
    color: var(--gold);
    letter-spacing: 2px;
    line-height: 1;
}
.footer-brand .footer-logo-sub {
    font-size: 0.6rem;
    color: var(--text-muted);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-logo-img {
    width:58px;
    height:58px;
    border-radius:14px;
    object-fit:cover;
    flex:0 0 auto;
    box-shadow: 0 0 24px rgba(var(--gold-rgb),0.2);
}
.footer-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; }
.footer-heading {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(var(--gold-rgb),0.15);
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { font-size: 0.85rem; color: var(--text-muted); transition: var(--transition); display: inline-flex; align-items: center; }
.footer-links a::before { content: '›'; margin-right: 6px; color: var(--gold); font-size: 1rem; opacity: 0; transform: translateX(-4px); transition: var(--transition); }
.footer-links a:hover { color: var(--gold); padding-left: 6px; }
.footer-links a:hover::before { opacity: 1; transform: translateX(0); }
.footer-contact-list { list-style: none; padding: 0; }
.footer-contact-list li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.5rem 0; font-size: 0.85rem; color: var(--text-muted); }
.footer-contact-list li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; width: 16px; }
.footer-socials { display: flex; gap: 0.75rem; }
.social-btn {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(var(--gold-rgb),0.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted);
    font-size: 0.8rem;
    transition: var(--transition);
}
.social-btn:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); transform: translateY(-3px); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.04);
    background: rgba(0,0,0,0.2);
}
.footer-copy { font-size: 0.8rem; color: var(--text-muted); }
.footer-tagline { font-size: 0.8rem; color: rgba(var(--gold-rgb),0.5); }
.footer-credits { font-size: 0.8rem; color: var(--text-muted); }
.footer-credits a { color: var(--gold); text-decoration: none; transition: color 0.2s ease; }
.footer-credits a:hover { color: #fff; text-decoration: underline; }

/* =========================================================
   BACK TO TOP
   ========================================================= */
.back-to-top {
    position: fixed;
    bottom: 28px; right: 28px;
    width: 42px; height: 42px;
    background: var(--gold);
    color: var(--navy);
    border: none;
    border-radius: 50%;
    font-size: 0.85rem;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition);
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(var(--gold-rgb),0.3);
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--gold-light); transform: translateY(-3px); }

/* =========================================================
   SCROLL ANIMATIONS
   ========================================================= */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-up.visible { opacity: 1; transform: translateY(0); }

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-left.visible { opacity: 1; transform: translateX(0); }

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
.delay-6 { transition-delay: 0.6s !important; }

/* =========================================================
   PARTICLES / DECORATIVE
   ========================================================= */
.gold-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 3rem 0;
    opacity: 0.3;
}
.badge-slot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(var(--gold-rgb),0.1);
    border: 1px solid rgba(var(--gold-rgb),0.2);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
}
.badge-slot.danger { background: rgba(239,68,68,0.1); border-color: rgba(239,68,68,0.25); color: #ef4444; }
.badge-slot.success { background: rgba(34,197,94,0.1); border-color: rgba(34,197,94,0.25); color: #22c55e; }
.slots-remaining {
    font-family: 'Bebas Neue', cursive;
    font-size: 4rem;
    color: var(--gold);
    line-height: 1;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991.98px) {
    section { padding: 60px 0; }
    .hero-section { min-height: auto; padding: 120px 0 60px; }
    .hero-bg-image { background-position: center center; opacity: 0.55; }
    .hero-visual { margin-top: 3rem; }
    .top-bar .top-bar-left { display: none; }
    .mpl-navbar .nav-link { padding: 0.6rem 1rem !important; }
    .mpl-navbar .nav-link::after { display: none; }
    .stats-section { padding: 40px 0; }
}

@media (max-width: 767.98px) {
    .hero-cta { flex-direction: column; }
    .hero-stats { gap: 1.5rem; }
    .hero-stat-num { font-size: 2rem; }
    .prize-hero-card { padding: 2rem 1rem; }
    .prize-amount { font-size: 2.5rem; }
    .floating-badge { display: none; }
    .process-connector { display: none; }
}

@media (max-width: 575.98px) {
    .hero-title { font-size: 3rem; }
    .section-title { font-size: 2rem; }
    .stat-number { font-size: 2.5rem; }
    .back-to-top { bottom: 16px; right: 16px; }
}

/* =========================================================
   PROFESSIONAL FORM SYSTEM — mpl-field, mpl-input, mpl-label
   ========================================================= */

/* Section header with numbered step */
.mpl-form-section {
    margin-bottom: 2rem;
}
.mpl-form-section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--card-border);
}
.mpl-form-section-num {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: rgba(var(--gold-rgb),0.12);
    border: 1.5px solid rgba(var(--gold-rgb),0.35);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem; font-weight: 700; color: var(--gold);
    flex-shrink: 0;
}
.mpl-form-section-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold);
}
.mpl-form-section-icon { color: var(--gold); font-size: 1rem; }

/* Field wrapper */
.mpl-field { position: relative; }

/* Label */
.mpl-label {
    display: block;
    font-size: 0.72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.7px;
    color: var(--text-muted);
    margin-bottom: 0.4rem;
    transition: color 0.2s ease;
}
.mpl-label .req { color: #ef4444; margin-left: 2px; font-size: 0.8rem; }
[data-theme="light"] .mpl-label { color: #64748b; }

/* Input wrapper with icon */
.mpl-input-wrap { position: relative; }
.mpl-input-icon {
    position: absolute; left: 0.9rem; top: 50%; transform: translateY(-50%);
    color: var(--gold); font-size: 0.82rem; opacity: 0.55;
    pointer-events: none; z-index: 2; transition: opacity 0.2s;
}
.mpl-input-wrap:focus-within .mpl-input-icon { opacity: 1; }

/* Base input/select */
.mpl-input, .mpl-select {
    width: 100%;
    background: var(--input-bg);
    border: 1.5px solid var(--input-border);
    border-radius: 10px;
    color: var(--text-light);
    padding: 0.65rem 1rem 0.65rem 2.55rem;
    font-size: 0.88rem; font-family: 'Inter', sans-serif;
    transition: var(--transition);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.mpl-input.no-icon, .mpl-select.no-icon { padding-left: 1rem; }
.mpl-input::placeholder { color: rgba(148,163,184,0.45); }
.mpl-input:focus, .mpl-select:focus {
    background: var(--input-focus);
    border-color: var(--gold);
    color: var(--white);
    box-shadow: 0 0 0 4px rgba(var(--gold-rgb),0.1);
}
.mpl-input.is-invalid, .mpl-select.is-invalid {
    border-color: #ef4444 !important;
    background: rgba(239,68,68,0.05);
    box-shadow: 0 0 0 4px rgba(239,68,68,0.1) !important;
}
/* Light mode inputs */
[data-theme="light"] .mpl-input,
[data-theme="light"] .mpl-select {
    background: #ffffff;
    border-color: rgba(180,134,11,0.2);
    color: #1e293b;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
[data-theme="light"] .mpl-input::placeholder { color: rgba(100,116,139,0.5); }
[data-theme="light"] .mpl-input:focus,
[data-theme="light"] .mpl-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(180,134,11,0.1);
    background: #fffdf5;
    color: #0f172a;
}

/* Textarea */
.mpl-input[rows], .mpl-textarea {
    resize: vertical;
    min-height: 110px;
    padding-top: 0.75rem;
    padding-left: 1rem;
}

/* Select arrow */
.mpl-select-wrap { position: relative; }
.mpl-select-wrap .mpl-select-arrow {
    position: absolute; right: 0.9rem; top: 50%; transform: translateY(-50%);
    pointer-events: none; color: var(--gold); font-size: 0.7rem; opacity: 0.7;
}
.mpl-select option { background: var(--navy-mid); color: var(--text-light); }
[data-theme="light"] .mpl-select option { background: #ffffff; color: #1e293b; }

/* Validation error */
.mpl-field-error {
    font-size: 0.73rem; font-weight: 600;
    color: #ef4444;
    margin-top: 0.3rem;
    display: flex; align-items: center; gap: 0.35rem;
    animation: slideInErr 0.2s ease;
}
.mpl-field-error::before {
    content: '\f071';
    font-family: 'Font Awesome 6 Free'; font-weight: 900;
    font-size: 0.65rem;
}
@keyframes slideInErr { from { opacity:0; transform:translateY(-4px); } to { opacity:1; transform:none; } }

/* Field hint */
.mpl-hint {
    font-size: 0.7rem; color: rgba(148,163,184,0.55);
    margin-top: 0.3rem; display: flex; align-items: center; gap: 0.3rem;
}
[data-theme="light"] .mpl-hint { color: rgba(100,116,139,0.7); }

/* Focused label color */
.mpl-field:focus-within .mpl-label { color: var(--gold); }

/* ── Custom File Upload Zone ────────────────────────────── */
.mpl-file-zone {
    border: 2px dashed rgba(var(--gold-rgb),0.25);
    border-radius: 12px;
    padding: 1.25rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    background: rgba(var(--gold-rgb),0.02);
    position: relative;
    overflow: hidden;
}
.mpl-file-zone:hover, .mpl-file-zone.dragging {
    border-color: rgba(var(--gold-rgb),0.55);
    background: rgba(var(--gold-rgb),0.06);
}
.mpl-file-zone input[type="file"] { display: none; }
.mpl-file-zone-icon { font-size: 1.5rem; color: rgba(var(--gold-rgb),0.5); margin-bottom: 0.5rem; display: block; }
.mpl-file-zone-text { font-size: 0.78rem; color: var(--text-muted); }
.mpl-file-zone-text span { color: var(--gold); font-weight: 600; }
.mpl-file-label { font-size: 0.72rem; color: var(--gold); margin-top: 0.3rem; word-break: break-all; }
.mpl-file-preview { width: 60px; height: 60px; border-radius: 8px; object-fit: cover; margin: 0.5rem auto 0; display: none; border: 2px solid rgba(var(--gold-rgb),0.3); }
[data-theme="light"] .mpl-file-zone { border-color: rgba(180,134,11,0.2); background: rgba(180,134,11,0.02); }
[data-theme="light"] .mpl-file-zone:hover { border-color: rgba(180,134,11,0.45); background: rgba(180,134,11,0.05); }

/* ── Checkbox ────────────────────────────────────────────── */
.mpl-check-wrap { display: flex; align-items: flex-start; gap: 0.65rem; cursor: pointer; }
.mpl-check-wrap input[type="checkbox"] {
    width: 17px; height: 17px; margin-top: 2px; flex-shrink: 0;
    accent-color: var(--gold); cursor: pointer;
}
.mpl-check-label { font-size: 0.83rem; color: var(--text-muted); line-height: 1.5; }
[data-theme="light"] .mpl-check-label { color: #64748b; }

/* ── Submit Button ───────────────────────────────────────── */
.btn-mpl-submit {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--navy);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700; font-size: 1rem;
    letter-spacing: 0.75px; text-transform: uppercase;
    border: none; border-radius: 10px;
    padding: 0.85rem 2.5rem;
    width: 100%;
    cursor: pointer;
    transition: var(--transition);
    position: relative; overflow: hidden;
    box-shadow: 0 4px 20px rgba(var(--gold-rgb),0.2);
}
.btn-mpl-submit::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent);
    opacity: 0; transition: opacity 0.2s;
}
.btn-mpl-submit:hover::after { opacity: 1; }
.btn-mpl-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(var(--gold-rgb),0.35);
}
.btn-mpl-submit:disabled {
    opacity: 0.75; cursor: not-allowed; transform: none;
    box-shadow: none;
}

/* ── Form Card (wrapper) ─────────────────────────────────── */
.mpl-form-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
}
.mpl-form-card-header {
    background: rgba(var(--gold-rgb),0.07);
    border-bottom: 1px solid var(--card-border);
    padding: 1.25rem 1.75rem;
    display: flex; align-items: center; gap: 0.75rem;
}
.mpl-form-card-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.75px; color: var(--gold);
    margin: 0;
}
.mpl-form-card-body { padding: 1.75rem; }
[data-theme="light"] .mpl-form-card { background: rgba(255,255,255,0.92); }

/* ── Flatpickr custom dark theme ─────────────────────────── */
.flatpickr-input {
    background: var(--input-bg) !important;
    border: 1.5px solid var(--input-border) !important;
    color: var(--text-light) !important;
    border-radius: 10px !important;
}
.flatpickr-dark .flatpickr-calendar,
.flatpickr-calendar.flatpickr-dark {
    background: #0d1224 !important;
    border: 1px solid rgba(var(--gold-rgb),0.2) !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.5) !important;
    border-radius: 12px !important;
}
.flatpickr-dark .flatpickr-day {
    color: #e2e8f0 !important;
    border-radius: 8px !important;
}
.flatpickr-dark .flatpickr-day:hover {
    background: rgba(var(--gold-rgb),0.12) !important;
    border-color: rgba(var(--gold-rgb),0.3) !important;
}
.flatpickr-dark .flatpickr-day.selected,
.flatpickr-dark .flatpickr-day.selected:hover {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #0a0e1a !important;
    font-weight: 700;
}
.flatpickr-dark .flatpickr-day.today { border-color: rgba(var(--gold-rgb),0.5) !important; }
.flatpickr-dark .flatpickr-months,
.flatpickr-dark .flatpickr-weekdays { background: rgba(var(--gold-rgb),0.06) !important; }
.flatpickr-dark .flatpickr-month,
.flatpickr-dark .flatpickr-weekday,
.flatpickr-dark .flatpickr-current-month,
.flatpickr-dark .cur-month,
.flatpickr-dark .cur-year { color: #D4AF37 !important; fill: #D4AF37 !important; }
.flatpickr-dark span.flatpickr-weekday { color: #94a3b8 !important; }
.flatpickr-dark .flatpickr-prev-month,
.flatpickr-dark .flatpickr-next-month { fill: #D4AF37 !important; }
.flatpickr-dark .flatpickr-prev-month:hover svg,
.flatpickr-dark .flatpickr-next-month:hover svg { fill: #f0cc6a !important; }
.flatpickr-dark .flatpickr-day.disabled,
.flatpickr-dark .flatpickr-day.disabled:hover { color: rgba(148,163,184,0.3) !important; }
.flatpickr-dark .numInput { color: #D4AF37 !important; background: transparent !important; border: none !important; }
.flatpickr-dark .numInputWrapper:hover { background: rgba(var(--gold-rgb),0.07) !important; }

/* ── SweetAlert2 custom theme ────────────────────────────── */
.mpl-swal-popup {
    border: 1px solid rgba(var(--gold-rgb),0.2) !important;
    border-radius: 16px !important;
    font-family: 'Inter', sans-serif !important;
    backdrop-filter: blur(10px);
}
.mpl-swal-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
}
.mpl-swal-confirm {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    padding: 0.6rem 1.75rem !important;
}
.mpl-swal-cancel, .mpl-swal-cancel-outline {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    border: 1.5px solid rgba(148,163,184,0.3) !important;
    color: #94a3b8 !important;
    padding: 0.6rem 1.75rem !important;
}
.mpl-swal-cancel:hover, .mpl-swal-cancel-outline:hover {
    background: rgba(148,163,184,0.08) !important;
    border-color: rgba(148,163,184,0.5) !important;
}
.mpl-error-list {
    list-style: none; padding: 0; margin: 0.5rem 0 0; text-align: left;
}
.mpl-error-list li {
    padding: 0.3rem 0; font-size: 0.85rem;
    display: flex; align-items: center; gap: 0.4rem;
    border-bottom: 1px solid rgba(239,68,68,0.1);
}
.mpl-error-list li:last-child { border-bottom: none; }
.mpl-error-list li::before {
    content: '\f071';
    font-family: 'Font Awesome 6 Free'; font-weight: 900;
    font-size: 0.65rem; color: #ef4444; flex-shrink: 0;
}

/* ── Theme toggle button ────────────────────────────────── */
.theme-toggle-btn {
    display: inline-flex; align-items: center; gap: 0.45rem;
    background: rgba(var(--gold-rgb),0.1); border: 1.5px solid rgba(var(--gold-rgb),0.25);
    color: var(--gold); border-radius: 20px;
    padding: 0.3rem 0.85rem; font-size: 0.75rem; font-weight: 600;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
    font-family: 'Rajdhani', sans-serif; letter-spacing: 0.5px; text-transform: uppercase;
}
.theme-toggle-btn:hover { background: rgba(var(--gold-rgb),0.18); border-color: var(--gold); }
[data-theme="light"] .theme-toggle-btn { background: rgba(180,134,11,0.08); border-color: rgba(180,134,11,0.3); }
