body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; top: 0; left: 0; width: 100%; background: #ff4081; color: white; padding: 10px; z-index: 100; }
            .nav-toggle { float: right; }
            .nav-content { display: none; }
            .nav-content.active { display: block; }
        }
        h1 { color: #ff4081; border-bottom: 2px solid #ff4081; padding-bottom: 10px; }
        h2 { color: #e91e63; margin-top: 30px; }
        h3 { color: #f06292; }
        .download-btn, .login-btn { display: inline-block; background: #ff4081; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .game-img { max-width: 100%; height: auto; margin: 20px 0; }
        .logo { font-size: 28px; font-weight: bold; color: #ff4081; text-align: center; margin: 20px 0; }
        .footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; }
        .tags { margin-top: 20px; }
        .tag { background: #eee; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 3px; }
