body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: linear-gradient(135deg, #FF9933, #138808); padding: 15px; border-radius: 10px; margin-bottom: 30px; }
        .logo { font-size: 2.2em; font-weight: bold; color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        nav { display: flex; justify-content: space-between; align-items: center; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; }
            .menu-btn { background: white; border: none; padding: 8px 15px; border-radius: 5px; }
        }
        h1 { color: #FF9933; border-bottom: 3px solid #138808; padding-bottom: 10px; }
        h2 { color: #138808; margin-top: 25px; }
        h3 { color: #FF9933; margin-top: 20px; }
        .download-btn, .login-btn { display: inline-block; background: #138808; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { background: #FF9933; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .stats-box { background: #f8f8f8; padding: 15px; border-radius: 8px; margin: 20px 0; }
        footer { margin-top: 40px; padding: 20px; background: #333; color: white; border-radius: 8px; }
        .tag { background: #555; color: white; padding: 3px 8px; border-radius: 12px; margin: 5px; display: inline-block; }
