@media (max-width: 768px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden;
    }
}
@media (max-width: 768px) {
    .navbar-search-center {
        display: none !important;
    }
}
/* ========================= RESPONSIVE DESIGN ========================= */
@media (max-width: 1200px) {
    .top-leaderboard-news-container,
    .streams-list {
        max-width: 98vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }
}

@media (max-width: 992px) {
    .tournament-carousel {
        gap: 1.2rem;
    }
    .carousel-card {
        min-width: 220px;
        max-width: 260px;
        height: 340px;
    .streams-list {
        width: 100vw;
        max-width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
    .stream-placeholder {
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    }
    .top-leaderboard-news-container {
        gap: 1.2rem;
    }
}

@media (max-width: 768px) {
    .carousel-header,
    .tournament-carousel-wrapper {
        max-width: 100vw;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .carousel-title {
        font-size: 1.3rem;
    }
    .carousel-cta {
        font-size: 0.98rem;
    }
    .tournament-carousel {
        gap: 0.7rem;
        padding-bottom: 0.7rem;
    }
    .carousel-card {
        min-width: 90vw;
        max-width: 95vw;
        height: 260px;
        margin-bottom: 0.7rem;
    }
    .carousel-card-content {
        padding: 0.8rem 0.7rem 0.7rem 0.7rem;
    }
    .carousel-game,
    .carousel-title-main,
    .carousel-meta {
        font-size: 0.98rem;
    }
    .carousel-platforms img {
        width: 22px;
        height: 22px;
    }
    .carousel-register {
        font-size: 0.98rem;
        padding: 0.5rem 1.2rem;
    }
    .carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.5rem;
    }
    .top-leaderboard-news-container {
        flex-direction: column;
        gap: 1.2rem;
        align-items: stretch;
    }
    .top-leaderboard-box,
    .latest-news-box {
        width: 100%;
        min-width: 0;
        max-width: 100vw;
        border-radius: 1.1rem;
        padding: 1rem 0.5rem;
        box-sizing: border-box;
    }
    .news-marquee-outer {
        width: 100vw;
        height: 90px;
        box-sizing: border-box;
    }
    .news-card {
        font-size: 0.98rem;
        padding: 0.7rem 0.4rem;
        border-radius: 0.7rem;
    }
    .streams-list {
        flex-direction: column;
        gap: 1rem;
    }
    .stream-placeholder {
        width: 100vw;
        min-width: 0;
        max-width: 100vw;
        border-radius: 1rem;
        box-sizing: border-box;
    }
    .live-video-box iframe {
        height: 120px;
    }
    .subscription-header h2 {
        font-size: 1.2rem;
    }
    .plan-toggle button {
        font-size: 0.98rem;
        padding: 0.5rem 1rem;
    }
    .plan-features li {
        font-size: 0.98rem;
        padding-left: 0.7rem;
    }
    .plan-cta {
        font-size: 0.98rem;
        padding: 0.6rem 0.8rem;
    }
}

@media (max-width: 480px) {
    .carousel-title {
        font-size: 1.05rem;
    }
    .carousel-cta {
        font-size: 0.85rem;
    }
    .carousel-card {
    .streams-list {
        width: 94vw;
        max-width: 94vw;
        margin-left: 3vw;
        margin-right: 3vw;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
    .stream-placeholder {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    }
    .carousel-arrow {
        width: 28px;
        height: 28px;
        font-size: 1.1rem;
    }
    .top-leaderboard-news-section {
        padding: 1rem 0 1rem 0;
    }
    .top-leaderboard-news-container {
        gap: 0.7rem;
    }
    .top-leaderboard-box,
    .latest-news-box {
        border-radius: 0.7rem;
        padding: 0.7rem 0.2rem;
    }
    .news-marquee-outer {
        height: 60px;
    }
    .news-card {
        font-size: 0.85rem;
        padding: 0.3rem 0.1rem;
        border-radius: 0.4rem;
    }
    .streams-list {
        gap: 0.5rem;
    }
    .stream-placeholder {
        border-radius: 0.5rem;
    }
    .live-video-box iframe {
        height: 70px;
    }
    .subscription-header h2 {
        font-size: 0.98rem;
    }
    .plan-toggle button {
        font-size: 0.85rem;
        padding: 0.3rem 0.5rem;
    }
    .plan-features li {
        font-size: 0.85rem;
        padding-left: 0.3rem;
    }
    .plan-cta {
        font-size: 0.85rem;
        padding: 0.3rem 0.5rem;
    }
}
/* --- Tournament Carousel Section --- */
.carousel-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    margin-top: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding-left: 3vw;
    padding-right: 3vw;
}
.carousel-title {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #e0e6f6;
    letter-spacing: 0.12em;
    text-shadow: 0 0 8px var(--neon-blue);
    text-align: center;
}
.carousel-cta {
    font-family: 'Orbitron', Arial, sans-serif;
    color: var(--neon-blue);
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--neon-blue);
    transition: color 0.18s, border 0.18s;
    margin-top: 0.7rem;
    text-align: center;
}
.carousel-cta:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.tournament-carousel-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
.tournament-carousel {
    display: flex;
    gap: 2.2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1.5rem;
    width: 100vw;
    box-sizing: border-box;
    padding-left: 3vw;
    padding-right: 3vw;
}
.tournament-carousel::-webkit-scrollbar {
    height: 10px;
    background: #181e2b;
    border-radius: 8px;
}
.tournament-carousel::-webkit-scrollbar-thumb {
    background: var(--neon-blue);
    border-radius: 8px;
}
.carousel-card {
    min-width: 260px;
    max-width: 320px;
    height: 420px;
    background-size: cover;
    background-position: center;
    border-radius: 1.5rem;
    box-shadow: 0 0 24px 0 var(--neon-blue), 0 1px 18px #0008;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: transform 0.18s, box-shadow 0.18s;
    overflow: hidden;
    margin-bottom: 1.2rem;
}
.carousel-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 0 40px 2px var(--neon-blue), 0 1px 32px #000a;
}
.carousel-card-content {
    background: linear-gradient(0deg, #181e2be0 80%, #181e2b00 100%);
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    border-radius: 0 0 1.5rem 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.carousel-game {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.05rem;
    color: var(--neon-blue);
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 0.08em;
}
.carousel-title-main {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.1rem;
    letter-spacing: 0.09em;
    text-shadow: 0 0 6px var(--neon-blue);
}
.carousel-meta {
    display: flex;
    gap: 1.2rem;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.05rem;
    color: #b0b4be;
    margin-bottom: 1.2rem;
}
.carousel-meta span:first-child {
    color: var(--neon-purple);
    font-weight: 700;
}
.carousel-meta span:last-child {
    color: var(--success);
    font-weight: 700;
}
.carousel-platforms {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}
.carousel-platforms img {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 4px var(--neon-blue));
    background: #232a3d;
    border-radius: 50%;
    padding: 3px;
}
.carousel-register {
    margin-top: auto;
    background: linear-gradient(90deg, var(--neon-blue) 0%, var(--neon-purple) 100%);
    color: #fff;
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 2rem;
    padding: 0.7rem 2.2rem;
    cursor: pointer;
    box-shadow: 0 0 8px var(--neon-blue);
    transition: background 0.18s, box-shadow 0.18s, color 0.18s;
}
.carousel-register:hover {
    background: linear-gradient(90deg, #fff 0%, var(--neon-blue) 100%);
    color: var(--neon-blue);
    box-shadow: 0 0 16px var(--neon-blue);
}
.carousel-arrow {
    background: #181e2b;
    border: none;
    color: var(--neon-blue);
    font-size: 2.2rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px var(--neon-blue);
    cursor: pointer;
    margin: 0 0.5rem;
    transition: background 0.18s, color 0.18s;
    z-index: 2;
}
.carousel-arrow:hover {
    background: var(--neon-blue);
    color: #181e2b;
}
@media (max-width: 900px) {
    .carousel-header {
        flex-direction: column;
        gap: 1.2rem;
        align-items: flex-start;
    }
    .carousel-title {
        font-size: 1.3rem;
    }
    .tournament-carousel {
        gap: 1rem;
    }
    .carousel-card {
        min-width: 200px;
        max-width: 220px;
        height: 320px;
    }
    .carousel-card-content {
        padding: 1rem 0.7rem 0.7rem 0.7rem;
    }
    .carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.3rem;
    }
}
/* --- Modern Tournaments Section --- */
.modern-tournaments {
    margin: 4rem 0 0 0;
    width: 100vw;
    max-width: 100vw;
    padding: 2.5rem 0 3.5rem 0;
    background: transparent;
}
.tournaments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
.tournaments-title {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #e0e6f6;
    letter-spacing: 0.12em;
    text-shadow: 0 0 8px var(--neon-blue);
}
.tournaments-cta {
    font-family: 'Orbitron', Arial, sans-serif;
    color: var(--neon-blue);
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--neon-blue);
    transition: color 0.18s, border 0.18s;
}
.tournaments-cta:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.tournaments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2.2rem;
}
.tournament-card {
    background: linear-gradient(120deg, #181e2b 80%, #1a1f3a 100%);
    border-radius: 1.5rem;
    box-shadow: 0 0 18px 0 var(--neon-blue), 0 1px 18px #0008;
    padding: 2.2rem 1.5rem 1.7rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: transform 0.18s, box-shadow 0.18s;
    border: 1.5px solid #232a3d;
}
.tournament-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 0 32px 2px var(--neon-blue), 0 1px 24px #000a;
    border-color: var(--neon-blue);
}
.tournament-game {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.05rem;
    color: var(--neon-blue);
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 0.08em;
}
.tournament-title {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.1rem;
    letter-spacing: 0.09em;
    text-shadow: 0 0 6px var(--neon-blue);
}
.tournament-meta {
    display: flex;
    gap: 1.2rem;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.05rem;
    color: #b0b4be;
    margin-bottom: 1.5rem;
}
.tournament-date {
    color: var(--neon-purple);
    font-weight: 700;
}
.tournament-prize {
    color: var(--success);
    font-weight: 700;
}
.tournament-register {
    margin-top: auto;
    background: linear-gradient(90deg, var(--neon-blue) 0%, var(--neon-purple) 100%);
    color: #fff;
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 2rem;
    padding: 0.7rem 2.2rem;
    cursor: pointer;
    box-shadow: 0 0 8px var(--neon-blue);
    transition: background 0.18s, box-shadow 0.18s, color 0.18s;
}
.tournament-register:hover {
    background: linear-gradient(90deg, #fff 0%, var(--neon-blue) 100%);
    color: var(--neon-blue);
    box-shadow: 0 0 16px var(--neon-blue);
}
@media (max-width: 700px) {
    .modern-tournaments {
        padding: 1.2rem 0.2rem 2rem 0.2rem;
    }
    .tournaments-header {
        flex-direction: column;
        gap: 1.2rem;
        align-items: flex-start;
    }
    .tournaments-title {
        font-size: 1.3rem;
    }
    .tournaments-grid {
        gap: 1.2rem;
    }
    .tournament-card {
        padding: 1.2rem 0.7rem 1.1rem 0.7rem;
    }
}
/* --- Search Icon Click Animation --- */
.search-btn:active .search-icon img {
    animation: search-bounce 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}

@keyframes search-bounce {
    0% { transform: scale(1); }
    40% { transform: scale(0.85); }
    60% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
/* --- Centered Navbar Layout --- */
.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}
.navbar-search-center {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    margin: 0 2rem;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    list-style: none;
}
.logo-hamburger-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
/* --- Navbar Search Bar --- */
.navbar-search {
    display: flex;
    align-items: center;
    margin: 0 1.5rem;
}
.search-form {
    display: flex;
    align-items: center;
    background: #181e2b;
    border-radius: 2rem;
    padding: 0.1rem 0.7rem 0.1rem 1rem;
    box-shadow: 0 0 8px 0 var(--neon-blue), 0 1px 8px #0008;
}
.search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #e0e6f6;
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    width: 140px;
    transition: width 0.2s;
}
.search-input:focus {
    width: 180px;
    background: #232a3d;
}
.search-btn {
    background: none;
    border: none;
    color: var(--neon-blue);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    transition: color 0.18s;
}
.search-btn:hover .search-icon {
    color: var(--neon-purple);
}
.search-icon {
    font-size: 1.2rem;
    pointer-events: none;
}
/* See All Clubs link */
.see-all-clubs-link {
    color: var(--neon-blue);
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: color 0.18s, text-shadow 0.18s;
    margin-left: 1.5rem;
}
.see-all-clubs-link:hover {
    color: var(--neon-purple);
    text-shadow: 0 0 8px var(--neon-purple);
    text-decoration: underline;
}
/* --- Top Players & Latest News Section --- */
.top-leaderboard-news-section {
    width: 100%;
    background: var(--primary-bg);
    margin: 4rem auto 2.5rem auto;
    padding: 2.5rem 0 2.5rem 0;
    box-shadow: 0 0 32px 0 #000a;
}
.top-leaderboard-news-container {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
}
.top-leaderboard-box {
    flex: 0 0 40%;
    background: var(--glass-bg);
    border-radius: 2rem;
    box-shadow: 0 0 24px 0 var(--neon-blue), 0 1px 24px #0008;
    padding: 2rem 1.5rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 280px;
    max-width: 420px;
}
.top-leaderboard-title {
    color: var(--neon-blue);
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: 0.12em;
    text-shadow: 0 0 12px var(--neon-blue);
}
.top-players-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.top-player-card {
    display: flex;
    align-items: center;
    background: var(--secondary-bg);
    border-radius: 1.2rem;
    box-shadow: 0 0 12px 0 var(--neon-purple), 0 1px 8px #0008;
    padding: 1rem 1.2rem;
    gap: 1.1rem;
    position: relative;
    border-left: 4px solid var(--neon-blue);
    transition: box-shadow 0.18s, border 0.18s, transform 0.18s;
}
.top-player-card:hover {
    box-shadow: 0 0 24px 2px var(--neon-blue), 0 1px 16px #000a;
    border-left: 4px solid var(--neon-purple);
    transform: scale(1.03);
}
.top-player-card .player-rank {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--neon-blue);
    margin-right: 0.7rem;
    text-shadow: 0 0 8px var(--neon-blue);
    min-width: 32px;
    text-align: center;
}
.top-player-card .player-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--neon-blue);
    box-shadow: 0 0 8px var(--neon-blue);
    object-fit: cover;
    background: #111827;
}
.top-player-card .player-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.top-player-card .player-name {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: 0.08em;
}
.top-player-card .player-club {
    font-size: 0.95rem;
    font-family: 'Inter', Arial, sans-serif;
    color: #b0b4be;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 0.09em;
    opacity: 1;
}
.top-player-card .player-points {
    margin-left: auto;
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--success);
    text-shadow: 0 0 8px var(--success);
}
.top-player-card.rank-1 {
    border-left: 4px solid var(--neon-blue);
}
.top-player-card.rank-2 {
    border-left: 4px solid var(--neon-purple);
}
.top-player-card.rank-3 {
    border-left: 4px solid var(--danger);
}

.latest-news-box {
    flex: 1 1 60%;
    background: var(--glass-bg);
    border-radius: 2rem;
    box-shadow: 0 0 24px 0 var(--neon-purple), 0 1px 24px #0008;
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 358px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.latest-news-title {
    color: var(--neon-purple);
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: 0.12em;
    text-shadow: 0 0 12px var(--neon-purple);
}
.news-marquee-outer {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 240px;
    margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
    .latest-news-box {
        min-height: 0;
        height: auto;
    }
    .news-marquee-outer {
        height: 180px;
    }
}
@media (max-width: 600px) {
    .news-marquee-outer {
        height: 180px;
    }
}
.news-marquee {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    animation: newsMarqueeScroll 12s linear infinite;
}
@keyframes newsMarqueeScroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-60%); }
}
.news-card {
    background: var(--secondary-bg);
    border-radius: 1.2rem;
    box-shadow: 0 0 12px 0 var(--neon-blue), 0 1px 8px #0008;
    padding: 1.1rem 1.3rem;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    border-left: 4px solid var(--neon-purple);
    position: relative;
    color: var(--text-main);
    font-family: 'Inter', Arial, sans-serif;
    opacity: 0.95;
}
.news-card .news-title {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--neon-blue);
    margin-bottom: 0.1rem;
    text-shadow: 0 0 8px var(--neon-blue);
}
.news-card .news-desc {
    font-size: 0.98rem;
    color: var(--text-main);
    opacity: 0.85;
    margin-bottom: 0.1rem;
}
.news-card .news-date {
    font-size: 0.92rem;
    color: var(--neon-purple);
    font-family: 'Orbitron', Arial, sans-serif;
    margin-top: 0.2rem;
    opacity: 0.8;
}
.see-all-news-link-bottom {
    position: absolute;
    right: 2rem;
    bottom: 1.2rem;
    color: var(--neon-blue);
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: color 0.18s, text-shadow 0.18s;
}
.see-all-news-link-bottom:hover {
    color: var(--neon-purple);
    text-shadow: 0 0 8px var(--neon-purple);
    text-decoration: underline;
}
@media (max-width: 900px) {
    .top-leaderboard-news-container {
        flex-direction: column;
        gap: 2.2rem;
        align-items: stretch;
    }
    .top-leaderboard-box, .latest-news-box {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
    .see-all-news-link-bottom {
        right: 1.2rem;
        bottom: 1rem;
    }
}
@media (max-width: 600px) {
    .top-leaderboard-news-section {
        padding: 1.2rem 0 1.2rem 0;
    }
    .top-leaderboard-box, .latest-news-box {
        padding: 1.2rem 0.7rem 1.2rem 0.7rem;
    }
    .news-marquee-outer {
        height: 180px;
    }
}
/* Centered Leaderboard & News Row */
.centered-info-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 3.5rem;
    max-width: 1100px;
    margin: 0 auto var(--section-spacing-mobile) auto;
    padding: 0 1rem;
    width: 100%;
}
.centered-info-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 3.5rem;
    max-width: 1100px;
    margin: 0 auto var(--section-spacing-mobile) auto;
    padding: 0 1rem;
    width: 100%;
}
.centered-info-card:first-child {
    order: 1;
}
.centered-info-card:last-child {
    order: 2;
}
@media (max-width: 1000px) {
    .centered-info-row {
        flex-direction: column;
        align-items: center;
        gap: 2.2rem;
        width: 100%;
    }
    .centered-info-card {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        order: unset;
    }
}
.centered-info-row .leaderboard,
.centered-info-row .news-updates {
    margin: 0 auto;
    min-width: 340px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.centered-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.centered-info-card .news-updates {
    max-width: 440px;
    width: 100%;
}
@media (max-width: 1000px) {
    .centered-info-card .news-updates {
        max-width: 700px;
    }
}
@media (max-width: 1000px) {
    .centered-info-row {
        flex-direction: column;
        align-items: center;
        gap: 2.2rem;
        width: 100%;
    }
    .centered-info-row .leaderboard,
    .centered-info-row .news-updates {
        width: 100%;
        min-width: 0;
        max-width: 700px;
        margin: 0 auto;
        align-items: center;
    }
}
.centered-info-card {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/* Animated faded scan overlay for stat numbers */
.stat-float-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stat-float-scan {
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    height: 60%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(0,224,255,0.18) 0%, rgba(123,0,255,0.10) 100%);
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.7;
    pointer-events: none;
    animation: statScanMove 2.2s ease-in-out infinite alternate;
    z-index: 1;
}
@keyframes statScanMove {
    0% { top: 10%; opacity: 0.5; }
    100% { top: 60%; opacity: 0.85; }
}
.stat-float {
    display: inline-block;
    animation: statFloatUpDown 2.2s ease-in-out infinite alternate;
    position: relative;
    z-index: 2;
}
/* Floating animation for stat numbers */
.stat-float {
    display: inline-block;
    animation: statFloatUpDown 2.2s ease-in-out infinite alternate;
}

@keyframes statFloatUpDown {
    0% { transform: translateY(0); }
    body {
        font-family: 'Inter', Arial, sans-serif;
        margin: 0;
        padding: 0;
        background: var(--primary-bg);
        color: var(--text-main);
        letter-spacing: 0.01em;
        min-height: 100vh;
        background: linear-gradient(120deg, #0A0F1F 80%, #111827 100%);
        position: relative;
        overflow-x: hidden;
        font-size: var(--body-font-size);
    }
    100% { transform: translateY(-18px); }
}
.neon-pulse {
    box-shadow: 0 0 0 0 var(--neon-blue), 0 0 0 0 var(--neon-purple);
    animation: neonPulse 2.2s infinite alternate cubic-bezier(.4,0,.2,1);
}
    .featured-tournaments {
        padding: var(--section-spacing) 1rem var(--section-spacing-mobile) 1rem;
        background: var(--secondary-bg);
        border-bottom: 1.5px solid var(--neon-purple);
        box-shadow: 0 2px 24px 0 #000a;
        max-width: var(--container-max-width);
        margin: 0 auto;
    }

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 8px 2px var(--neon-blue), 0 0 16px 4px var(--neon-purple);
    .featured-clubs {
        padding: var(--section-spacing) 1rem var(--section-spacing-mobile) 1rem;
        background: var(--primary-bg);
        max-width: var(--container-max-width);
        margin: 0 auto;
    }
        border-color: var(--neon-blue);
    }
    100% {
        box-shadow: 0 0 24px 8px var(--neon-purple), 0 0 32px 12px var(--neon-blue);
    .latest-streams {
        padding: var(--section-spacing) 1rem var(--section-spacing-mobile) 1rem;
        background: var(--secondary-bg);
        max-width: var(--container-max-width);
        margin: 0 auto;
    }
        border-color: var(--neon-purple);
    }
}
    .stats-hud.fade-slide-up {
        display: flex;
        justify-content: center;
        gap: 3.5rem;
        padding: var(--section-spacing) 0 var(--section-spacing-mobile) 0;
        max-width: var(--container-max-width);
        margin: 0 auto;
    }

/* HUD-style overlay for stats */
.hud-stats {
    .leaderboard.fade-slide-up {
        max-width: 600px;
        margin: 0 auto var(--section-spacing-mobile) auto;
        padding: 2.5rem 1.5rem 2rem 1.5rem;
        background: var(--glass-bg);
        border-radius: 2rem;
        box-shadow: 0 0 16px var(--neon-blue);
        backdrop-filter: blur(8px);
    }
    position: relative;
    overflow: visible;
}
    .news-updates.fade-slide-up {
        max-width: 700px;
        margin: 0 auto var(--section-spacing-mobile) auto;
        padding: 2.5rem 1.5rem 2rem 1.5rem;
        background: var(--glass-bg);
        border-radius: 2rem;
        box-shadow: 0 0 16px var(--neon-purple);
        backdrop-filter: blur(8px);
    }
.hud-stats .hud-overlay {
    display: block;
    animation: hudScan 3s linear infinite;
}
    h2, .featured-tournaments h2, .featured-clubs h2, .latest-streams h2, .leaderboard h2, .news-updates h2 {
        margin-bottom: var(--heading-margin);
        margin-top: 0;
    }
@keyframes hudScan {
    0% { opacity: 0.12; top: 0; }
    50% { opacity: 0.22; top: 60%; }
    100% { opacity: 0.12; top: 0; }
}

/* Pure fade-in animation for sections */
.fade-slide-up {
    opacity: 0;
    animation: fadeInMinimal 0.3s cubic-bezier(.33,1,.68,1) 0s forwards;
}
@keyframes fadeInMinimal {
    to {
        opacity: 1;
    }
}
.register-btn {
    background: #FF2D2D;
        padding: 1.2rem 1.5rem;
        text-align: left;
        height: var(--table-row-height);
    color: #fff;
    border: none;
    padding: 0.6rem 1.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-family: 'Rajdhani', Arial, sans-serif;
    margin-top: 0.7rem;
    box-shadow: 0 0 8px #FF2D2D44;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.register-btn:hover {
    background: #fff;
    color: #FF2D2D;
    box-shadow: 0 0 12px #FF2D2D;
    border: 1.5px solid #FF2D2D;
}


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


:root {
    --primary-bg: #0A0F1F;
    --secondary-bg: #111827;
    --card-bg: rgba(17,24,39,0.7);
    --glass-bg: rgba(10,15,31,0.55);
    --neon-blue: #00E0FF;
    --neon-purple: #7B00FF;
    --success: #00FF9D;
    --danger: #FF005C;
    --text-main: #E5E7EB;
    --text-muted: #9CA3AF;
    --shadow: 0 0 16px 0 var(--neon-blue), 0 1px 16px #0008;
    --neon-shadow: 0 0 12px 2px var(--neon-blue), 0 0 24px 4px var(--neon-purple);
    --glass-blur: blur(12px);
    --hud-overlay: rgba(0,224,255,0.08);
    --divider: 0 0 8px 0 var(--neon-purple);
    --radius-xl: 1.25rem;
    --radius-2xl: 2rem;
}


body {
    font-family: 'Inter', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: var(--primary-bg);
    color: var(--text-main);
    letter-spacing: 0.01em;
    min-height: 100vh;
    background: linear-gradient(120deg, #0A0F1F 80%, #111827 100%);
    position: relative;
    overflow-x: hidden;
}

/* Futuristic cyber grid background */
body::before {
        content: "";
        position: fixed;
        top: 0; left: 0; width: 100vw; height: 100vh;
        z-index: 0;
        pointer-events: none;
        /* Animated cyber grid */
        background:
            linear-gradient(120deg, rgba(0,224,255,0.10) 0%, rgba(123,0,255,0.10) 100%),
            repeating-linear-gradient(90deg, rgba(123,0,255,0.09) 0 2px, transparent 2px 80px),
            repeating-linear-gradient(0deg, rgba(0,224,255,0.09) 0 2px, transparent 2px 80px);
        animation: cyberGridMove 18s linear infinite;
        opacity: 0.85;
}

@keyframes cyberGridMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 120px 80px, 80px 120px, 40px 60px;
    }
}


/* Sidebar Navigation */
.sidebar-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    background: #0d1117;
    border-right: 1px solid #1e2230;
    z-index: 200;
    overflow-y: auto;
    padding: 1.5rem 0;
    scrollbar-width: thin;
    scrollbar-color: #2a2f3e #0d1117;
}

.sidebar-nav::-webkit-scrollbar {
    width: 6px;
}

.sidebar-nav::-webkit-scrollbar-track {
    background: #0d1117;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: #2a2f3e;
    border-radius: 3px;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0 0.8rem;
}

.sidebar-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    color: #9aa1b7;
    text-decoration: none;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    position: relative;
}

.sidebar-item svg {
    flex-shrink: 0;
}

.sidebar-item:hover {
    background: #161b22;
    color: #e8e9f2;
}

.sidebar-item.active {
    background: linear-gradient(90deg, #7b00ff 0%, #ff2efc 100%);
    color: #fff;
    box-shadow: 0 0 12px #ff2efc55;
}

.sidebar-item.active::after {
    content: '';
    position: absolute;
    right: 0.8rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Main Content Wrapper */
.main-wrapper {
    margin-left: 240px;
    min-height: 100vh;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--secondary-bg);
    padding: 1.2rem 3rem 1.2rem 3rem;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1.5px solid var(--neon-purple);
    box-shadow: 0 2px 24px 0 #000a;
    backdrop-filter: blur(6px);
}
.navbar .logo {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--neon-blue);
    letter-spacing: 0.18em;
    text-shadow: 0 0 4px var(--neon-blue), 0 0 8px var(--neon-purple);
    text-transform: uppercase;
    user-select: none;
    transition: color 0.2s, text-shadow 0.2s;
    text-decoration: none;
}
.navbar .logo:hover {
    color: #fff;
    text-shadow: 0 0 16px #fff, 0 0 32px var(--neon-blue);
    text-decoration: none;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 2.2rem;
    margin: 0;
    padding: 0;
}
.nav-links li a {
    color: var(--text-main);
    text-decoration: none;
    font-weight: 700;
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    padding: 0.3em 0.7em;
    border-radius: var(--radius-xl);
    transition: color 0.2s, box-shadow 0.2s, background 0.2s, text-shadow 0.2s, transform 0.2s;
    position: relative;
}
.login-btn {
    background: transparent;
    color: var(--neon-blue) !important;
    border: 2px solid var(--neon-blue);
    border-radius: var(--radius-xl);
    padding: 0.3em 1.2em;
    margin-left: 1.2em;
    font-weight: 800;
    font-family: 'Orbitron', Arial, sans-serif;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    transition: background 0.18s, color 0.18s, border 0.18s, transform 0.18s;
}
.login-btn:hover,
.login-btn:active,
.login-btn:focus {
    background: transparent;
    color: var(--neon-blue) !important;
    border-color: var(--neon-blue);
    transform: none;
    outline: none;
}
.nav-links li a:hover {
    color: var(--neon-blue);
    background: rgba(0,224,255,0.08);
    box-shadow: 0 0 8px var(--neon-blue);
    text-shadow: 0 0 8px var(--neon-blue);
    transform: scale(1.08);
}


/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0A0F1F 0%, #111827 50%, #0A0F1F 100%);
    padding: 3rem 2rem 2rem 2rem;
    border-bottom: 1.5px solid var(--neon-purple);
    box-shadow: 0 4px 32px 0 #000a;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    animation: heroVideoFade 11s ease-in-out infinite;
}
@keyframes heroVideoFade {
    0% { opacity: 0; }
    5% { opacity: 1; }
    45% { opacity: 1; }
    55% { opacity: 0; }
    100% { opacity: 0; }
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(0,224,255,0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(123,0,255,0.12) 0%, transparent 50%),
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,224,255,0.03) 2px, rgba(0,224,255,0.03) 4px);
    pointer-events: none;
    z-index: 0;
}
.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    position: relative;
    z-index: 1;
}
.hero-left {
    flex: 1;
    max-width: 600px;
}
.hero-badge {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--neon-purple);
    letter-spacing: 0.15em;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-shadow: 0 0 8px var(--neon-purple);
}
.hero-title {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-align: left;
}
.hero-title .highlight-e {
    color: var(--danger);
    text-shadow: 0 0 20px var(--danger);
}
.hero-description {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    text-align: left;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}
.hero-cta-btn {
    background: linear-gradient(135deg, var(--neon-blue) 0%, var(--neon-purple) 100%);
    color: #FFFFFF;
    border: none;
    padding: 1rem 2.2rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Inter', Arial, sans-serif;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 20px rgba(0,224,255,0.3);
    transition: all 0.3s ease;
    position: relative;
}
.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0,224,255,0.5);
}
.hero-opening-hours {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.opening-hours-label {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.opening-hours-text {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--neon-blue);
    text-shadow: 0 0 8px var(--neon-blue);
}
.hero-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hero-image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-image-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0,224,255,0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(40px);
    animation: glow 4s ease-in-out infinite;
}
@keyframes glow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}
.hero-tagline {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--neon-blue);
    text-shadow: 0 0 12px var(--neon-blue);
    letter-spacing: 0.08em;
    white-space: nowrap;
    text-align: center;
}
.hero-gamer-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: drop-shadow(0 0 30px rgba(0,224,255,0.4)) drop-shadow(0 0 15px rgba(123,0,255,0.2));
    animation: float 6s ease-in-out infinite;
    opacity: 1;
}
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}
.hero-sponsors {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.sponsor-logo {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    text-decoration: none;
}
.sponsor-logo:hover {
    color: var(--neon-blue);
}


/* Featured Tournaments Carousel */
.featured-tournaments {
    padding: 2.5rem 1rem 1.5rem 1rem;
    background: var(--secondary-bg);
    border-bottom: 1.5px solid var(--neon-purple);
    box-shadow: 0 2px 24px 0 #000a;
}
.featured-tournaments h2 {
    color: #b0b4be;
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: 'Orbitron', Arial, sans-serif;
    letter-spacing: 0.14em;
    font-size: 2rem;
    text-shadow: 0 0 8px #b0b4be;
}
.carousel {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.tournament-card {
    background: var(--glass-bg);
    border-radius: 0.875rem;
    min-width: 260px;
    max-width: 320px;
    padding: 1.5rem 1.2rem;
    box-shadow: 0 0 16px 0 var(--neon-blue), 0 1px 12px #0008;
    color: var(--text-main);
    flex: 0 0 auto;
    border: 2px solid rgba(0,224,255,0.12);
    transition: transform 0.22s, box-shadow 0.22s, border 0.22s;
    backdrop-filter: var(--glass-blur);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s cubic-bezier(.23,1.02,.32,1) 0.2s both;
}
.tournament-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid var(--neon-blue);
    opacity: 0.12;
    pointer-events: none;
}
.tournament-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 0 32px 4px var(--neon-purple), 0 1px 24px #000a;
    border: 2px solid var(--neon-purple);
}
.tournament-card h3 {
    font-family: 'Orbitron', Arial, sans-serif;
    color: var(--neon-blue);
    margin-bottom: 0.7rem;
    text-shadow: 0 0 8px var(--neon-blue);
    font-size: 1.3rem;
}
.tournament-card button {
    background: linear-gradient(90deg, var(--neon-blue) 10%, var(--neon-purple) 90%);
    color: #fff;
    border: none;
    padding: 0.7rem 1.4rem;
    border-radius: var(--radius-xl);
    font-weight: 700;
    font-family: 'Orbitron', Arial, sans-serif;
    margin-top: 1rem;
    box-shadow: 0 0 6px var(--neon-blue);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.tournament-card button:hover {
    background: linear-gradient(90deg, var(--neon-purple) 10%, var(--neon-blue) 90%);
    color: var(--neon-blue);
    box-shadow: 0 0 10px var(--neon-purple);
    transform: scale(1.04);
}


/* Featured Clubs */
.featured-clubs {
    padding: 2.5rem 1rem 1.5rem 1rem;
    background: var(--primary-bg);
}
.featured-clubs h2 {
    color: #b0b4be;
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: 'Orbitron', Arial, sans-serif;
    letter-spacing: 0.14em;
    font-size: 2rem;
    text-shadow: 0 0 8px #b0b4be;
}
.clubs-list {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
}
.club-card {
    background: var(--glass-bg);
    border-radius: 0.875rem;
    padding: 1.2rem 1.5rem;
    min-width: 170px;
    max-width: 220px;
    text-align: center;
    box-shadow: 0 0 10px 0 var(--neon-purple), 0 1px 8px #0008;
    color: var(--text-main);
    margin-bottom: 1.2rem;
    border: 2px solid rgba(123,0,255,0.10);
    transition: box-shadow 0.22s, border 0.22s, transform 0.22s;
    backdrop-filter: var(--glass-blur);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s cubic-bezier(.23,1.02,.32,1) 0.3s both;
}
.club-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid var(--neon-purple);
    opacity: 0.10;
    pointer-events: none;
}
.club-card:hover {
    box-shadow: 0 0 16px 2px var(--neon-blue), 0 1px 10px #000a;
    border: 2px solid var(--neon-blue);
    transform: scale(1.03);
}
.club-logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--neon-blue)22;
    margin-bottom: 0.7rem;
    display: inline-block;
    object-fit: cover;
    box-shadow: 0 0 8px var(--neon-blue);
    border: 2px solid var(--neon-blue);
    transition: border 0.2s, box-shadow 0.2s;
}
.club-card:hover .club-logo {
    border: 2px solid var(--neon-purple);
    box-shadow: 0 0 16px var(--neon-purple);
}
.club-name {
    font-family: 'Orbitron', Arial, sans-serif;
    font-weight: 700;
    color: #b0b4be;
    margin-top: 0.5rem;
    letter-spacing: 0.12em;
    font-size: 1.1rem;
    text-shadow: none;
}


/* Latest Streams */
.latest-streams {
    padding: 2.5rem 1rem 1.5rem 1rem;
    background: var(--secondary-bg);
}
.latest-streams h2 {
    color: #b0b4be;
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: 'Orbitron', Arial, sans-serif;
    letter-spacing: 0.14em;
    font-size: 2rem;
    text-shadow: 0 0 8px #b0b4be;
}
.streams-list {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.stream-placeholder {
    background: var(--glass-bg);
    border-radius: var(--radius-2xl);
    width: 280px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 1.1rem;
    box-shadow: 0 0 16px 0 var(--neon-blue), 0 1px 12px #0008;
    border: 2px solid rgba(0,224,255,0.18);
    transition: box-shadow 0.22s, border 0.22s, transform 0.22s;
    backdrop-filter: var(--glass-blur);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s cubic-bezier(.23,1.02,.32,1) 0.4s both;
}
.live-stream {
    border: 2.5px solid var(--danger);
    box-shadow: 0 0 24px 2px var(--danger), 0 1px 16px #000a;
    color: var(--text-main);
    background: linear-gradient(120deg, #1a0f1f 80%, #2a002a 100%);
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.2rem 1rem 1rem 1rem;
}
.live-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--danger);
    color: #fff;
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 0.2em 0.9em;
    border-radius: 1em;
    letter-spacing: 0.12em;
    box-shadow: 0 0 8px var(--danger);
    z-index: 2;
    text-shadow: 0 0 6px #fff2;
    animation: livePulse 1.2s infinite alternate;
}
@keyframes livePulse {
    0% { box-shadow: 0 0 8px var(--danger); opacity: 1; }
    100% { box-shadow: 0 0 18px 4px var(--danger); opacity: 0.7; }
}
.live-video-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 1.5rem;
}
.live-video-icon {
    font-size: 2.5rem;
    margin-bottom: 0.7rem;
    color: var(--danger);
    filter: drop-shadow(0 0 8px var(--danger));
}
.live-video-label {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: 0.08em;
    text-shadow: 0 0 8px var(--danger);
}
.stream-placeholder:hover {
    box-shadow: 0 0 24px 4px var(--neon-purple), 0 1px 16px #000a;
    border: 2px solid var(--neon-purple);
    transform: scale(1.04);
}


/* Subscription Plans */
.subscription {
    background: var(--secondary-bg);
    padding: 3rem 1rem 3.5rem 1rem;
    border-top: 1.5px solid var(--neon-purple);
    border-bottom: 1.5px solid var(--neon-purple);
    box-shadow: 0 2px 24px 0 #000a;
}
.subscription-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 2rem auto;
}
.subscription h2 {
    font-family: 'Orbitron', Arial, sans-serif;
    letter-spacing: 0.12em;
    font-size: 2rem;
    color: #d4d7e4;
    text-shadow: 0 0 10px var(--neon-purple);
    margin-bottom: 0.35rem;
}
.subscription-header p {
    color: var(--text-muted);
    margin: 0.4rem 0 1.4rem 0;
}
.plan-toggle {
    display: inline-flex;
    gap: 0.6rem;
    background: #11131d;
    padding: 0.35rem;
    border-radius: 999px;
    border: 1px solid #1f2434;
    box-shadow: 0 0 12px #0006;
}
.plan-toggle button {
    border: none;
    background: transparent;
    color: #b0b4be;
    font-weight: 700;
    font-family: 'Inter', Arial, sans-serif;
    padding: 0.55rem 1.4rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.plan-toggle button.active {
    background: linear-gradient(90deg, #7b00ff 0%, #ff2efc 100%);
    color: #fff;
    box-shadow: 0 0 12px #ff2efc99;
}

.plan-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1180px;
    margin: 0 auto;
}
.plan-card {
    background: linear-gradient(140deg, #161522 0%, #1c1b29 100%);
    border-radius: 14px;
    border: 1px solid #28293d;
    box-shadow: 0 2px 18px #000a;
    padding: 1.4rem 1.4rem 1.1rem 1.4rem;
    color: #d4d7e4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    position: relative;
}
.plan-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 1px;
    background: linear-gradient(140deg, #7b00ff 0%, #ff2efc 50%, #f74c18 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0.18;
    pointer-events: none;
}
.plan-card .plan-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #ff2efc;
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 0.2rem 1rem;
    border-radius: 999px;
    box-shadow: 0 6px 18px #ff2efc55;
    letter-spacing: 0.06em;
}
.featured-plan {
    box-shadow: 0 10px 28px #ff2efc44, 0 6px 18px #000a;
    border: 1px solid #ff2efc55;
}
.plan-name {
    font-family: 'Orbitron', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: #e8e9f2;
    margin-bottom: 0.35rem;
    letter-spacing: 0.08em;
}
.plan-price {
    font-family: 'Orbitron', Arial, sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: #ff2efc;
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.05em;
}
.plan-price small {
    font-family: 'Inter', Arial, sans-serif;
    color: #9aa1b7;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: normal;
}
.plan-subtext {
    font-family: 'Inter', Arial, sans-serif;
    color: #9aa1b7;
    margin-bottom: 1rem;
    font-weight: 600;
}
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.plan-features li {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding-left: 1.2rem;
    position: relative;
}
.plan-features li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #ff2efc;
    font-weight: 900;
}
.plan-features span {
    font-family: 'Orbitron', Arial, sans-serif;
    color: #e8e9f2;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.plan-features small {
    font-family: 'Inter', Arial, sans-serif;
    color: #9aa1b7;
    font-size: 0.95rem;
    letter-spacing: normal;
}
.plan-cta {
    margin-top: 1.4rem;
    padding: 0.85rem 1.2rem;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #ff2efc 0%, #f74c18 100%);
    color: #fff;
    font-family: 'Orbitron', Arial, sans-serif;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    box-shadow: 0 8px 22px #ff2efc33;
}
.plan-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px #ff2efc55;
    filter: brightness(1.03);
}
.plan-cta.ghost {
    background: transparent;
    color: #d4d7e4;
    border: 1px solid #40435d;
    box-shadow: none;
}
.plan-cta.ghost:hover {
    border-color: #ff2efc;
    color: #ff2efc;
    box-shadow: 0 6px 18px #ff2efc33;
}

@media (max-width: 900px) {
    .subscription {
        padding: 2.5rem 1rem 3rem 1rem;
    }
    .plan-card {
        min-height: unset;
    }
}



/* Footer */
/* Footer */
@keyframes footerGlowPulse {
    0%, 100% {
        box-shadow: 0 -2px 24px 0 rgba(123, 0, 255, 0.3), inset 0 0 20px rgba(123, 0, 255, 0.1);
    }
    50% {
        box-shadow: 0 -2px 32px 0 rgba(123, 0, 255, 0.5), inset 0 0 30px rgba(123, 0, 255, 0.15);
    }
}

@keyframes footerShimmer {
    0%, 100% { opacity: 0.05; }
    50% { opacity: 0.15; }
}

.footer {
    background: linear-gradient(135deg, #0A0F1F 0%, #111827 50%, #0A0F1F 100%);
    color: var(--text-muted);
    padding: 3rem 2rem 1rem 2rem;
    margin-top: 2.5rem;
    border-top: 2px solid var(--neon-purple);
    position: relative;
    overflow: hidden;
    animation: footerGlowPulse 4s ease-in-out infinite;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 50%, rgba(123, 0, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(0, 224, 255, 0.12) 0%, transparent 50%),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(123, 0, 255, 0.04) 2px, rgba(123, 0, 255, 0.04) 4px);
    pointer-events: none;
    z-index: 0;
    animation: footerShimmer 6s ease-in-out infinite;
}

.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-purple), var(--neon-blue), transparent);
    opacity: 0.5;
}
.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
}
.footer-section {
    display: flex;
    flex-direction: column;
}
.footer-logo {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--neon-blue);
    letter-spacing: 0.15em;
    text-shadow: 0 0 16px var(--neon-blue), 0 0 32px rgba(0, 224, 255, 0.4);
    margin: 0 0 0.5rem 0;
    transition: all 0.3s ease;
}

.footer-logo:hover {
    text-shadow: 0 0 24px var(--neon-blue), 0 0 48px rgba(0, 224, 255, 0.6), 0 0 64px rgba(0, 224, 255, 0.3);
    transform: scale(1.05);
}
.footer-tagline {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}
.footer-socials {
    display: flex;
    gap: 1rem;
}
.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(123, 0, 255, 0.1);
    border-radius: 50%;
    color: var(--text-muted);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 0 8px rgba(123, 0, 255, 0.2);
}

.social-link:hover {
    color: var(--neon-blue);
    border-color: var(--neon-blue);
    background: rgba(0, 224, 255, 0.15);
    box-shadow: 0 0 16px var(--neon-blue), inset 0 0 8px rgba(0, 224, 255, 0.1);
    transform: translateY(-4px) scale(1.1);
}
.footer-heading {
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(123, 0, 255, 0.5);
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--neon-purple), var(--neon-blue));
    transition: width 0.4s ease;
}

.footer-section:hover .footer-heading::after {
    width: 100%;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.footer-links li a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-links li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
    transition: width 0.3s ease;
}

.footer-links li a:hover {
    color: var(--neon-blue);
    text-shadow: 0 0 8px var(--neon-blue);
}

.footer-links li a:hover::before {
    width: 100%;
}
.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(123, 0, 255, 0.3);
    text-align: center;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}
.back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(135deg, rgba(123, 0, 255, 0.2), rgba(0, 224, 255, 0.1));
    border: 2px solid var(--neon-purple);
    border-radius: 2rem;
    color: var(--text-main);
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 0 8px rgba(123, 0, 255, 0.5);
    box-shadow: 0 0 12px rgba(123, 0, 255, 0.3);
}

.back-to-top:hover {
    background: linear-gradient(135deg, rgba(123, 0, 255, 0.4), rgba(0, 224, 255, 0.2));
    color: #FFFFFF;
    box-shadow: 0 0 24px var(--neon-purple), inset 0 0 12px rgba(123, 0, 255, 0.2);
    transform: translateY(-3px);
    border-color: var(--neon-blue);
    text-shadow: 0 0 16px var(--neon-purple);
}
.back-to-top svg {
    transition: transform 0.3s ease;
}
.back-to-top:hover svg {
    transform: translateY(-3px);
}
.footer-bottom p {
    margin: 0;
}
.footer-bottom a {
    color: var(--neon-blue);
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    text-shadow: 0 0 8px rgba(0, 224, 255, 0.5);
    position: relative;
}

.footer-bottom a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
    transition: width 0.3s ease;
}

.footer-bottom a:hover {
    text-decoration: none;
    text-shadow: 0 0 16px var(--neon-blue), 0 0 24px rgba(0, 224, 255, 0.5);
}

.footer-bottom a:hover::before {
    width: 100%;
}


/* Responsive Design */
@media (max-width: 900px) {
    .sidebar-nav {
        width: 200px;
    }
    
    .main-wrapper {
        margin-left: 200px;
    }
    
    .carousel, .clubs-list, .streams-list {
        flex-direction: column;
        align-items: center;
    }
    .navbar {
        flex-direction: column;
        gap: 1.2rem;
        padding: 1.2rem 1rem 1.2rem 1rem;
    }
}
@media (max-width: 600px) {
    .sidebar-nav {
        transform: translateX(-100%);
        transition: transform 0.3s;
    }
    
    .sidebar-nav.open {
        transform: translateX(0);
    }
    
    .main-wrapper {
        margin-left: 0;
    }
    
    .hero h1 {
        font-size: 2.1rem;
    }
    .tournament-card, .club-card, .stream-placeholder {
        min-width: 92vw;
        max-width: 99vw;
    }
    .navbar {
        padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    }
    .cta-buttons {
        flex-direction: column;
        gap: 1.2rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(32px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Neon glowing badges */
.badge {
    display: inline-block;
    padding: 0.3em 1em;
    border-radius: var(--radius-xl);
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 0.95em;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, var(--neon-blue) 20%, var(--neon-purple) 80%);
    box-shadow: 0 0 8px var(--neon-blue), 0 0 12px var(--neon-purple);
    text-shadow: 0 0 6px var(--neon-blue);
    margin: 0.2em 0.4em;
    letter-spacing: 0.12em;
    border: 2px solid rgba(0,224,255,0.10);
    transition: box-shadow 0.2s, border 0.2s, background 0.2s;
}
.badge-success {
    background: linear-gradient(90deg, var(--success) 20%, var(--neon-blue) 80%);
    box-shadow: 0 0 8px var(--success), 0 0 12px var(--neon-blue);
    border: 2px solid rgba(0,255,157,0.10);
}
.badge-danger {
    background: linear-gradient(90deg, var(--danger) 20%, var(--neon-purple) 80%);
    box-shadow: 0 0 8px var(--danger), 0 0 12px var(--neon-purple);
    border: 2px solid rgba(255,0,92,0.10);
}

/* Futuristic table styles */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--glass-bg);
    color: var(--text-main);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 0 16px 0 var(--neon-blue);
    margin: 2rem 0;
    font-family: 'Inter', Arial, sans-serif;
}
th, td {
    padding: 1rem 1.2rem;
    text-align: left;
}
th {
    background: linear-gradient(90deg, var(--neon-blue) 20%, var(--neon-purple) 80%);
    color: #fff;
    font-family: 'Orbitron', Arial, sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.12em;
    border-bottom: 2px solid var(--neon-blue);
    box-shadow: 0 2px 8px 0 var(--neon-blue);
}
tr {
    transition: background 0.18s;
}
tr:hover {
    background: rgba(0,224,255,0.08);
}

/* Inputs */
input, select, textarea {
    background: var(--glass-bg);
    color: var(--text-main);
    border: 2px solid rgba(0,224,255,0.18);
    border-radius: var(--radius-xl);
    padding: 0.7em 1.2em;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1em;
    outline: none;
    transition: border 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 8px 0 var(--neon-blue);
}
input:focus, select:focus, textarea:focus {
    border: 2px solid var(--neon-blue);
    box-shadow: 0 0 16px var(--neon-blue);
}

/* Section divider */
.divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--neon-blue) 50%, transparent 100%);
    margin: 2.5rem 0;
    box-shadow: 0 0 8px var(--neon-blue);
    border-radius: 1px;
}

/* HUD-style overlay for stats */
.hud-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: var(--hud-overlay);
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    box-shadow: 0 0 24px 0 var(--neon-blue) inset;
}
