body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 2.5em; font-weight: bold; color: #FF4081; text-align: center; margin: 20px 0; }
        nav { background: #FFEB3B; padding: 10px; display: flex; justify-content: center; }
        nav a { margin: 0 15px; text-decoration: none; color: #333; font-weight: bold; }
        .mobile-nav { display: none; position: fixed; bottom: 20px; right: 20px; background: #FF4081; color: white; padding: 10px; border-radius: 50%; width: 50px; height: 50px; text-align: center; line-height: 50px; }
        h1 { color: #FF4081; border-bottom: 2px solid #FFEB3B; padding-bottom: 10px; }
        h2 { color: #E91E63; margin-top: 30px; }
        h3 { color: #9C27B0; margin-top: 25px; }
        .btn { display: inline-block; background: #FF4081; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .btn:hover { background: #E91E63; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-info { background: #F5F5F5; padding: 20px; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #E1F5FE; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 20px; }
        footer { margin-top: 50px; padding: 20px; background: #333; color: white; text-align: center; }
        @media (max-width: 768px) {
            nav { flex-direction: column; align-items: center; }
            .mobile-nav { display: block; }
        }
