body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6B35; text-align: center; margin-bottom: 30px; }
        h2 { color: #00A8E8; border-bottom: 2px solid #FFD166; padding-bottom: 5px; }
        h3 { color: #06D6A0; }
        .nav-mobile { display: none; background: #00A8E8; color: white; padding: 10px; text-align: center; cursor: pointer; }
        .navigation { display: flex; justify-content: space-around; background: #00A8E8; padding: 15px 0; }
        .navigation a { color: white; text-decoration: none; font-weight: bold; }
        .logo { font-size: 24px; font-weight: bold; color: #FF6B35; }
        .cta-button { display: block; width: 200px; margin: 20px auto; padding: 12px; text-align: center; background: #FF6B35; color: white; border-radius: 5px; text-decoration: none; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-stats { background: #f0f0f0; padding: 15px; border-radius: 5px; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #06D6A0; color: white; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 3px; }
        footer { text-align: center; margin-top: 50px; padding: 20px; background: #333; color: white; }
        @media (max-width: 768px) {
            .navigation { flex-direction: column; display: none; }
            .nav-mobile { display: block; }
            .navigation.active { display: flex; }
            .navigation a { padding: 10px; }
        }
