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

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #0a0a14;
    color: white;
    overflow-x: hidden;
}

/* TOP BAR */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 242, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-logo {
    height: 40px;
    margin-right: 15px;
    filter: drop-shadow(0 0 5px #00f2ff);
}

.logo-text {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    color: #00f2ff;
    font-size: 1.2rem;
}

nav a {
    margin-left: 20px;
    color: #00f2ff;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    transition: 0.3s;
}

nav a:hover {
    color: #7d40bf;
    text-shadow: 0 0 10px #7d40bf;
}

/* HERO SECTION */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
}

.hero-titles {
    text-align: center;
    margin-bottom: 80px;
}

.main-logo {
    height: 220px;
    margin-bottom: 20px;
    /* Add this line for the glow effect: */
    filter: drop-shadow(0 0 15px #00f2ff); 
    transition: 0.3s;
}

/* Optional: making the logo glow even more when you hover over it */
.main-logo:hover {
    filter: drop-shadow(0 0 25px #00f2ff);
    transform: scale(1.05);
}
.neon-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 3.5rem;
    color: #00f2ff;
    text-shadow: 0 0 20px #00f2ff;
    margin: 0;
}

.neon-title.small { font-size: 2.5rem; margin-bottom: 20px; }

.glow-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
    margin-top: 10px;
}

/* FEATURED GAME LAYOUT */
.featured-game-container {
    display: flex;
    width: 90%;
    max-width: 1100px;
    gap: 50px;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 242, 255, 0.1);
}

.game-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game-logo-img {
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    transition: transform 0.3s;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.game-logo-img:hover {
    transform: scale(1.03);
}

.play-btn {
    margin-top: 25px;
    background: #00f2ff;
    color: #000;
    padding: 15px 40px;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 0 15px #00f2ff;
    transition: 0.3s;
}

.play-btn:hover {
    background: #7d40bf;
    color: white;
    box-shadow: 0 0 20px #7d40bf;
}

.game-right {
    flex: 1.2;
}

.featured-video {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #7d40bf;
    box-shadow: 0 0 15px rgba(125, 64, 191, 0.4);
}

/* PAGES CONTENT (About & Games) */
.page-content.centered {
    max-width: 900px;
    margin: 60px auto;
    text-align: center;
    padding: 0 20px;
}

.purple-glow-title {
    font-family: 'Orbitron', sans-serif;
    color: #7d40bf;
    text-shadow: 0 0 10px #7d40bf;
    margin-top: 50px;
}

.about-text {
    line-height: 1.6;
    font-size: 1.1rem;
    color: #d1d1d1;
}

/* TEAM GRID */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.team-card {
    background: #11111d;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(0, 242, 255, 0.1);
    transition: 0.3s;
}

.team-card:hover {
    border-color: #00f2ff;
    transform: translateY(-5px);
}

.team-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid #7d40bf;
}

.team-card h3 { color: #00f2ff; font-family: 'Orbitron'; }
.role { color: #7d40bf; font-weight: bold; font-size: 0.9rem; }

/* GAMES LIST */
.games-container {
    text-align: left;
    background: rgba(255,255,255,0.02);
    padding: 20px 40px;
    border-radius: 20px;
}

.games-list {
    list-style: none;
    padding: 0;
}

.games-list li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.games-list li strong { color: #00f2ff; }

.games-list a {
    color: #00f2ff;
    text-decoration: none;
    font-family: 'Orbitron';
    font-size: 0.9rem;
}

/* RETURN BUTTON */
.return-btn {
    display: inline-block;
    margin-top: 50px;
    color: #00f2ff;
    text-decoration: none;
    font-family: 'Orbitron';
    border: 1px solid #00f2ff;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s;
}

.return-btn:hover {
    background: #00f2ff;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 800px) {
    .featured-game-container { flex-direction: column; }
    .neon-title { font-size: 2.2rem; }
}