/**
 * TPP Premium Dark Theme
 * Top Poker Players League — Championship Atmosphere
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&display=swap');

:root {
    --tpp-primary: #5A1F2B;
    --tpp-primary-light: #7a2f3d;
    --tpp-secondary: #5F6068;
    --tpp-accent: #F0DEB3;
    --tpp-accent-light: #f5e9cc;
    --tpp-accent-dark: #c4b48a;
    --tpp-bg: #0E0E10;
    --tpp-bg-card: rgba(255, 255, 255, 0.04);
    --tpp-bg-card-hover: rgba(255, 255, 255, 0.07);
    --tpp-border: rgba(240, 222, 179, 0.1);
    --tpp-border-hover: rgba(240, 222, 179, 0.25);
    --tpp-text: #f0f0f2;
    --tpp-text-secondary: rgba(255, 255, 255, 0.8);
    --tpp-text-muted: rgba(255, 255, 255, 0.5);
    --tpp-gold: #F0DEB3;
    --tpp-green: #34d058;
    --tpp-red: #e74c3c;
    --tpp-live: #ff4444;
    --tpp-radius: 12px;
    --tpp-radius-lg: 16px;
    --tpp-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    --tpp-shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.5);
    --tpp-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   BASE
   ============================================ */

body.premium-theme {
    background: var(--tpp-bg);
    color: var(--tpp-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

body.premium-theme * {
    box-sizing: border-box;
}

body.premium-theme::before {
    content: '';
    position: fixed;
    top: -200px;
    left: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(90, 31, 43, 0.15), transparent 70%);
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

body.premium-theme::after {
    content: '';
    position: fixed;
    bottom: -150px;
    right: -100px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 222, 179, 0.06), transparent 70%);
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
}

body.premium-theme .container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

body.premium-theme img,
body.premium-theme svg,
body.premium-theme video,
body.premium-theme canvas,
body.premium-theme iframe {
    max-width: 100%;
}

body.premium-theme input,
body.premium-theme select,
body.premium-theme textarea {
    max-width: 100%;
}

body.premium-theme .main-content {
    background: transparent;
    min-height: calc(100vh - 200px);
    padding: 0;
}

/* ============================================
   HEADER
   ============================================ */

body.premium-theme .main-header,
body.premium-theme header {
    background: rgba(14, 14, 16, 0.92) !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--tpp-border);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
    body.premium-theme .header-top-bar .container,
    body.premium-theme .main-header .container {
        max-width: none;
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    body.premium-theme .header-content {
        justify-content: center;
        width: 100%;
    }

    body.premium-theme .main-nav {
        flex: 0 1 auto;
        width: fit-content;
        max-width: calc(100vw - 64px);
        justify-content: center;
        margin: 0 auto;
    }

    body.premium-theme .main-nav .logo {
        margin-right: 0.75rem;
    }

    body.premium-theme .main-nav > ul {
        flex: 0 1 auto;
        justify-content: center;
    }
}

body.premium-theme .header-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem 1rem;
    min-height: 64px;
    width: 100%;
}

body.premium-theme .main-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem 1rem;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

body.premium-theme .main-nav .logo {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    margin-right: 0.35rem;
}

body.premium-theme .main-header .logo a {
    color: var(--tpp-accent);
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    gap: 0.45rem;
    white-space: nowrap;
}

body.premium-theme .site-logo-img {
    max-height: 44px;
    filter: brightness(1.1);
}

body.premium-theme .main-nav > .nav-list > .nav-item > a {
    color: var(--tpp-text-secondary);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color var(--tpp-transition);
    position: relative;
    padding: 1.1rem 0.55rem;
}

body.premium-theme .main-nav > .nav-list > .nav-item > a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--tpp-accent);
    transition: width var(--tpp-transition);
}

body.premium-theme .main-nav > .nav-list > .nav-item > a:hover {
    color: var(--tpp-accent);
}

body.premium-theme .main-nav > .nav-list > .nav-item > a:hover::after {
    width: 100%;
}

body.premium-theme .main-nav > ul {
    list-style: none;
    display: flex;
    gap: 0.35rem;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 1320px) and (min-width: 769px) {
    body.premium-theme .main-nav {
        gap: 0.35rem 0.5rem;
    }

    body.premium-theme .main-nav > ul {
        gap: 0.2rem;
    }

    body.premium-theme .main-nav > .nav-list > .nav-item > a {
        font-size: 0.78rem;
        letter-spacing: 0.35px;
    }
}

body.premium-theme .site-league-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--tpp-accent);
    line-height: 1.1;
}

body.premium-theme .site-logo-mark {
    display: none;
    align-items: center;
    margin-left: 0.45rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--tpp-accent);
}

body.premium-theme .nav-toggle-bar {
    background: var(--tpp-accent);
}

body.premium-theme .nav-cta {
    background: linear-gradient(135deg, var(--tpp-primary), var(--tpp-primary-light)) !important;
    padding: 0.4rem 1rem !important;
    border-radius: 6px !important;
    color: var(--tpp-accent) !important;
    border: 1px solid rgba(240, 222, 179, 0.2);
    font-weight: 600 !important;
}

body.premium-theme .nav-cta:hover {
    background: linear-gradient(135deg, var(--tpp-primary-light), #8a3a4d) !important;
}

body.premium-theme .nav-cta::after {
    display: none !important;
}

@media (min-width: 1025px) {
    body.premium-theme .header-top-bar .container,
    body.premium-theme .main-header .container {
        max-width: none;
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    body.premium-theme .header-top-bar .header-content {
        justify-content: center;
        width: 100%;
    }

    body.premium-theme .header-top-bar .header-content > .main-nav {
        flex: 0 1 auto;
        width: auto;
        max-width: calc(100vw - 64px);
        justify-content: center;
        margin: 0 auto;
    }

    body.premium-theme .header-top-bar .main-nav .logo {
        margin-right: 0.75rem;
    }

    body.premium-theme .header-top-bar .main-nav > ul {
        flex: 0 1 auto;
        justify-content: center;
    }
}

/* Mega Menu — premium compact dropdown */
body.premium-theme .mega-menu {
    background: linear-gradient(180deg, rgba(30, 30, 34, 0.98) 0%, rgba(22, 22, 26, 0.99) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 2px solid var(--tpp-primary);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

body.premium-theme .mega-links a {
    color: var(--tpp-text-secondary);
    font-size: 0.88rem;
}

body.premium-theme .mega-links a:hover {
    background: rgba(240, 222, 179, 0.06);
    color: var(--tpp-accent);
}

.tpp-logo-text {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 4px;
}

/* ============================================
   LINKS & TEXT
   ============================================ */

body.premium-theme a {
    color: var(--tpp-accent);
    text-decoration: none;
    transition: color var(--tpp-transition);
}

body.premium-theme a:hover {
    color: var(--tpp-accent-light);
}

.tpp-gold {
    color: var(--tpp-accent) !important;
    font-weight: 600;
}

/* ============================================
   1. HERO SECTION
   ============================================ */

.tpp-hero {
    position: relative;
    padding: 6rem 0 5rem;
    text-align: center;
    overflow: hidden;
    margin: 0;
    background: linear-gradient(180deg, 
        rgba(90, 31, 43, 0.3) 0%, 
        rgba(14, 14, 16, 0.95) 60%, 
        var(--tpp-bg) 100%
    );
}

.tpp-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tpp-hero-spotlight {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(240, 222, 179, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.tpp-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tpp-hero-content {
    position: relative;
    z-index: 2;
}

.tpp-hero-league {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: var(--tpp-accent);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    line-height: 1.1;
}

.tpp-hero-badge {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background: rgba(90, 31, 43, 0.5);
    border: 1px solid rgba(240, 222, 179, 0.2);
    border-radius: 50px;
    color: var(--tpp-accent);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.tpp-hero-title {
    margin-bottom: 1.5rem;
}

.tpp-hero-sub {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 8px;
    color: var(--tpp-text-secondary);
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.tpp-hero-main {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 12px;
    color: var(--tpp-accent);
    text-transform: uppercase;
    text-shadow: 0 0 60px rgba(240, 222, 179, 0.2);
    line-height: 1.1;
}

.tpp-hero-desc {
    font-size: 1.1rem;
    color: var(--tpp-text-secondary);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.tpp-hero-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.tpp-hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.tpp-hero-stat {
    text-align: center;
}

.tpp-hero-stat-value {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--tpp-accent);
}

.tpp-hero-stat-label {
    font-size: 0.8rem;
    color: var(--tpp-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn-tpp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all var(--tpp-transition);
    letter-spacing: 0.5px;
}

.btn-tpp-primary {
    background: linear-gradient(135deg, var(--tpp-primary), var(--tpp-primary-light));
    color: var(--tpp-accent);
    border: 1px solid rgba(240, 222, 179, 0.2);
    box-shadow: 0 4px 15px rgba(90, 31, 43, 0.3);
}

.btn-tpp-primary:hover {
    background: linear-gradient(135deg, var(--tpp-primary-light), #8a3a4d);
    box-shadow: 0 6px 25px rgba(90, 31, 43, 0.5);
    transform: translateY(-2px);
    color: var(--tpp-accent);
}

.btn-tpp-outline {
    background: transparent;
    color: var(--tpp-accent);
    border: 1px solid rgba(240, 222, 179, 0.3);
}

.btn-tpp-outline:hover {
    background: rgba(240, 222, 179, 0.1);
    border-color: var(--tpp-accent);
    color: var(--tpp-accent);
}

.btn-tpp-ghost {
    background: rgba(255, 255, 255, 0.05);
    color: var(--tpp-text-secondary);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-tpp-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--tpp-text);
}

.btn-tpp-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-icon {
    font-size: 1.1em;
}

body.premium-theme .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all var(--tpp-transition);
    background: linear-gradient(135deg, var(--tpp-primary), var(--tpp-primary-light));
    color: var(--tpp-accent);
    border: 1px solid rgba(240, 222, 179, 0.2);
}

body.premium-theme .btn:hover {
    background: linear-gradient(135deg, var(--tpp-primary-light), #8a3a4d);
    color: var(--tpp-accent);
    transform: translateY(-1px);
}

/* ============================================
   SECTION COMMON
   ============================================ */

.tpp-section {
    padding: 4rem 0;
    margin: 0;
    position: relative;
}

.tpp-section:nth-child(even) {
    background: rgba(255, 255, 255, 0.015);
}

.tpp-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.tpp-section-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: rgba(90, 31, 43, 0.3);
    border: 1px solid rgba(240, 222, 179, 0.15);
    border-radius: 50px;
    color: var(--tpp-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.tpp-badge-live {
    background: rgba(255, 68, 68, 0.2);
    border-color: rgba(255, 68, 68, 0.3);
    color: var(--tpp-live);
    animation: pulseLive 2s infinite;
}

@keyframes pulseLive {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.tpp-section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--tpp-text);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.tpp-section-desc {
    color: var(--tpp-text-muted);
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

.tpp-section-more {
    text-align: center;
    margin-top: 2.5rem;
}

body.premium-theme h2 {
    color: #f0deb3;
}

body.premium-theme .section-header p {
    color: var(--tpp-text-muted);
}

/* ============================================
   2. TPP FESTIVAL
   ============================================ */

.tpp-festival-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.tpp-festival-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius-lg);
    padding: 1.5rem;
    transition: all var(--tpp-transition);
    position: relative;
    overflow: hidden;
}

.tpp-festival-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--tpp-primary), var(--tpp-accent));
    opacity: 0;
    transition: opacity var(--tpp-transition);
}

.tpp-festival-card:hover {
    border-color: var(--tpp-border-hover);
    background: var(--tpp-bg-card-hover);
    transform: translateY(-4px);
    box-shadow: var(--tpp-shadow);
}

.tpp-festival-card:hover::before {
    opacity: 1;
}

.tpp-festival-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.tpp-festival-status {
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tpp-status-upcoming {
    background: rgba(52, 208, 88, 0.15);
    color: var(--tpp-green);
    border: 1px solid rgba(52, 208, 88, 0.2);
}

.tpp-status-live {
    background: rgba(255, 68, 68, 0.15);
    color: var(--tpp-live);
    border: 1px solid rgba(255, 68, 68, 0.2);
    animation: pulseLive 2s infinite;
}

.tpp-status-active {
    background: rgba(66, 153, 225, 0.15);
    color: #63b3ed;
    border: 1px solid rgba(66, 153, 225, 0.3);
    animation: pulseLive 2s infinite;
}

.tpp-status-finished {
    background: rgba(255, 255, 255, 0.08);
    color: var(--tpp-text-muted);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tpp-festival-buyin {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--tpp-accent);
}

.tpp-festival-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--tpp-text);
}

.tpp-festival-name a {
    color: var(--tpp-text);
}

.tpp-festival-name a:hover {
    color: var(--tpp-accent);
}

.tpp-festival-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tpp-festival-detail {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--tpp-text-secondary);
}

.tpp-detail-icon {
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

/* ============================================
   3. PLAYER DASHBOARD
   ============================================ */

.tpp-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.tpp-dashboard-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius-lg);
    padding: 2rem;
    text-align: center;
    transition: all var(--tpp-transition);
}

.tpp-dashboard-card:hover {
    border-color: var(--tpp-border-hover);
    transform: translateY(-4px);
    box-shadow: var(--tpp-shadow);
}

.tpp-dashboard-avatar {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.tpp-dashboard-avatar .tpp-featured-top-icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.46rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #101013;
    background: linear-gradient(180deg, #f0d77f, #d4af37);
    box-shadow: 0 0 0 1px rgba(16, 16, 19, 0.18), 0 4px 12px rgba(212, 175, 55, 0.36);
}

.tpp-dashboard-avatar img,
.tpp-avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--tpp-accent);
    object-fit: cover;
}

.tpp-avatar-placeholder {
    background: linear-gradient(135deg, var(--tpp-primary), var(--tpp-primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tpp-accent);
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.tpp-dashboard-rank {
    position: absolute;
    bottom: -4px;
    right: -4px;
    background: var(--tpp-accent);
    color: var(--tpp-bg);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 50px;
}

.tpp-dashboard-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.tpp-dashboard-name a {
    color: var(--tpp-text);
}

.tpp-dashboard-name a:hover {
    color: var(--tpp-accent);
}

.tpp-dashboard-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.tpp-dash-stat {
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.tpp-dash-stat-value {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--tpp-accent);
}

.tpp-dash-stat-label {
    display: block;
    font-size: 0.7rem;
    color: var(--tpp-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tpp-dashboard-progress {
    margin-top: 0.5rem;
}

.tpp-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--tpp-text-muted);
    margin-bottom: 0.4rem;
}

.tpp-progress-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    overflow: hidden;
}

.tpp-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--tpp-primary), var(--tpp-accent));
    border-radius: 3px;
    transition: width 1s ease;
}

/* ============================================
   4. RANKINGS
   ============================================ */

.tpp-rankings-table-wrap {
    overflow-x: auto;
    border-radius: var(--tpp-radius-lg);
    border: 1px solid var(--tpp-border);
    background: var(--tpp-bg-card);
}

.tpp-rankings-table {
    width: 100%;
    border-collapse: collapse;
}

.tpp-rankings-table th {
    padding: 1rem 1.25rem;
    text-align: center;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tpp-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(90, 31, 43, 0.2);
    border-bottom: 1px solid var(--tpp-border);
}

.tpp-rankings-table td {
    padding: 0.85rem 1.25rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    color: var(--tpp-text-secondary);
    font-size: 0.9rem;
}

.tpp-rankings-table tr {
    transition: background var(--tpp-transition);
}

.tpp-rankings-table tbody tr:hover {
    background: rgba(240, 222, 179, 0.05);
}

.tpp-rank-top td {
    color: var(--tpp-text) !important;
    font-weight: 600;
}

.tpp-rank-gold td {
    border-left: 2px solid transparent;
}

.tpp-rank-top td:first-child {
    border-left: 2px solid var(--tpp-accent);
}

.tpp-rank-medal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.85rem;
}

.tpp-medal-gold {
    background: linear-gradient(135deg, #ffd700, #f0c800);
    color: #1a1a1a;
}

.tpp-medal-silver {
    background: linear-gradient(135deg, #c0c0c0, #e0e0e0);
    color: #1a1a1a;
}

.tpp-medal-bronze {
    background: linear-gradient(135deg, #cd7f32, #dba66c);
    color: #fff;
}

.tpp-rank-num {
    color: var(--tpp-text-muted);
    font-weight: 600;
}

.tpp-player-cell a {
    color: var(--tpp-text);
    font-weight: 600;
}

.tpp-player-cell a:hover {
    color: var(--tpp-accent);
}

.tpp-rankings-player-cell .tpp-rankings-player-link {
    display: inline-block;
    text-align: center;
    line-height: 1.35;
    font-weight: 600;
    max-width: 100%;
}

a.tpp-rankings-player-link {
    color: var(--tpp-text);
}

a.tpp-rankings-player-link:hover {
    color: var(--tpp-accent);
}

span.tpp-rankings-player-link {
    color: var(--tpp-text);
    font-weight: 600;
}

.tpp-rank-cell {
    text-align: center;
    vertical-align: middle;
}

.tpp-points-cell {
    font-family: 'Oswald', sans-serif;
    color: var(--tpp-accent) !important;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}

.tpp-rankings-numeric {
    text-align: center;
    vertical-align: middle;
}

/* Головна: таблиця «Рейтинг TPP» — подвоєні розміри комірок і типографіки */
section#rankings .tpp-rankings-table-wrap {
    max-width: min(100%, 72rem);
    margin-left: auto;
    margin-right: auto;
}

section#rankings .tpp-rankings-table {
    table-layout: fixed;
    width: 100%;
}

section#rankings .tpp-rankings-table th {
    padding: 0.9rem 0.6rem;
    font-size: 1.24rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    word-break: break-word;
    hyphens: auto;
}

section#rankings .tpp-rankings-table td {
    padding: 0.84rem 0.6rem;
    font-size: 1.52rem;
}

section#rankings .tpp-rankings-table th:nth-child(1),
section#rankings .tpp-rankings-table td:nth-child(1) {
    width: 11%;
}

section#rankings .tpp-rankings-table th:nth-child(2),
section#rankings .tpp-rankings-table td:nth-child(2) {
    width: 36%;
}

section#rankings .tpp-rankings-table th:nth-child(3),
section#rankings .tpp-rankings-table td:nth-child(3) {
    width: 17%;
}

section#rankings .tpp-rankings-table th:nth-child(4),
section#rankings .tpp-rankings-table td:nth-child(4) {
    width: 15%;
}

section#rankings .tpp-rankings-table th:nth-child(5),
section#rankings .tpp-rankings-table td:nth-child(5) {
    width: 21%;
}

section#rankings .tpp-rank-medal {
    width: 3.1rem;
    height: 3.1rem;
    font-size: 1.36rem;
}

section#rankings .tpp-rank-num {
    font-size: 1.5rem;
}

section#rankings .tpp-points-cell {
    font-size: 1.6rem;
}

section#rankings .tpp-rankings-player-cell {
    overflow: hidden;
}

section#rankings .tpp-rankings-player-link {
    font-size: 1.48rem;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
}

/* ============================================
   5. SERIES CALENDAR (TIMELINE)
   ============================================ */

.tpp-calendar-timeline {
    position: relative;
    padding-left: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.tpp-calendar-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--tpp-accent), rgba(240, 222, 179, 0.1));
}

.tpp-timeline-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.tpp-timeline-dot {
    position: absolute;
    left: -33px;
    top: 1.25rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--tpp-accent);
    border: 3px solid var(--tpp-bg);
    box-shadow: 0 0 0 2px rgba(240, 222, 179, 0.3);
}
.tpp-timeline-dot.tpp-status-active {
    background: #48bb78;
    box-shadow: 0 0 0 2px rgba(72, 187, 120, 0.3);
}
.tpp-timeline-dot.tpp-status-finished {
    background: #a0aec0;
    box-shadow: 0 0 0 2px rgba(160, 174, 192, 0.2);
}
.tpp-timeline-dot.tpp-status-upcoming {
    background: #63b3ed;
    box-shadow: 0 0 0 2px rgba(99, 179, 237, 0.3);
}

.tpp-timeline-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius);
    padding: 1.25rem;
    transition: all var(--tpp-transition);
}

.tpp-timeline-card:hover {
    border-color: var(--tpp-border-hover);
    background: var(--tpp-bg-card-hover);
}

.tpp-timeline-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.tpp-timeline-date {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tpp-accent);
}

.tpp-buyin-level {
    padding: 0.15rem 0.6rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.tpp-level-low {
    background: rgba(52, 208, 88, 0.15);
    color: var(--tpp-green);
}

.tpp-level-med {
    background: rgba(240, 222, 179, 0.15);
    color: var(--tpp-accent);
}

.tpp-level-high {
    background: rgba(231, 76, 60, 0.15);
    color: var(--tpp-red);
}

.tpp-timeline-status {
    padding: 0.15rem 0.6rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tpp-timeline-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tpp-text);
    margin-bottom: 0.25rem;
}

.tpp-timeline-buyin {
    font-size: 0.85rem;
    color: var(--tpp-text-muted);
}

.tpp-timeline-location {
    display: block;
    font-size: 0.85rem;
    color: var(--tpp-text-muted);
    margin-top: 0.2rem;
}

.tpp-timeline-description {
    display: block;
    font-size: 0.85rem;
    color: var(--tpp-text-muted);
    margin-top: 0.35rem;
    line-height: 1.4;
    opacity: 0.85;
}

/* Головна #calendar: картки таймлайну — shell як на /about */
#calendar .tpp-timeline-card.tpp-news-article-page-shell {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.25rem 1.35rem 1.35rem;
}
#calendar .tpp-timeline-card.tpp-news-article-page-shell:hover {
    border-color: rgba(240, 222, 179, 0.3);
    box-shadow: 0 30px 62px rgba(0, 0, 0, 0.42);
    transform: translateY(-1px);
    background:
        radial-gradient(140% 190% at 0% 0%, rgba(240, 222, 179, 0.14) 0%, rgba(240, 222, 179, 0) 46%),
        radial-gradient(120% 170% at 22% 18%, rgba(90, 31, 43, 0.34) 0%, rgba(90, 31, 43, 0) 52%),
        linear-gradient(160deg, #121217 0%, #0d0d12 52%, #111117 100%);
}
#calendar .tpp-calendar-empty-shell {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 1.5rem;
    text-align: center;
}
#calendar .tpp-calendar-empty-text {
    margin: 0;
    color: rgba(232, 234, 239, 0.78);
    font-size: 0.95rem;
    line-height: 1.55;
}

/* Головна #calendar: дата, період, назва — акцент #f0deb3; місце та опис — білий */
#calendar .tpp-timeline-date {
    color: #f0deb3;
}
#calendar .tpp-timeline-name,
#calendar .tpp-timeline-name a {
    color: #f0deb3;
}
#calendar .tpp-timeline-name a:hover {
    color: #fff;
    text-decoration-color: rgba(240, 222, 179, 0.55);
}
#calendar .tpp-timeline-buyin {
    color: #f0deb3;
}
#calendar .tpp-timeline-location {
    color: #fff;
}
#calendar .tpp-timeline-description {
    color: #fff;
    opacity: 1;
}

/* ============================================
   6. LIVE REPORTING
   ============================================ */

.tpp-live-feed {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tpp-live-card {
    display: flex;
    gap: 1.25rem;
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius);
    padding: 1.25rem;
    transition: all var(--tpp-transition);
    position: relative;
    overflow: hidden;
}

.tpp-live-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--tpp-primary);
}

.tpp-live-card:hover {
    border-color: var(--tpp-border-hover);
    background: var(--tpp-bg-card-hover);
}

.tpp-live-card-time {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--tpp-accent);
    min-width: 50px;
    padding-top: 0.1rem;
}

.tpp-live-card-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--tpp-text);
    margin-bottom: 0.4rem;
}

.tpp-live-card-content h4 a {
    color: var(--tpp-text);
}

.tpp-live-card-content h4 a:hover {
    color: var(--tpp-accent);
}

.tpp-live-update {
    font-size: 0.9rem;
    color: var(--tpp-text-secondary);
    margin-bottom: 0.5rem;
}

.tpp-live-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: var(--tpp-text-muted);
}

/* ============================================
   7. STREAM ARENA
   ============================================ */

.tpp-stream-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

.tpp-stream-player {
    border-radius: var(--tpp-radius-lg);
    overflow: hidden;
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Головна: активний ефір у блоці «Арена трансляцій» */
.tpp-stream-player.tpp-stream-player--embed {
    display: block;
    position: relative;
    padding: 0;
}

.tpp-stream-player-media {
    position: absolute;
    inset: 0;
    background: #0a0a0c;
}

.tpp-stream-player-media iframe,
.tpp-stream-player-media .tpp-home-stream-embed,
.tpp-stream-player-media .tpp-home-stream-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.tpp-home-stream-embed {
    position: absolute;
    inset: 0;
}

.tpp-stream-onair-link {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    margin: 0.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--tpp-accent);
    text-decoration: none;
    background: rgba(10, 10, 12, 0.82);
    border: 1px solid var(--tpp-border);
    transition: background var(--tpp-transition), color var(--tpp-transition);
}

.tpp-stream-onair-link:hover {
    background: rgba(90, 31, 43, 0.55);
    color: #fff;
}

.tpp-stream-live-badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fff;
    background: linear-gradient(135deg, #c92d45, #ff4f6b);
}

.tpp-stream-onair-hint {
    font-size: 0.9rem;
    color: var(--tpp-text-muted);
    margin-bottom: 1rem;
}

.tpp-stream-placeholder {
    text-align: center;
    padding: 2rem;
}

.tpp-stream-play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tpp-primary), var(--tpp-primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--tpp-accent);
    margin: 0 auto 1rem;
    box-shadow: 0 0 30px rgba(90, 31, 43, 0.4);
    cursor: pointer;
    transition: transform var(--tpp-transition), box-shadow var(--tpp-transition);
}

.tpp-stream-play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 50px rgba(90, 31, 43, 0.6);
}

.tpp-stream-placeholder p {
    color: var(--tpp-text-muted);
    margin-bottom: 1rem;
}

.tpp-stream-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tpp-stream-sidebar-title {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tpp-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.tpp-stream-schedule {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tpp-schedule-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: 8px;
    transition: background var(--tpp-transition);
}

.tpp-schedule-item:hover {
    background: var(--tpp-bg-card-hover);
}

.tpp-schedule-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tpp-secondary);
    flex-shrink: 0;
}

.tpp-dot-live {
    background: var(--tpp-live);
    animation: pulseLive 1.5s infinite;
}

.tpp-dot-soon {
    background: var(--tpp-accent);
}

.tpp-schedule-info {
    flex: 1;
    min-width: 0;
}

.tpp-schedule-name {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tpp-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpp-schedule-time {
    font-size: 0.75rem;
    color: var(--tpp-text-muted);
}

.tpp-highlight-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem;
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: 8px;
    transition: background var(--tpp-transition);
    margin-bottom: 0.5rem;
}

.tpp-highlight-card:hover {
    background: var(--tpp-bg-card-hover);
}

.tpp-highlight-card img {
    width: 64px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

.tpp-highlight-thumb {
    width: 64px;
    height: 40px;
    background: rgba(90, 31, 43, 0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.tpp-highlight-name {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--tpp-text-secondary);
}

.tpp-highlight-name a {
    color: var(--tpp-text-secondary);
}

.tpp-highlight-name a:hover {
    color: var(--tpp-accent);
}

/* ============================================
   8. FEATURED PLAYERS
   ============================================ */

.tpp-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.tpp-featured-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius-lg);
    padding: 2rem;
    text-align: center;
    transition: all var(--tpp-transition);
    position: relative;
    overflow: hidden;
}

.tpp-featured-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(90, 31, 43, 0.2), transparent);
    pointer-events: none;
}

.tpp-featured-card:hover {
    border-color: var(--tpp-border-hover);
    transform: translateY(-6px);
    box-shadow: var(--tpp-shadow-lg);
}

.tpp-featured-photo {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.tpp-featured-top-icon {
    position: absolute;
    top: -4px;
    left: calc(50% + 9px);
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.48rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 900;
    color: #101013;
    background: linear-gradient(180deg, #f0d77f, #d4af37);
    box-shadow: 0 0 0 1px rgba(16, 16, 19, 0.18), 0 4px 14px rgba(212, 175, 55, 0.4);
}

.tpp-featured-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--tpp-accent);
    display: block;
}

.tpp-featured-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tpp-primary), var(--tpp-primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tpp-accent);
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    border: 3px solid var(--tpp-accent);
}

.tpp-featured-info {
    position: relative;
    z-index: 1;
}

.tpp-featured-info h3,
.tpp-featured-info .tpp-featured-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.2rem;
}

.tpp-featured-info h3 a,
.tpp-featured-info .tpp-featured-name a {
    color: var(--tpp-text);
}

.tpp-featured-info h3 a:hover,
.tpp-featured-info .tpp-featured-name a:hover {
    color: var(--tpp-accent);
}

.tpp-featured-surname {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tpp-text-muted);
    margin-bottom: 0.65rem;
    line-height: 1.25;
}

#featured .tpp-featured-surname {
    color: #fff;
}

.tpp-featured-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    color: var(--tpp-text-muted);
}

.tpp-featured-stat {
    padding: 0.25rem 0.55rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
}

/* Медалі топ-3: колір на рядку «Ранг» (tpp-featured-stat), не біля фото */
.tpp-featured-stat--gold {
    background: linear-gradient(135deg, #ffd700, #f0c800);
    color: #1a1a1a;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.tpp-featured-stat--silver {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
    color: #1a1a1a;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.tpp-featured-stat--bronze {
    background: linear-gradient(135deg, #cd7f32, #dba66c);
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.tpp-featured-achievements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: var(--tpp-text-muted);
}

.tpp-featured-achievements span {
    padding: 0.25rem 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
}

/* ============================================
   NEWS
   ============================================ */

.tpp-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.tpp-news-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius-lg);
    overflow: hidden;
    transition: all var(--tpp-transition);
}

.tpp-news-card:hover {
    border-color: var(--tpp-border-hover);
    transform: translateY(-4px);
    box-shadow: var(--tpp-shadow);
}

.tpp-news-image {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.28);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpp-news-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tpp-news-card:hover .tpp-news-image img {
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .tpp-news-image img {
        transition: none;
    }
    .tpp-news-card:hover .tpp-news-image img {
        transform: none;
    }
}

.tpp-news-content {
    padding: 1.25rem;
}

.tpp-news-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.tpp-news-content h3 a {
    color: var(--tpp-text);
}

.tpp-news-content h3 a:hover {
    color: var(--tpp-accent);
}

.tpp-news-content p {
    font-size: 0.9rem;
    color: var(--tpp-text-muted);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.tpp-news-meta {
    font-size: 0.8rem;
    color: var(--tpp-text-muted);
}

/* ============================================
   9. SPONSORS
   ============================================ */

/* Головна: заголовок на всю ширину екрана + компактніший трекінг — щоб назва в один ряд */
section#sponsors .tpp-section-header {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

section#sponsors .tpp-section-title {
    letter-spacing: 0.05em;
    line-height: 1.12;
    font-size: clamp(1.15rem, 3.8vw + 0.35rem, 2.5rem);
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

@media (max-width: 360px) {
    section#sponsors .tpp-section-title {
        white-space: normal;
        font-size: 1.1rem;
        letter-spacing: 0.03em;
    }
}

.tpp-sponsors-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.tpp-sponsor-logo {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--tpp-text-muted);
    padding: 1rem 1.5rem;
    border: 1px solid var(--tpp-border);
    border-radius: 8px;
    transition: all var(--tpp-transition);
    cursor: default;
    letter-spacing: 1px;
}

.tpp-sponsor-logo:hover {
    color: var(--tpp-accent);
    border-color: var(--tpp-border-hover);
    background: rgba(240, 222, 179, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Головна: партнери з адмінки */
.tpp-sponsors-empty {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1rem 0;
    font-size: 0.95rem;
    color: var(--tpp-text-muted);
}

.tpp-sponsor-home-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    width: min(100%, 210px);
    min-height: 148px;
    padding: 1rem 0.9rem 0.9rem;
    border: 1px solid var(--tpp-border);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all var(--tpp-transition);
    background: rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

a.tpp-sponsor-home-item:hover {
    border-color: var(--tpp-border-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.tpp-sponsor-home-item--static {
    cursor: default;
}

.tpp-sponsor-home-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.2rem;
}

.tpp-sponsor-home-img {
    max-height: 3.2rem;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.tpp-sponsor-home-name-only {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--tpp-text-muted);
    text-align: center;
    letter-spacing: 0.04em;
}

.tpp-sponsor-home-type {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--tpp-accent);
    text-align: center;
    line-height: 1.3;
}

.tpp-sponsor-home-name {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--tpp-text-muted);
    text-align: center;
    line-height: 1.35;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Сторінка /partners */
.tpp-partners-page-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}

.tpp-partners-page-card {
    margin: 0;
}

.tpp-partners-page-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    padding: 1.25rem 1rem;
    border: 1px solid var(--tpp-border);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: rgba(0, 0, 0, 0.2);
    transition: all var(--tpp-transition);
}

a.tpp-partners-page-card-inner:hover {
    border-color: var(--tpp-border-hover);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.tpp-partners-page-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
}

.tpp-partners-page-logo-wrap img {
    max-height: 4rem;
    max-width: 100%;
    object-fit: contain;
}

.tpp-partners-page-type {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--tpp-accent);
    text-align: center;
}

.tpp-partners-page-name {
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    color: var(--tpp-text-muted);
}

/* ============================================
   CTA SECTION
   ============================================ */

.tpp-cta-section {
    background: radial-gradient(120% 140% at 0% 0%, #1a1a1f 0%, #0b0b0d 55%, #09090b 100%);
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.tpp-cta-block {
    text-align: center;
    padding: 2.6rem 1.6rem 2.4rem;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.tpp-cta-block.tpp-news-article-page-shell {
    background: linear-gradient(160deg, rgba(32, 34, 40, 0.95), rgba(18, 20, 24, 0.92));
    border: 1px solid rgba(240, 222, 179, 0.16);
    box-shadow:
        0 0 0 1px rgba(240, 222, 179, 0.05),
        0 18px 42px rgba(0, 0, 0, 0.32);
}

.tpp-cta-block:hover {
    transform: translateY(-1px);
    border-color: rgba(240, 222, 179, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.tpp-cta-block::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #7a2f40 0%, #5a1f2b 100%);
}

.tpp-cta-block h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.7rem, 3.2vw, 2.35rem);
    font-weight: 700;
    color: var(--tpp-text);
    margin-bottom: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    position: relative;
}

.tpp-cta-block p {
    color: rgba(232, 234, 239, 0.82);
    font-size: 1rem;
    max-width: 640px;
    margin: 0 auto 1.5rem;
    position: relative;
    line-height: 1.55;
}

.tpp-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    position: relative;
}

/* ============================================
   FEEDBACK MODAL (DARK THEME)
   ============================================ */

body.premium-theme .feedback-modal-overlay {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

body.premium-theme .feedback-modal,
.tpp-modal {
    background: linear-gradient(135deg, rgba(22, 24, 30, 0.98), rgba(12, 13, 17, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.45);
    color: var(--tpp-text);
}

body.premium-theme .feedback-modal h2,
.tpp-modal h2 {
    color: var(--tpp-text);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.premium-theme .feedback-modal-desc {
    color: rgba(232, 234, 239, 0.75);
}

body.premium-theme .feedback-modal-close {
    color: rgba(232, 234, 239, 0.65);
}

body.premium-theme .feedback-modal-close:hover {
    color: var(--tpp-accent);
}

body.premium-theme .feedback-field label {
    color: var(--tpp-text-secondary);
}

body.premium-theme .tpp-human-check {
    border-color: rgba(240, 222, 179, 0.14);
    background: rgba(240, 222, 179, 0.04);
}

body.premium-theme .tpp-human-check__box {
    border-color: rgba(240, 222, 179, 0.32);
    background: rgba(255, 255, 255, 0.03);
}

body.premium-theme .tpp-human-check__copy strong {
    color: var(--tpp-text);
}

body.premium-theme .tpp-human-check__copy small {
    color: var(--tpp-text-muted);
}

body.premium-theme .tpp-human-check input:focus-visible + .tpp-human-check__box {
    outline-color: rgba(240, 222, 179, 0.3);
}

body.premium-theme .tpp-human-check input:checked + .tpp-human-check__box {
    border-color: rgba(240, 222, 179, 0.72);
    background: linear-gradient(180deg, #f0deb3, #d9b86b);
    box-shadow: 0 0 0 3px rgba(240, 222, 179, 0.12);
}

body.premium-theme .tpp-human-check input:checked + .tpp-human-check__box::after {
    border-color: #101013;
}

body.premium-theme .feedback-field input,
body.premium-theme .feedback-field textarea {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--tpp-text);
}

body.premium-theme .feedback-field input:focus,
body.premium-theme .feedback-field textarea:focus {
    border-color: rgba(240, 222, 179, 0.45);
    box-shadow: 0 0 0 3px rgba(240, 222, 179, 0.12);
}

body.premium-theme .feedback-field input::placeholder,
body.premium-theme .feedback-field textarea::placeholder {
    color: var(--tpp-text-muted);
}

body.premium-theme .feedback-success h3 {
    color: var(--tpp-text);
}

body.premium-theme .feedback-success p {
    color: var(--tpp-text-muted);
}

body.premium-theme .feedback-error {
    border-color: rgba(255, 107, 129, 0.28);
    background: rgba(255, 107, 129, 0.12);
    color: #ffd3db;
}

body.premium-theme .feedback-success-icon {
    background: linear-gradient(135deg, var(--tpp-green), #28a745);
}

/* ============================================
   10. FOOTER
   ============================================ */

body.premium-theme .main-footer {
    background: rgba(14, 14, 16, 0.98);
    border-top: 1px solid var(--tpp-border);
    color: var(--tpp-text-secondary);
    padding: 3rem 0 1rem;
    margin-top: 0;
}

body.premium-theme .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

body.premium-theme .footer-brand h3 {
    font-family: 'Oswald', sans-serif;
    color: var(--tpp-accent);
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

body.premium-theme .footer-section h3,
body.premium-theme .footer-section h4 {
    color: var(--tpp-accent);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

body.premium-theme .footer-section p {
    color: var(--tpp-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

body.premium-theme .footer-section a {
    color: var(--tpp-text-muted);
    font-size: 0.9rem;
    transition: color var(--tpp-transition);
}

body.premium-theme .footer-section a:hover {
    color: var(--tpp-accent);
}

body.premium-theme .footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

body.premium-theme .footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tpp-border);
    border-radius: 50%;
    color: var(--tpp-text-muted);
    font-size: 1rem;
    transition: all var(--tpp-transition);
}

body.premium-theme .footer-social a:hover {
    color: var(--tpp-accent);
    border-color: var(--tpp-accent);
    background: rgba(240, 222, 179, 0.1);
}

body.premium-theme .footer-bottom {
    border-top: 1px solid var(--tpp-border);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

body.premium-theme .footer-bottom p {
    color: var(--tpp-text-muted);
}

body.premium-theme .footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

body.premium-theme .footer-bottom-links a {
    color: var(--tpp-text-muted);
    font-size: 0.85rem;
}

body.premium-theme .footer-bottom-links a:hover {
    color: var(--tpp-accent);
}

/* ============================================
   EXISTING COMPONENT OVERRIDES
   ============================================ */

body.premium-theme .hero-section {
    display: none;
}

body.premium-theme .featured-news,
body.premium-theme .featured-videos,
body.premium-theme .recent-games-home,
body.premium-theme .feedback-section:not(.tpp-cta-section) {
    /* hidden since replaced by new tpp sections */
}

body.premium-theme .news-card,
body.premium-theme .tournament-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius);
    color: var(--tpp-text);
}

body.premium-theme .news-card:hover,
body.premium-theme .tournament-card:hover {
    border-color: var(--tpp-border-hover);
    box-shadow: var(--tpp-shadow);
}

body.premium-theme .news-card h3 a {
    color: var(--tpp-text);
}

body.premium-theme .news-card .news-excerpt,
body.premium-theme .news-card .news-meta {
    color: var(--tpp-text-muted);
}

body.premium-theme .card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius);
}

body.premium-theme .card:hover {
    border-color: var(--tpp-border-hover);
}

/* Recent games cards */
body.premium-theme .recent-game-home-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius);
}

body.premium-theme .recent-game-home-card:hover {
    border-color: var(--tpp-border-hover);
    box-shadow: var(--tpp-shadow);
}

body.premium-theme .recent-game-home-card h3 a {
    color: var(--tpp-text);
}

body.premium-theme .recent-game-home-card h3 a:hover {
    color: var(--tpp-accent);
}

body.premium-theme .home-game-stats {
    color: var(--tpp-text-muted);
}

body.premium-theme .home-game-winner {
    background: rgba(90, 31, 43, 0.3);
    border: 1px solid rgba(240, 222, 179, 0.15);
}

body.premium-theme .home-game-winner a {
    color: var(--tpp-accent);
}

/* Game podium */
body.premium-theme .game-podium {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--tpp-border);
}

body.premium-theme .podium-name {
    color: var(--tpp-text);
}

body.premium-theme .podium-name:hover {
    color: var(--tpp-accent);
}

body.premium-theme .podium-prize {
    color: var(--tpp-green);
}

/* Leaderboard page */
body.premium-theme .section-more .btn {
    background: transparent;
    border: 1px solid rgba(240, 222, 179, 0.3);
    color: var(--tpp-accent);
}

body.premium-theme .section-more .btn:hover {
    background: rgba(240, 222, 179, 0.1);
}

/* Metrics */
body.premium-theme .metrics-grid .metric-card {
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius);
}

body.premium-theme .metrics-grid .metric-value {
    color: var(--tpp-accent);
    font-family: 'Oswald', sans-serif;
}

body.premium-theme .metrics-grid .metric-label {
    color: var(--tpp-text-muted);
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeRight {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

[data-animate] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-animate="fade-right"] {
    transform: translateX(-20px);
}

[data-animate].animated {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .tpp-stream-layout {
        grid-template-columns: 1fr;
    }

    body.premium-theme .footer-content {
        grid-template-columns: 1fr 1fr;
    }

    body.premium-theme .tpp-section-title,
    body.premium-theme .tpp-section-desc,
    body.premium-theme .tpp-player-name,
    body.premium-theme .tpp-team-f1-name,
    body.premium-theme .tpp-schedule-event-title,
    body.premium-theme .tpp-lb-name,
    body.premium-theme .tpp-media-title {
        overflow-wrap: anywhere;
    }

    body.premium-theme .site-logo-mark {
        display: inline-flex;
    }
}

@media (max-width: 1024px) {
    body.premium-theme .container {
        padding: 0 18px;
    }

    body.premium-theme .main-header,
    body.premium-theme header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: rgba(14, 14, 16, 0.98) !important;
        z-index: 1100;
    }

    body.premium-theme .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        width: 100%;
        flex-wrap: nowrap;
    }

    body.premium-theme .main-nav .logo {
        position: fixed;
        left: 24px;
        top: 0;
        height: 64px;
        display: flex;
        align-items: center;
        z-index: 1103;
        margin: 0;
    }

    body.premium-theme .main-nav {
        flex: none;
        display: block;
        justify-content: unset;
        max-width: 100%;
        position: static;
        width: auto;
        background: transparent;
        z-index: 1101;
        overflow: visible;
        transform: none;
        transition: none;
        padding-top: 0;
        box-shadow: none;
    }

    body.premium-theme .nav-list {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(340px, 82vw);
        max-width: calc(100vw - 16px);
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        padding: 60px 0 1rem;
        background: rgba(20, 20, 24, 0.98);
        z-index: 1101;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    }

    body.premium-theme .main-nav.open .nav-list {
        transform: translateX(0);
    }

    body.premium-theme .main-nav > ul {
        justify-content: flex-start;
    }

    body.premium-theme .mega-menu {
        background: rgba(20, 20, 24, 0.98);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-top: none;
        box-shadow: none;
    }

    body.premium-theme .main-nav > ul > li > a {
        color: var(--tpp-text-secondary);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }

    body.premium-theme .main-nav > ul > li > a:hover,
    body.premium-theme .main-nav > ul > li > a:active {
        background: rgba(240, 222, 179, 0.08);
        color: var(--tpp-accent);
    }

    body.premium-theme .nav-toggle {
        display: flex;
        z-index: 1104;
    }

    body.premium-theme .nav-overlay {
        background: rgba(0, 0, 0, 0.7);
        z-index: 1099;
        pointer-events: none;
    }

    body.premium-theme .nav-overlay.active {
        pointer-events: auto;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    body.premium-theme .nav-list {
        width: min(380px, 52vw);
        max-width: calc(100vw - 20px);
    }
}

@media (max-width: 768px) {
    body.premium-theme .container {
        padding: 0 16px;
    }

    body.premium-theme input,
    body.premium-theme select,
    body.premium-theme textarea {
        width: 100%;
        min-width: 0;
    }

    body.premium-theme .tpp-section-title,
    body.premium-theme .tpp-section-desc,
    body.premium-theme .tpp-player-name,
    body.premium-theme .tpp-team-f1-name,
    body.premium-theme .tpp-schedule-event-title,
    body.premium-theme .tpp-lb-name,
    body.premium-theme .tpp-media-title {
        overflow-wrap: anywhere;
    }

    .tpp-hero {
        padding: 4rem 0 3rem;
    }

    .tpp-hero-main {
        font-size: 3rem;
        letter-spacing: 6px;
    }

    .tpp-hero-sub {
        font-size: 0.9rem;
        letter-spacing: 4px;
    }
    .tpp-hero-league {
        font-size: 0.45rem;
    }

    .tpp-hero-stats {
        gap: 1.5rem;
    }

    .tpp-hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .tpp-section-title {
        font-size: 1.8rem;
    }

    .tpp-section {
        padding: 3rem 0;
    }

    .tpp-festival-grid,
    .tpp-dashboard-grid,
    .tpp-featured-grid,
    .tpp-news-grid {
        grid-template-columns: 1fr;
    }

    .tpp-stream-layout {
        grid-template-columns: 1fr;
    }

    .tpp-calendar-timeline {
        padding-left: 30px;
    }

    .tpp-calendar-timeline::before {
        left: 10px;
    }

    .tpp-timeline-dot {
        left: -27px;
    }

    .tpp-sponsors-strip {
        gap: 1rem;
    }
    .tpp-sponsor-home-item {
        width: min(100%, 180px);
        min-height: 138px;
        padding: 0.85rem 0.75rem 0.8rem;
    }
    .tpp-sponsor-home-name {
        font-size: 0.82rem;
    }

    .tpp-sponsor-logo {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }

    body.premium-theme .footer-content {
        grid-template-columns: 1fr;
    }

    body.premium-theme .footer-bottom {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }

    body.premium-theme .main-header,
    body.premium-theme header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: rgba(14, 14, 16, 0.98) !important;
        z-index: 1100;
    }

    body.premium-theme .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        width: 100%;
        flex-wrap: nowrap;
    }

    body.premium-theme .main-nav .logo {
        position: fixed;
        left: 24px;
        top: 0;
        height: 64px;
        display: flex;
        align-items: center;
        z-index: 1103;
        margin: 0;
    }

    body.premium-theme .main-nav {
        flex: none;
        display: block;
        justify-content: unset;
        max-width: 100%;
        position: static;
        width: auto;
        background: transparent;
        z-index: 1101;
        overflow: visible;
        transform: none;
        transition: none;
        padding-top: 0;
        box-shadow: none;
    }

    body.premium-theme .nav-list {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(300px, 82vw);
        max-width: calc(100vw - 16px);
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        padding: 60px 0 1rem;
        background: rgba(20, 20, 24, 0.98);
        z-index: 1101;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    }

    body.premium-theme .main-nav.open .nav-list {
        transform: translateX(0);
    }

    body.premium-theme .main-nav > ul {
        justify-content: flex-start;
    }

    body.premium-theme .mega-menu {
        background: rgba(20, 20, 24, 0.98);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-top: none;
        box-shadow: none;
    }

    body.premium-theme .main-nav > ul > li > a {
        color: var(--tpp-text-secondary);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }

    body.premium-theme .main-nav > ul > li > a:hover,
    body.premium-theme .main-nav > ul > li > a:active {
        background: rgba(240, 222, 179, 0.08);
        color: var(--tpp-accent);
    }

    body.premium-theme .nav-toggle {
        z-index: 1104;
    }

    body.premium-theme .nav-overlay {
        background: rgba(0, 0, 0, 0.7);
        z-index: 1099;
        pointer-events: none;
    }

    body.premium-theme .nav-overlay.active {
        pointer-events: auto;
    }

    .tpp-cta-block {
        padding: 2.5rem 1.5rem;
    }

    .tpp-cta-block h2 {
        font-size: 1.5rem;
    }

    .tpp-live-card {
        flex-direction: column;
        gap: 0.5rem;
    }

    .tpp-live-card-time {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    body.premium-theme .container {
        padding: 0 14px;
    }

    .tpp-hero-main {
        font-size: 2.2rem;
        letter-spacing: 4px;
    }

    .tpp-hero-sub {
        font-size: 0.75rem;
        letter-spacing: 3px;
    }
    .tpp-hero-league {
        font-size: 0.375rem;
    }

    .tpp-hero-stat-value {
        font-size: 1.5rem;
    }

    .tpp-dashboard-stats {
        grid-template-columns: 1fr;
    }

    .tpp-rankings-table th,
    .tpp-rankings-table td {
        padding: 0.6rem 0.75rem;
        font-size: 0.8rem;
    }

    section#rankings .tpp-rankings-table th,
    section#rankings .tpp-rankings-table td {
        padding: 0.64rem 0.44rem;
        font-size: 1.36rem;
    }

    section#rankings .tpp-rankings-table th {
        font-size: 1.16rem;
    }

    section#rankings .tpp-rank-medal {
        width: 2.7rem;
        height: 2.7rem;
        font-size: 1.2rem;
    }

    section#rankings .tpp-rankings-player-link {
        font-size: 1.3rem;
    }
}

/* ============================================
   TOURNAMENTS PAGE
   ============================================ */

.tpp-tournaments-hero {
    position: relative;
    padding: 4.5rem 0 3rem;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg,
        rgba(90, 31, 43, 0.35) 0%,
        rgba(14, 14, 16, 0.95) 65%,
        var(--tpp-bg) 100%
    );
}

.tpp-tournaments-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.tpp-tournaments-spotlight {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(240, 222, 179, 0.07) 0%, transparent 70%);
}

.tpp-tournaments-chips {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.tpp-chip-motif {
    position: absolute;
    font-size: 4rem;
    color: rgba(240, 222, 179, 0.03);
    pointer-events: none;
    user-select: none;
}

.tpp-chip-1 { top: 12%; left: 8%; font-size: 5rem; transform: rotate(-15deg); }
.tpp-chip-2 { top: 25%; right: 6%; font-size: 3.5rem; transform: rotate(20deg); color: rgba(90, 31, 43, 0.12); }
.tpp-chip-3 { bottom: 18%; left: 15%; font-size: 3rem; transform: rotate(10deg); }
.tpp-chip-4 { bottom: 10%; right: 12%; font-size: 4.5rem; transform: rotate(-8deg); color: rgba(90, 31, 43, 0.1); }

.tpp-tournaments-hero-content {
    position: relative;
    z-index: 2;
}

.tpp-tournaments-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--tpp-accent);
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 0.75rem;
    text-shadow: 0 0 50px rgba(240, 222, 179, 0.15);
}

.tpp-tournaments-subtitle {
    font-size: 1.05rem;
    color: var(--tpp-text-secondary);
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

.tpp-tournaments-section > .container {
    max-width: 1440px;
}

/* --- Filter Buttons --- */

.tpp-tournament-filters {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.tpp-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.6rem;
    background: var(--tpp-secondary);
    color: var(--tpp-accent);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
    transition: all var(--tpp-transition);
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.tpp-filter-btn:hover {
    background: rgba(90, 31, 43, 0.6);
    border-color: rgba(240, 222, 179, 0.15);
    color: var(--tpp-accent);
    box-shadow: 0 4px 18px rgba(90, 31, 43, 0.3);
    transform: translateY(-1px);
}

.tpp-filter-btn.tpp-filter-active {
    background: linear-gradient(135deg, var(--tpp-primary), var(--tpp-primary-light));
    border-color: rgba(240, 222, 179, 0.25);
    color: var(--tpp-accent);
    box-shadow: 0 0 20px rgba(90, 31, 43, 0.4), 0 0 40px rgba(90, 31, 43, 0.15);
}

.tpp-filter-icon {
    font-size: 0.75rem;
    opacity: 0.8;
}

.tpp-filter-live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tpp-live);
    animation: pulseLive 1.5s infinite;
}

/* --- Empty State --- */

.tpp-empty-state {
    text-align: center;
    padding: 5rem 2rem;
    background: var(--tpp-bg-card);
    border: 1px solid var(--tpp-border);
    border-radius: var(--tpp-radius-lg);
}

.tpp-empty-icon {
    font-size: 4rem;
    color: var(--tpp-secondary);
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.tpp-empty-state p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    color: var(--tpp-text);
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.tpp-empty-state span {
    font-size: 0.95rem;
    color: var(--tpp-text-muted);
}

/* --- Tournaments Table --- */

.tpp-tournaments-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: var(--tpp-radius-lg);
    border: 1px solid var(--tpp-border);
    background: rgba(25, 25, 30, 0.85);
    box-shadow: var(--tpp-shadow-lg);
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.tpp-tournaments-table-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 222, 179, 0.15), transparent);
    z-index: 1;
}

.tpp-tournaments-table {
    width: max-content;
    border-collapse: collapse;
    min-width: 100%;
}

.tpp-tournaments-table thead th {
    padding: 0.6rem 0.4rem;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.7rem;
    color: var(--tpp-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(90, 31, 43, 0.25);
    border-bottom: 1px solid rgba(240, 222, 179, 0.1);
    white-space: normal;
    position: sticky;
    top: 0;
    z-index: 2;
}

.tpp-tournaments-table thead th:first-child {
    border-radius: var(--tpp-radius-lg) 0 0 0;
}

.tpp-tournaments-table thead th:last-child {
    border-radius: 0 var(--tpp-radius-lg) 0 0;
}

.tpp-tournaments-table tbody td {
    padding: 0.55rem 0.4rem;
    font-size: 0.78rem;
    color: var(--tpp-accent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    vertical-align: middle;
}

.tpp-tournament-row {
    cursor: pointer;
    transition: all var(--tpp-transition);
    position: relative;
}

.tpp-tournament-row:hover {
    background: rgba(240, 222, 179, 0.04);
}

.tpp-tournament-row:hover td {
    color: var(--tpp-accent-light);
}

.tpp-tournament-row::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: transparent;
    transition: background var(--tpp-transition);
}

.tpp-tournament-row:hover::after {
    background: var(--tpp-primary-light);
}

.tpp-tournament-row--featured {
    background: rgba(240, 222, 179, 0.08);
    box-shadow: 0 0 0 1px rgba(240, 222, 179, 0.25), 0 0 24px rgba(240, 222, 179, 0.25);
}

.tpp-tournament-row--featured::after {
    background: var(--tpp-primary-light);
}

/* Table cell specifics */

.tpp-col-event {
    width: 70px;
    text-align: center;
}

.tpp-event-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 28px;
    padding: 0 0.5rem;
    background: rgba(90, 31, 43, 0.3);
    border-radius: 6px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--tpp-accent);
}

.tpp-col-name {
    min-width: 200px;
    max-width: 320px;
}

.tpp-tournaments-table tbody td,
.tpp-tournaments-table thead th {
    box-sizing: border-box;
}

.tpp-col-name strong {
    color: var(--tpp-text);
    font-weight: 600;
    transition: color var(--tpp-transition);
}

.tpp-tournament-row:hover .tpp-col-name strong {
    color: var(--tpp-accent);
}

.tpp-col-series {
    color: var(--tpp-text-secondary);
}

.tpp-col-nowrap {
    white-space: nowrap;
}

.tpp-col-date {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--tpp-text-secondary);
}

/* =============================================
   Tournaments table — responsive layout tweaks
   Ensure data fits without horizontal scrolling
   ============================================= */

@media (max-width: 1200px) {
    .tpp-tournaments-section > .container {
        max-width: 100%;
        padding-inline: 12px;
    }
}

@media (max-width: 992px) {
    .tpp-tournaments-table {
        table-layout: fixed;
    }

    .tpp-tournaments-table thead th,
    .tpp-tournaments-table tbody td {
        word-wrap: break-word;
        word-break: break-word;
    }
}

.tpp-col-location {
    color: var(--tpp-text-muted);
    font-size: 0.83rem;
}

/* Money & values */

.tpp-money {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--tpp-accent);
}

.tpp-bounty {
    color: var(--tpp-live);
}

.tpp-guarantee {
    color: var(--tpp-green);
}

.tpp-col-buyin .tpp-money {
    background: rgba(90, 31, 43, 0.2);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 700;
}

.tpp-col-guarantee .tpp-guarantee {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
}

/* Type badges */

.tpp-type-badge {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.tpp-type-regular {
    background: rgba(240, 222, 179, 0.1);
    color: var(--tpp-accent);
    border: 1px solid rgba(240, 222, 179, 0.15);
}

.tpp-type-bounty {
    background: rgba(255, 68, 68, 0.12);
    color: var(--tpp-live);
    border: 1px solid rgba(255, 68, 68, 0.2);
}

.tpp-type-satellite {
    background: rgba(52, 208, 88, 0.1);
    color: var(--tpp-green);
    border: 1px solid rgba(52, 208, 88, 0.2);
}

/* Tier badges */

.tpp-tier-badge {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tpp-tier-low {
    background: rgba(52, 208, 88, 0.12);
    color: var(--tpp-green);
}

.tpp-tier-med {
    background: rgba(240, 222, 179, 0.12);
    color: var(--tpp-accent);
}

.tpp-tier-high {
    background: rgba(231, 76, 60, 0.15);
    color: var(--tpp-red);
}

/* --- Tournaments Responsive --- */

@media (max-width: 1024px) {
    .tpp-tournaments-title {
        font-size: 2.2rem;
        letter-spacing: 4px;
    }

    .tpp-tournaments-subtitle {
        font-size: 0.92rem;
    }

    .tpp-tournaments-hero {
        padding: 3rem 0 2rem;
    }

    .tpp-tournament-filters {
        gap: 0.5rem;
    }

    .tpp-filter-btn {
        padding: 0.55rem 1rem;
        font-size: 0.8rem;
    }

    .tpp-tournaments-table-wrap {
        margin: 0;
        border-radius: 14px;
        overflow: hidden;
    }

    .tpp-tournaments-table {
        min-width: 0;
        table-layout: auto;
    }

    .tpp-tournaments-table thead {
        display: none;
    }

    .tpp-tournaments-table,
    .tpp-tournaments-table tbody,
    .tpp-tournaments-table tr,
    .tpp-tournaments-table td {
        display: block;
        width: 100%;
    }

    .tpp-tournament-row {
        padding: 0.25rem 0;
    }

    .tpp-tournaments-table tbody td {
        display: grid;
        grid-template-columns: minmax(110px, 42%) minmax(0, 1fr);
        gap: 0.7rem;
        align-items: start;
        padding: 0.65rem 0.85rem;
        white-space: normal;
        word-break: break-word;
    }

    .tpp-tournaments-table tbody td::before {
        content: attr(data-label);
        color: rgba(240, 222, 179, 0.68);
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        line-height: 1.35;
    }

    .tpp-tournaments-table tbody td > * {
        min-width: 0;
    }

    .tpp-col-name,
    .tpp-col-event,
    .tpp-col-buyin,
    .tpp-col-guarantee {
        min-width: 0;
        max-width: none;
        width: 100%;
    }

    .tpp-col-name strong {
        display: block;
    }

    .tpp-col-nowrap {
        white-space: normal;
    }

    .tpp-col-buyin .tpp-money,
    .tpp-col-guarantee .tpp-guarantee {
        font-size: 1rem;
        line-height: 1.3;
    }

    .tpp-completed-actions {
        margin-top: 0.45rem;
    }
}

@media (max-width: 480px) {
    .tpp-tournaments-title {
        font-size: 1.8rem;
        letter-spacing: 3px;
    }

    .tpp-chip-motif {
        display: none;
    }

    .tpp-filter-btn {
        padding: 0.5rem 0.85rem;
        font-size: 0.75rem;
    }

    .tpp-tournaments-table tbody td {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}

/* ============================================
   EVENTS (SERIES) PAGE
   ============================================ */

.tpp-events-hero {
    position: relative;
    padding: 4.5rem 0 3rem;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg,
        rgba(90, 31, 43, 0.35) 0%,
        rgba(14, 14, 16, 0.95) 65%,
        var(--tpp-bg) 100%
    );
}

.tpp-events-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.tpp-events-spotlight {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(240, 222, 179, 0.07) 0%, transparent 70%);
}

.tpp-events-chips {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.tpp-events-hero-content {
    position: relative;
    z-index: 2;
}

.tpp-events-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--tpp-accent);
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 0.75rem;
    text-shadow: 0 0 50px rgba(240, 222, 179, 0.15);
}

.tpp-events-subtitle {
    font-size: 1.05rem;
    color: var(--tpp-text-secondary);
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Events Grid */
.tpp-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Event Card */
.tpp-event-card {
    background: var(--tpp-secondary);
    border: 1px solid var(--tpp-primary);
    border-radius: var(--tpp-radius-lg);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.35s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tpp-event-card:hover {
    transform: translateY(-8px);
    border-color: rgba(240, 222, 179, 0.35);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(240, 222, 179, 0.08),
        inset 0 1px 0 rgba(240, 222, 179, 0.06);
}

/* Event Image */
.tpp-event-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: linear-gradient(135deg, var(--tpp-primary), #3a2030);
}

.tpp-event-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tpp-event-card:hover .tpp-event-image img {
    transform: scale(1.05);
}

.tpp-event-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(95, 96, 104, 0.85) 100%);
    pointer-events: none;
}

/* Event Body */
.tpp-event-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Status Badge */
.tpp-event-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    background: var(--tpp-primary);
    color: var(--tpp-accent);
}

.tpp-event-badge-upcoming {
    background: var(--tpp-primary);
    color: var(--tpp-accent);
}

.tpp-event-badge-active {
    background: rgba(52, 208, 88, 0.2);
    color: var(--tpp-green);
    border: 1px solid rgba(52, 208, 88, 0.25);
    animation: pulseLive 2s infinite;
}

.tpp-event-badge-completed {
    background: rgba(255, 255, 255, 0.08);
    color: var(--tpp-text-muted);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Event Title */
.tpp-event-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--tpp-accent);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

/* Event Description */
.tpp-event-desc {
    font-size: 0.9rem;
    color: rgba(240, 222, 179, 0.55);
    line-height: 1.65;
    margin-bottom: 1.25rem;
    flex: 1;
}

/* Event Dates */
.tpp-event-dates {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: var(--tpp-accent);
    font-weight: 500;
}

.tpp-event-date-icon {
    width: 18px;
    height: 18px;
    color: var(--tpp-accent);
    flex-shrink: 0;
    opacity: 0.8;
}

/* CTA Button */
.tpp-event-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.8rem;
    background: var(--tpp-primary);
    color: var(--tpp-accent);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(240, 222, 179, 0.15);
    align-self: flex-start;
}

.tpp-event-btn:hover {
    background: var(--tpp-primary-light);
    color: var(--tpp-accent);
    box-shadow: 0 0 20px rgba(240, 222, 179, 0.12), 0 4px 15px rgba(90, 31, 43, 0.4);
    transform: translateY(-1px);
}

/* Events Responsive */
@media (max-width: 1024px) {
    .tpp-events-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .tpp-events-hero {
        padding: 3rem 0 2rem;
    }

    .tpp-events-title {
        font-size: 2.2rem;
        letter-spacing: 4px;
    }

    .tpp-events-subtitle {
        font-size: 0.92rem;
    }

    .tpp-events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tpp-event-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .tpp-events-title {
        font-size: 1.8rem;
        letter-spacing: 3px;
    }

    .tpp-event-body {
        padding: 1.25rem;
    }
}

/* ============================================
   Shared: news article hero + gradient shell (/news/*, /about*)
   ============================================ */

.tpp-news-article-page-hero.tpp-section {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.tpp-news-article-page-hero .tpp-section-header {
    margin-bottom: 0;
}

.tpp-news-article-page-hero .tpp-section-title {
    text-transform: none;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.tpp-news-article-hero-desc {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    font-weight: 700;
}

.tpp-news-article-hero-cat {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #f0deb3;
    background: rgba(90, 31, 43, 0.55);
    border: 1px solid rgba(240, 222, 179, 0.22);
}

.tpp-news-article-hero-sep {
    opacity: 0.55;
}

.tpp-about-hero-lead {
    max-width: 720px;
    margin: 0.85rem auto 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(240, 222, 179, 0.9);
}

.tpp-news-article-page-shell {
    margin-top: 2rem;
    margin-bottom: 3rem;
    background:
        radial-gradient(140% 190% at 0% 0%, rgba(240, 222, 179, 0.14) 0%, rgba(240, 222, 179, 0) 46%),
        radial-gradient(120% 170% at 22% 18%, rgba(90, 31, 43, 0.34) 0%, rgba(90, 31, 43, 0) 52%),
        linear-gradient(160deg, #121217 0%, #0d0d12 52%, #111117 100%);
    border-radius: 18px;
    border: 1px solid rgba(240, 222, 179, 0.2);
    padding: 2.25rem 1.25rem 2.5rem 1.25rem;
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.4);
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.tpp-about-page-hero .tpp-players-subnav {
    margin: 0 0 0.35rem;
}

.tpp-about-page-hero .tpp-players-subnav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #f0deb3;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(240, 222, 179, 0.3);
    transition: color 160ms ease, border-color 160ms ease;
}

.tpp-about-page-hero .tpp-players-subnav__link:hover {
    color: #ffffff;
    border-color: rgba(240, 222, 179, 0.68);
}

.tpp-about-page-hero .tpp-about-hero-cta {
    margin: 1rem 0 0;
}

@media (max-width: 900px) {
    .tpp-news-article-page-hero.tpp-section {
        padding-top: 1.75rem;
        padding-bottom: 2rem;
    }
}
