/* ==========================================================================
   Siatkarskie Podlasie - Molten Theme (Red-Mint)
   Activated via [data-theme="molten"] on <html>
   ========================================================================== */

[data-theme="molten"] {
    /* Colors - Brand */
    --color-primary: #C61F2B;
    --color-primary-light: #E04350;
    --color-primary-dark: #9A1520;
    --color-primary-rgb: 198, 31, 43;
    --color-secondary: #3BBF9B;
    --color-secondary-light: #5DD4B3;
    --color-secondary-dark: #2A9A7B;
    --color-secondary-rgb: 59, 191, 155;
    --color-accent: #3BBF9B;
    --color-accent-light: #5DD4B3;
    --color-accent-rgb: 59, 191, 155;

    /* Colors - Neutral */
    --color-dark: #222222;
    --color-dark-rgb: 34, 34, 34;
    --color-bg-secondary: rgba(198, 31, 43, 0.04);
    --color-light: #F5F5F5;
    --color-border: #E6E6E6;

    /* Colors - Text */
    --color-text: #222222;

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #C61F2B 0%, #E04350 100%);
    --gradient-secondary: linear-gradient(135deg, #3BBF9B 0%, #5DD4B3 100%);
    --gradient-hero: linear-gradient(180deg, rgba(34,34,34,0.78) 0%, rgba(198,31,43,0.55) 50%, rgba(34,34,34,0.88) 100%);
    --gradient-card: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(34,34,34,0.80) 100%);

    /* Colors - Overlay */
    --color-overlay: rgba(34, 34, 34, 0.6);
}

/* ---- Navbar ---- */
[data-theme="molten"] .navbar {
    background: rgba(34, 34, 34, 0.96);
}

/* ---- Mobile Menu ---- */
[data-theme="molten"] .mobile-nav-menu {
    background: rgba(34, 34, 34, 0.98);
}

/* ---- Navbar brand icon ---- */
[data-theme="molten"] .brand-icon {
    background: transparent;
}

/* ---- Event Card Date ---- */
[data-theme="molten"] .event-card-date {
    background: rgba(198, 31, 43, 0.08);
}
[data-theme="molten"] .event-card {
    border-left-color: #C61F2B;
}

/* ---- Footer ---- */
[data-theme="molten"] .footer {
    background: #222222;
}
[data-theme="molten"] .footer-social a:hover {
    background: #C61F2B;
}

/* ---- Quick Results Bar ---- */
[data-theme="molten"] .quick-results-bar {
    background: #222222;
}

/* ---- Loading screen ---- */
[data-theme="molten"] .loading-screen {
    background: linear-gradient(135deg, #C61F2B 0%, #222222 50%, #3BBF9B 100%);
}

/* ---- Tabs ---- */
[data-theme="molten"] .tab:hover {
    border-color: #E04350;
    box-shadow: 0 2px 8px rgba(198,31,43,0.12);
}
[data-theme="molten"] .tab.active {
    box-shadow: 0 3px 12px rgba(198,31,43,0.25);
}

/* ---- Badge overrides ---- */
[data-theme="molten"] .badge-primary {
    background: rgba(198, 31, 43, 0.1);
    color: #C61F2B;
}
[data-theme="molten"] .badge-secondary {
    background: rgba(59, 191, 155, 0.1);
    color: #2A9A7B;
}

/* ---- Table header ---- */
[data-theme="molten"] thead {
    background: #C61F2B;
}
[data-theme="molten"] tbody tr:hover {
    background: rgba(198, 31, 43, 0.04);
}

/* ---- Form focus ---- */
[data-theme="molten"] .form-control:focus {
    border-color: #3BBF9B;
    box-shadow: 0 0 0 3px rgba(59, 191, 155, 0.15);
}

/* ---- Match of the Week accent ---- */
[data-theme="molten"] .match-of-week h3 {
    color: #3BBF9B;
}
[data-theme="molten"] .match-of-week-vs {
    color: #3BBF9B;
}
[data-theme="molten"] .countdown-separator {
    color: #3BBF9B;
}
[data-theme="molten"] .countdown-live {
    color: #3BBF9B;
}
