body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%); padding: 15px; border-radius: 10px; margin-bottom: 30px; }
        .logo { font-size: 28px; font-weight: bold; color: #d63384; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        nav { display: flex; justify-content: space-between; align-items: center; }
        .mobile-menu { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-menu { display: block; }
        }
        h1 { color: #2c3e50; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { color: #e74c3c; margin-top: 30px; }
        h3 { color: #3498db; }
        .download-btn { background: #2ecc71; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; margin: 15px 0; display: inline-block; }
        .login-btn { background: #3498db; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; margin: 15px 0; display: inline-block; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        footer { margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; }
        .tag { background: #f1f1f1; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
