body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6B35; font-size: 2.5em; text-align: center; margin-bottom: 10px; }
        h2 { color: #0077B6; font-size: 1.8em; border-bottom: 2px solid #FF6B35; padding-bottom: 5px; }
        h3 { color: #00B4D8; font-size: 1.4em; }
        .logo { font-size: 2.8em; font-weight: bold; color: #FF6B35; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .mobile-nav { display: none; background: #0077B6; color: white; padding: 10px; text-align: center; cursor: pointer; }
        nav { background: #0077B6; padding: 15px; margin-bottom: 20px; }
        nav ul { list-style: none; display: flex; justify-content: center; gap: 20px; }
        nav ul li { display: inline; }
        nav ul li a { color: white; text-decoration: none; font-weight: bold; }
        .btn { display: inline-block; background: #FF6B35; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .btn:hover { background: #E04D01; }
        img { max-width: 100%; height: auto; margin: 15px 0; border-radius: 8px; }
        .game-stats { background: #f0f8ff; padding: 15px; border-radius: 8px; margin: 15px 0; }
        .community { background: #e8f4f8; padding: 15px; border-radius: 8px; margin: 15px 0; }
        footer { background: #0077B6; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        .tag { background: #FF6B35; color: white; padding: 3px 8px; border-radius: 15px; margin: 5px; display: inline-block; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; }
            .mobile-nav { display: block; }
            nav { display: none; }
            .nav-active { display: block; }
        }
