
*{margin:0;padding:0;box-sizing:border-box;font-family:Rajdhani,sans-serif}
body{background:#05070d;color:#fff}
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:18px 40px;
    background:rgba(0,0,0,.75);

    z-index:1000;
}

.logo{
    height:60px;
    width:auto;
    position:absolute;
    left:40px;
}

nav{
    display:flex;
    gap:30px;
    margin:auto;
}

.social-links{
    position:absolute;
    right:40px;
    display:flex;
    align-items:center;
    gap:18px;
}

.social-icon{
    color:white;
    font-size:28px;
    text-decoration:none;
    transition:all .3s ease;
}

.social-icon:hover{
    color:#4da3ff;
    transform:translateY(-3px) scale(1.15);
}
.hero{min-height:100vh;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.8)),url('../assets/background.jpg');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}
.hero h1{font-size:6rem;text-shadow:0 0 25px #4da3ff}
.section{padding:80px 40px}
.card{background:rgba(255,255,255,.05);border-radius:20px;padding:25px;backdrop-filter:blur(10px)}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
footer{
    display:none;
}

.season-hero{
    width:100%;
    height:100vh;

    background:url('../assets/season4.png');
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
}
/* ===== RULES PAGE ===== */

.rules-container{
    max-width:1200px;
    margin:120px auto 80px auto;
    padding:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.rules-container h1{
    text-align:center;
    font-size:4rem;
    margin-bottom:50px;
    color:white;
}

.rule-card{
    width:100%;
    max-width:900px;
    background:rgba(15,20,30,.85);
    border:1px solid rgba(88,101,242,.25);
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
    text-align:center;
    backdrop-filter:blur(10px);
}

.rule-card h2{
    color:#4da3ff;
    margin-bottom:15px;
}

.rule-card ul{
    list-style:none;
    padding:0;
}

.rule-card li{
    margin:8px 0;
}

.warning{
    border-left:5px solid #ff4444;
}

.important{
    color:#ffd700;
    font-weight:bold;
    margin-top:15px;
}

.news-hero{
    min-height:100vh;

    background:
    linear-gradient(
        rgba(0,0,0,0.05),
        rgba(0,0,0,0.35)
    ),
    url('../assets/news-bg2.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    position:relative;
    text-align:center;
}

.news-hero h1{
    font-size:6rem;
    color:white;
    text-shadow:0 0 25px rgba(88,101,242,.8);
}

.news-hero h1{
    position:absolute;
    top:120px;
    left:120px;

    font-size:6rem;
    color:white;

    text-shadow:0 0 25px rgba(88,101,242,.8);
}

.hero-video{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
}

.bg-video{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:translate(-50%, -50%);
    z-index:-2;
}

.video-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:-1;
}

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:white;
}

.hero-tagline{
    font-size:1.8rem;
    font-weight:600;
    color:#ffffff;

    margin-top:20px;

    text-shadow:
    0 0 15px rgba(255,255,255,.25);
}

.hero-subtitle{
    font-size:1.2rem;
    color:#cfd8ff;

    margin-top:15px;

    letter-spacing:1px;
}

/* HOME TITLE FONT */

.hero-content h1{
    font-family:'Rajdhani', sans-serif;
    font-size:4rem;
    font-weight:700;
    text-shadow:0 0 15px rgba(77,163,255,.4);
}

nav{
    position:absolute;
    left:50%;
    transform:translateX(-50%);

    display:flex;
    align-items:center;
    gap:35px;
}

nav a{
    color:white;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.rules-hero{
    height:100vh;

    background:
    linear-gradient(
        rgba(0,0,0,.15),
        rgba(0,0,0,.35)
    ),
    url('../assets/rules-bg.png');

    background-size: 100% 100%;
    background-position:center;
    background-repeat:no-repeat;
}

nav a:hover{
    color:#4da3ff;
}

.major-page{
    height:100vh;
    overflow:hidden;

    background:url('../assets/major2-bg.jpg');
    background-size:100% auto;
    background-position:center;
    background-repeat:no-repeat;
}

.minor-page{
    height:100vh;
    overflow:hidden;

    background:url('../assets/minor12.png');
    background-size:100% auto;
    background-position:center;
    background-repeat:no-repeat;
}
.minor-color{
    color:#4da3ff;
}

.news-container{
    padding-top:140px;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.news-container h1{
    font-size:5rem;
    margin-bottom:30px;
}

.news-board{
    width:900px;
    max-width:90%;
    background:rgba(0,0,0,.25);
    border:2px solid rgba(77,163,255,.5);
    border-radius:20px;
    padding:30px;
    backdrop-filter:blur(5px);
}

.news-card{
    display:flex;
    align-items:center;
    gap:30px;

    padding:20px;

    text-decoration:none;
    color:white;

    border-radius:15px;

    transition:.3s;
}

.news-card:hover{
    background:rgba(255,255,255,.05);
    transform:scale(1.02);
}

.news-card img{
    width:300px;
    border-radius:10px;
}

.news-text{
    font-size:2rem;
    font-weight:600;
}

.blue-dot{
    display:inline-block;
    width:14px;
    height:14px;
    background:#4da3ff;
    border-radius:50%;
    margin-right:12px;
}

.red-dot{
    display:inline-block;
    width:14px;
    height:14px;
    background:#ff4d4d;
    border-radius:50%;
    margin-right:12px;
}

/* NEWS CLICKABLE AREAS */

.news-hero{
    position:relative;
}

.news-click-zone{
    position:absolute;
    display:block;
    cursor:pointer;

    background:transparent;
    border:none;
}

/* Minor 1 */
.minor-news{
    top:310px;
    left:85px;

    width:630px;
    height:180px;
}

/* Major 1 */
.major-news{
    top:505px;
    left:85px;

    width:630px;
    height:180px;
}

.leaderboard-page{
    width:100vw;
    height:100vh;

    background:url('../assets/leaderboard2-bg.jpg');
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
}

/* ZONES CLIQUABLES INVISIBLES */

/* ZONES CLIQUABLES INVISIBLES */

.season-hero{
    position:relative;
}

.season-click{
    position:absolute;
    display:block;
    cursor:pointer;

    background:transparent;
}

/* MINOR 1 */

.minor-link{
    top:485px;
    left:315px;

    width:250px;
    height:170px;
}

/* MAJOR 1 */

.major-link{
    top:485px;
    left:630px;

    width:280px;
    height:170px;
}
